Prerequisites: git, sudo
git clone https://github.com/pablon/dotfiles.git ~/dotfiles && cd ~/dotfiles/
./setup.sh --help # show all optionsInstall:
./setup.sh [install] # full install (default)Update:
./setup.sh update --dry-run # preview changes without modifying anything
./setup.sh update # pull changes, update plugins & re-stowRe-stow:
# re-create all symlinks
stow -R . -t ~