You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Adam Veldhousen b6b1291f7a
changed shortcuts for showing go type under cursor to more closely match my visual studio workflow
8 years ago
.ssh misc tweaks 9 years ago
tools merged moveTools 9 years ago
.bash_aliases improved rakefile for installing vim stuff, misc tweaks to git config for line endings, and tweaked bash_alias for ls 8 years ago
.bash_functions changed name of commands for cleaning containers and images from docker 8 years ago
.environment improved rakefile for installing vim stuff, misc tweaks to git config for line endings, and tweaked bash_alias for ls 8 years ago
.gitconfig improved rakefile for installing vim stuff, misc tweaks to git config for line endings, and tweaked bash_alias for ls 8 years ago
.gitignore fixed boot2docker init and ignored my dockercfg (has auth information) 9 years ago
.gitmodules moved Tools to tools 9 years ago
.osx Added .osx 9 years ago
.profile improved rakefile for installing vim stuff, misc tweaks to git config for line endings, and tweaked bash_alias for ls 8 years ago
.shell_colors Added a little lambda symbol for input line in terminal 9 years ago
.tmux.conf fix config warnings by updating mouse options 9 years ago
.vimrc changed shortcuts for showing go type under cursor to more closely match my visual studio workflow 8 years ago
README.md added better extension support and updated readme for usage instructions 9 years ago
bootstrap.sh changed shortcuts for showing go type under cursor to more closely match my visual studio workflow 8 years ago
cmder.xml misc tweaks 9 years ago
default.itermcolors added my stock iterm colors setup 9 years ago
motd updates 9 years ago
rakefile improved rakefile for installing vim stuff, misc tweaks to git config for line endings, and tweaked bash_alias for ls 8 years ago
remove.sh installs and uninstalls properly on windows 9 years ago
work_motd added work/regular motd 9 years ago

README.md

laughing-hipster

My dot files

Install

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

The installer backs up your current home folder dotfiles into .home_bkup and then symlinks in the dotfiles for this repo. The installer also preserves your ssh config if you have customized it already.

Because everything is symlinked, all you have to do for most updates is just git pull.

Extending with custom scripts

This set up will source all files found in a ~/.extensions/ directory or in a file named ~/.extensions at the last moment. This allows you to extend and customize how everything works to your liking.

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.