My collection of dotfiles, maintained through homesick.
source <(wget -qO- https://raw.github.com/pauloelr/Castle/master/install_main.sh)
Note: You may be prompted to enter information such as sudo password
source <(wget -qO- https://raw.github.com/pauloelr/Castle/master/install_user.sh)
Note: You may be prompted to enter information such as sudo password
If you just want to clone this Castle with homesick do the following
# Clone Bash-it (if you did not clone yet)
git clone https://github.com/revans/bash-it.git ~/.bash_it
# Install homesick first (if you did not install yet)
gem install homesick
# Clone the Castle repository
homesick clone pauloelr/Castle
# Symlink the Castle to your home directory
homesick symlink Castle
# You can also enable plugins by running
source <(wget -qO- https://raw.github.com/pauloelr/Castle/master/enable_bashit.sh)