Skip to content

vernalkick/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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