Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 273 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 273 Bytes

dotfiles

mkdir ~/code
cd ~/code
git clone git@github.com:bigbinary/bb-dotfiles.git

Open ~/.zshrc file and add the following two lines at the very bottom.

source "$HOME/code/bb-dotfiles/aliases"
export PATH="$HOME/code/bb-dotfiles/base/scripts:$PATH"