git clone https://github.com/AconCavy/dotfiles.gitSetup the OS settings and softwares.
./scripts/setup.shCreate a symlink of the dotfiles to the $HOME directory.
If a dotfile with the same name exists in $HOME directory, move it to the $HOME/.dotbackup directory.
./scripts/link.shDelete a symlink of the dotfiles from the $HOME directory.
If a dotfile exists in the $HOME/.dotbackup directory, move it to the $HOME directory.
./scripts/unlink.shPlace shared dotfiles in the ./dotfiles-shared.
Place OS-specific dotfiles in the ./dotfiles-{OS} for each OS.