git clone https://github.com/tjoskar/dotfiles.git
cd dotfiles
sh bootstrap.sh # This will change your system. Check the code first!
To update:
sh update.sh
If ~/.private
exists, it will be sourced along with the other files.
My ~/.private
file looks something like this:
# Git credentials
GIT_AUTHOR_NAME="Oskar Karlsson"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="kontakta@oskarkarlsson.nu"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
#SSH
alias tv="ssh tjoskar@192.168.0.12 -p 300"
- Mathias Bynens and his dotfiles
- Zach Holman and his dotfiles
- Yan Pritzker and his dotfiles
- Ben Alman and his dotfiles
- Paul Miller and his dotfiles