This repo is a skeleton/template repo for tracking dotfiles. It contains a utility bootstrap to help with managing and updating your dotfiles.
This is based on the system created by jeffaco
Directory | Purpose |
---|---|
nix | Linux/UNIX platforms (or compatible) |
windows | Windows platform |
mac | Mac platform |
The Mac platorm currently shares the bootstrap script with the *nix platforms. Winows does not currently have a bootstrap.
First, fork this repo into your github account.
Then, clone to your target host.
Then, add your dotfiles:
$ git clone git@github.com:mhhollomon/dotfiles.git
$ cd dotfiles
$ # edit files
$ # edit files
$ # When satisfied with your files:
$ nix/bootstrap.sh
$ git push origin master
Finally, to install your dotfiles onto a new system:
$ cd $HOME
$ git clone git@github.com:mhhollomon/dotfiles.git
$ dotfiles/nix/bootstrap.sh
The bootstrap utility has been tested to work properly on Linux, IBM AIX, HP-UX, Sun Solaris, and Mac OS/X.