use from home directory.
bash <(wget -qO- http://dbrks.co/installchdan)
Checkout the repository in the home directory to a ~/.dan directory
For read-only
$ cd
$ git clone https://github.com/allohakdan/config.git .dan
For read/write
$ cd
$ git clone [email protected]/allohakdan/config.git .dan
Install other necesities by calling
$ ~/.dan/scripts/setup.sh
Restart terminal window, and run chdan
Decrypt SSH Keys
$ ssh-key-decrypt .dan/.ssh/id_rsa.keyname.asc
Optionally link SSH Directories
$ cd ~ && ln -s .dan/.ssh
Optionally link vimrc to home directory (for macvim)
$ cd ~ && ln -s .dan/.vimrc
On Linux - fix caps lock to escape system wide and permently
$ ./.dan/scripts/setup/fixcapslock.sh