Skip to content

philipobrien/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published