-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Shotaro Fujimoto edited this page Feb 18, 2016
·
5 revisions
dot - This script can manage your dotfiles.
People like GitHub to use as personal backup for some configuration files(dotiles).
- Create repository in GitHub (may called "dotfiles")
- Clone to local machine
- Add some file to dotfiles directory
- Make symlinks from dotfiles directory to its original path
- Continue process 3 and 4 ...
It is very painful if you do that by hand isn't it?
I wrote this script to make it easy the process 3 and 4.
Using this script,
dot add file1 ~/.dotfiles/path/to/file1
Done!
Unlike other tools to manage dotfiles, this script allows you to have arbitrary directory structure.
Using this script,
dot clone; dot set
Done!
You can set all the symbolic links by a link list created by dot add
command.
If the file already exists, this script asks you what to do next.