My dotfiles and a script to manage them.
- Sync one, some, or all of your config files with globs.
dotfiles.shmakes backups of local config files if you ever want to revert changes.- You can use git branches to create configurations for different projects, platforms, etc.
usage: dotfiles.sh [options] [file ... ]
Configuration file manager
Author: Kevin Hanselman | www.github.com/kevlar1818/dotfiles
Arguments:
file(s) attempts to link only the glob/file(s)
(defaults to all files matching the glob '_*')
Options:
-h show this help text and exit
-r remove symlinks and restore backups if present
-x all excluding '[file] ...' (ignored if no file args)
-y don't ask for confirmation
-q quiet mode/suppress output