Skip to content

oboyle/dotfiles

 
 

Repository files navigation

initial installation instructions

When setting up a new mac:

  • install xcode via app store
  • install homebrew - see website
brew cask install atom \
  firefox \
  google-chrome \
  spectacle \
  virtualbox \
  vagrant
  • install deps via brew
brew install bash \
  byobu \
  git \
  coreutils \
  findutils \
  node \
  python \
  zsh
  • install virtualenvwrapper

python -m pip install virtualenvwrapper

  • install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

About

My dotfiles, always a work in progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 97.7%
  • Python 2.3%