/dotfiles

Primary LanguageShell

Using Git

git clone https://github.com/dockusan/dotfiles.git ~/.dotfiles
cp ~/.dotfiles/* ~/ 
source ~/.zshrc # to reload your zsh file

Setup necessary libs

chmod +x setup.sh
./setup.sh

To update your dotfiles with the latest changes:

cd ~/.dotfiles/
git pull
cp ~/.dotfiles/* ~/
. ~/.zshrc # a shorter command for reloading