Files are managed by symlinks using GNU stow
brew install stow
Each directory in a repository is being symlinked by stow
.
ZSH
Configuration is being divided into directories. Each directory content is automatically sourced so just add new *.zsh
file and have fun!
Clone this repository to your home directory. Then run following commands to symlink configs
stow zsh -v
stow tmux -v
stow nvim -v
Install script was hand written and is subject of (many) issues. To be verified in the future.