michaelbragg / dotfiles

One .dotfiles to rule them all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Install

$ git clone https://github.com/michaelbragg/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
$ chmod 755 scripts/bootstrap
$ scripts/bootstrap

OSX

Run osx/set-defaults.sh and you'll be good to go.

ZSH

Switch to using ZSH by default for Terminal:

chsh -s $(which zsh)

Credits

Most of these dotfiles were built in-part by reading the following:

https://github.com/holman/dotfiles/

https://github.com/mathiasbynens/dotfiles/

About

One .dotfiles to rule them all


Languages

Language:Shell 100.0%