Dots is a portable way to manage dotfiles across multiple machines
.symlink These files are hardlinked to the designated directory after having the suffix striped.
By default, this is the user's home folder. eg. .bashrc.symlink -> .bashrc
dotfiles # normal files vim/ vimrc.symlink bash bashrc.symlink ec2 ... # not uploaded protected secretrc.symlink
dots install # install all dotsfiles
#TODO: dots collect <program_name> # create a new dotsfile eg. dots collect ~/.vimrc vim
dots list # show existing dotsfiles
dots upload # check for git, upload dotfiles to github
etc
- screenrc.symlink
- tmux.conf.symlink
python
- pdbrc.symlink
- pylint.custom
vim
- gvimrc.symlink
- vimrc.symlink