- Zsh installed
- Zplug installed and path setting
- coreutils installed
- Clone repository on home
cd $HOME git clone https://github.com/zeatan/dotfiles
- Symlink dot files to $HOME
ln -snfv dotfiles/git/.gitconfig .gitconfig ln -snfv dotfiles/zsh/.zshrc .zshrc
- Load zshrc
source .zshrc