Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 686 Bytes

File metadata and controls

28 lines (18 loc) · 686 Bytes

bhundven’s dotfiles

Installation

Using Git and the bootstrap script

You can clone the repository wherever you want. (I like to keep it in ~/Projects/dotfiles, with ~/dotfiles as a symlink.) The bootstrapper script will pull in the latest version and copy the files to your home folder.

git clone https://github.com/bhundven/dotfiles.git && cd dotfiles && ./bootstrap.sh

To update, cd into your local dotfiles repository and then:

./bootstrap.sh

Alternatively, to update while avoiding the confirmation prompt:

./bootstrap.sh -f

Feedback

Suggestions/improvements welcome!