Skip to content

stevenspasbo/dotfiles

Repository files navigation

My dotfiles

Installation is pretty straight forward.

Make sure required packages are installed

Don’t run this unless you trust me.

bash <(curl -s https://raw.githubusercontent.com/stevenspasbo/dotfiles/master/install.sh)

Check out the repository

git clone --recursive https://github.com/stevenspasbo/dotfiles.git

Note: When cloning, include –repository flag to also clone submodules, otherwise you’ll need to run

git submodule update --init

Create symlinks for all dotfiles

rake install_dotfiles