- install
pip
- ubuntu -
sudo apt-get install python-pip
- mac -
brew install python
- ubuntu -
- update
pip
-sudo pip install --upgrade pip
- install
dotfiles
frompip
-sudo pip install dotfiles
- install
zsh
- ubuntu -
sudo apt-get install zsh
- mac -
brew install zsh
- ubuntu -
- make
zsh
your default terminal -chsh -s $(which zsh)
- clone the repo into your home directory
git clone https://github.com/nathanmyles/Dotfiles.git
- sync dotfiles -
dotfiles --sync
source ~/.zshrc
create a fork of this repo so you can have your own set of configuration!
Make sure you edit the zsh-theme in antigenrc
to point to your fork