14 lines
300 B
Markdown
14 lines
300 B
Markdown
# \*nix config
|
|
|
|
Dot-files and scripts to be synced between my home system and work system
|
|
|
|
All ZSH plugins are submodules
|
|
|
|
## Setup
|
|
```sh
|
|
# Using package manager
|
|
# Install: yadm thefuck fastfetch fzf
|
|
|
|
yadm clone ssh://git@git.pfy.ch/pfych/unix-config.git
|
|
yadm submodule update --init --recursive
|
|
```
|