pmocek / dotfiles

Phil's config files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmocek/dotfiles

Phil Mocek's dotfiles. These are used with Anders Ingemann's homeshick, a Git dotfiles synchronizer written in Bash that is loosely based on Josh Nichols' homesick ("Your home directory is your castle. Don't leave your dotfiles behind.")

Homeshick

To install Homeshick:

mkdir -pv $HOME/.homesick/repos
git clone git://github.com/andsens/homeshick.git $HOME/.homesick/repos/homeshick

Create an alias "homeshick" by sourcing homshick.sh in the newly-cloned repository upon login:

printf '\nsource "$HOME/.homesick/repos/homeshick/homeshick.sh"' >> $HOME/.bashrc

Arrange tab completion by sourcing homeshick-completion.bash:

printf '\nsource "$HOME/.homesick/repos/homeshick/completions/homeshick-completion.bash"' >> $HOME/.bashrc

See the Homeshick docs for bootstrapping and adding machines.

About

Phil's config files

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 82.1%Language:Vim Script 17.9%