These are my dotfiles.
Quickstart:
git clone --recursive $URL
cd dotfiles
./setup.sh
-
If you forgot the --recursive (or if you just did a git pull and got new submodules, but need to update them)
git submodule update --init # OR make update
-
To upgrade the submodules
make upgrade-submodules
-
Git credential helper (gnome-keyring)
sudo apt-get install libgnome-keyring-dev cd /usr/share/doc/git/contrib/credential/gnome-keyring sudo make
echo 'set imap_pass="XXX"' > ~/.muttrc.password
gpg -r [email protected] -e ~/.muttrc.password # output ~/.muttrc.password.gpg
rm ~/.muttrc.password