Skip to content

Instantly share code, notes, and snippets.

@bayleedev
Last active July 4, 2016 22:53
Show Gist options
  • Save bayleedev/56a6ea15edde87725500349c57d98a66 to your computer and use it in GitHub Desktop.
Save bayleedev/56a6ea15edde87725500349c57d98a66 to your computer and use it in GitHub Desktop.
dotties install <package>
dotties uninstall <package>
dotties update
~/
.gitconfig -> ./.dotties/links/gitconfig
.tmux.conf -> ./.dotties/links/tmux.conf
.vimrc -> ./.dotties/links/vimrc
/.dotties
.packages.yml
/links
gitconfig
tmux.conf
vimrc
/components
/blainesch-dotfiles
.packages.yml
gitconfig
/tinytacoteam-dotties-mouse
tmux.conf
vimrc
/tinytacoteam-dotties-pg
postgresrc
vimrc
dotties install blainesch/dotfiles
-> has dependencies on "tinytacoteam/dotties-pg"
dotties install tinytacoteam/dotties-mouse
-> has no dependencies
dotties uninstall tinytacoteam/dotties-pg
-> remove the dependency
dotties update
-> updates all the links/config files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment