Go to file
Adam Veldhousen 6bb35c58c3
changed crlf to input
2015-10-21 21:17:17 -05:00
.ssh misc tweaks 2015-08-07 13:46:09 -05:00
Tools updated vim plugins list 2015-10-21 21:16:12 -05:00
.bash_aliases commented a todo in the tmux.conf, added /bin/bash to aliases file 2015-06-26 09:31:48 -05:00
.bash_functions moved around bash functions, maybe fixed a bug in motd 2015-08-07 13:51:20 -05:00
.environment misc tweaks 2015-08-07 13:46:09 -05:00
.gitconfig changed crlf to input 2015-10-21 21:17:17 -05:00
.gitignore fixed boot2docker init and ignored my dockercfg (has auth information) 2015-06-09 22:54:27 -05:00
.gitmodules updated git modules and removed some .bin and util stuff I was messing around with 2015-05-29 12:43:10 -05:00
.osx Added .osx 2015-01-13 09:39:26 -06:00
.profile changed "dev_profile" to "environment" 2015-06-26 08:54:52 -05:00
.shell_colors removed superfluous comments 2015-06-26 09:31:09 -05:00
.tmux.conf commented a todo in the tmux.conf, added /bin/bash to aliases file 2015-06-26 09:31:48 -05:00
.vimrc some ctrlp tweaks 2015-10-21 20:55:16 -05:00
.work_profile some profile tweaks for efficiency 2015-06-21 15:33:26 -05:00
README.md updated readme with installer info 2015-09-23 08:56:44 -05:00
bootstrap.sh turned off autocrlf because I'm having too much trouble with it, update bootstrap.sh to remove .gitignore and .gitmodules that are copied 2015-08-07 13:59:53 -05:00
cmder.xml misc tweaks 2015-08-07 13:46:09 -05:00
default.itermcolors added my stock iterm colors setup 2015-10-21 21:16:29 -05:00
motd updates 2015-05-13 18:38:16 -05:00
rakefile added powerline fonts and tmux pasteboard 2014-07-14 14:13:12 -05:00
remove.sh installs and uninstalls properly on windows 2015-08-07 13:46:50 -05:00
work_motd added work/regular motd 2015-03-24 14:35:30 -05:00

README.md

laughing-hipster

My dot files

Install

  1. Clone this into ~
  2. cd into laughing-hipster
  3. run ./bootstrap.sh

The installer preserves your ssh config and everything in the .ssh folder.

Uninstall

  1. cd into laughing-hipster
  2. run ./remove.sh

The uninstaller will leave the ssh config in place and copy all of the files from .home_bkup into their original places. It will also remove the tools folder and any dot files that have the same name as the ones in this repo.

Basically you end up back where you started (or close to) without anything destructive happening.