Skip to content

Instantly share code, notes, and snippets.

@felixfischer
Last active August 29, 2015 14:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixfischer/a27f093f61ef96c3c50c to your computer and use it in GitHub Desktop.
Save felixfischer/a27f093f61ef96c3c50c to your computer and use it in GitHub Desktop.
# Installation:
# curl -sL https://gist.githubusercontent.com/felixfischer/a27f093f61ef96c3c50c/raw | bash
sudo apt-get install -y git
git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick
printf '\nsource "$HOME/.homesick/repos/homeshick/homeshick.sh"' >> $HOME/.bashrc
printf '\nsource "$HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash"' >> $HOME/.bashrc
$HOME/.homesick/repos/homeshick/bin/homeshick clone felixfischer/homedir
$HOME/.homesick/repos/homeshick/bin/homeshick link -f
source $HOME/.bashrc
source $HOME/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment