- Kaushik's minimal dotfiles.
- Goals:
- keep it simple
- keep it minimal
- make it easily transferrable between machines
- keep it resilient to frequent OS f*ckery
On a new Mac, you want to run this command:
# dotfiles is a public repo (no auth required)
curl -LJO https://raw.githubusercontent.com/kaushikgopal/dotfiles/master/.setup.sh
chmod +x .setup.sh
./.setup.sh
./.update.sh
From the .gitignore
file, you'll notice i ignore everything. This is intentional. In keeping with the above goals, i only add the things i feel necessary for my specific environment.
To add to this dotfiles repo:
git add -f .xxxx