-
Notifications
You must be signed in to change notification settings - Fork 2
Personal unix dotfiles
sdt/.dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
My haphazard collection of dotfiles. http://sdt.github.com/.dotfiles/ The dotfiles themselves all lives in a .dotfiles subdirectory, to avoid my whole home directory tree being a git repo. There's three basic strategies to get various programs to use a dotfile outside the usual place. In order of preference, they are: 1. ~/.programrc includes ~/.dotfiles/programrc This of course requires the dotfile have some kind of include mechanism. 2. Environment variable: PROGRAM_CONFIG=~/.dotfiles/programrc 3. Shell alias: alias program='program --config-file=~/.dotfiles/programrc' The included install.sh takes care of setting up the first form. It tries to be idempotent, but should not be fully trusted. The other forms are set up in bashrc.
About
Personal unix dotfiles
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published