Skip to content

Latest commit

 

History

History
executable file
·
38 lines (29 loc) · 818 Bytes

README.md

File metadata and controls

executable file
·
38 lines (29 loc) · 818 Bytes

Dotfiles

Based off of David Cornu's dotfiles.

Installation

$ cd ~/
$ git clone git@github.com:vernalkick/dotfiles.git
$ cd ~/dotfiles
$ ./bootstrap.sh

Optionally you can also run sublime.sh to configure Sublime Text:

$ cd ~/dotfiles
$ ./sublime.sh

The boostrap script will symlink config files from ~/dotfiles into ~/ and install the following packages:

Updating

$ cd ~/dotfiles
$ git pull
$ ./bootstrap.sh
$ ./sublime.sh