These configuration files are managed with GNU Stow.
As mentioned, you need GNU Stow installed on you system, or alternatively you can copy all the files manually.
-
Clone the repository:
git clone https://github.com/ismailzilic/Dotfiles.git ~/Dotfiles cd ~/Dotfiles
-
Deploy dotfiles:
Run in theDotfilesdirectory:stow zsh -t ~ stow .config -t ~/.config
This will create symlinks in your home directory:
~/.zshrc→~/Dotfiles/zsh/.zshrc
~/.config/...→~/Dotfiles/.config/...