Skip to content

kaushikgopal/dotfiles

Repository files navigation

dotfiles

  • 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

Instructions

one-time setup

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

updates

./.update.sh

adding to dotfiles

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

About

minimal dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published