Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 512 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 512 Bytes
$ git clone https://github.com/philipobrien/dotfiles.git .dotfiles  
$ cd .dotfiles  
$ source bootstrap.sh  
$ cd vim  
$ git submodule update --init  

This might be necessary to use the brew version of zsh

$ brew install zsh
$ sudo sh -c 'echo /usr/local/bin/zsh >> /etc/shells'
$ chsh -s $(which zsh)

To get the current active anaconda environment displayed in zsh prompt I took the regex from here https://github.com/bhilburn/powerlevel9k/blob/master/powerlevel9k.zsh-theme#L294