- Stow
- i3
- tmux
- zsh
Clone the git repository:
$ git clone git@github.com:mimosinnet/.dotfiles.git
Change to the dotfiles directory and stow the needed packages:
$ cd dotfiles
$ stow i3
$ stow nvim
$ stow tmux
$ stow zsh
- Create a folder with related dotfiles (package).
- Add files in the package
- Create the symlinks in the $HOME directory.
Example:
$ cd .dotfiles
$ mkdir zsh
$ vim zsh/.zshrc
$ stow zsh