Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 297 Bytes

dotfiles

Clone this repo into your home dir.

Run the two scripts.

git clone https://github.com/sidewinder12s/dotfiles.git $HOME/dotfiles
cd ~/dotfiles
chmod +x install_dot_req.sh install_dot.sh
./install_dot_req.sh
./install_dot.sh

Change your shell to zsh

chsh -s /bin/zsh