git clone https://github.com/AconCavy/dotfiles.git
Setup the OS settings and softwares.
./scripts/setup.sh
Create 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.sh
Delete 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.sh
Place shared dotfiles in the ./dotfiles-shared
.
Place OS-specific dotfiles in the ./dotfiles-{OS}
for each OS.