No description
Find a file
2017-05-27 14:33:43 -07:00
dotbot@ef558f85d9 ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
git ENH: drop git pager, removed unused git aliases 2017-05-27 14:33:43 -07:00
zsh ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
.gitmodules ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
aspell.en.pws ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
homebrew-install ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
install ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
install.conf.yaml ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
psqlrc ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
README.md ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
tmux.conf ENH: Reworking old dotfiles to use dotbot 2017-03-23 21:28:01 -07:00
vimrc ENH: vim flake8, tab-complete, fzf 2017-05-27 14:18:11 -07:00

Dotfiles

$ git clone https://github.com/thermokarst/dotfiles.git ~/.dotfiles
$ cd ~/.dotfiles
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ ./homebrew-install
$ git clone https://github.com/chriskempson/base16-shell.git ~/.config/base16-shell
$ echo "/usr/local/bin/zsh" | sudo tee -a /etc/shells
$ chsh -s /usr/local/bin/zsh
$ git clone --recursive https://github.com/sorin-ionescu/prezto.git "${ZDOTDIR:-$HOME}/.zprezto"
$ ./install
$ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
$ vim +PlugInstall