/dotfiles

Primary LanguageShellMIT LicenseMIT

dotfiles

git clone https://github.com/AconCavy/dotfiles.git

Commands

Setup

Setup the OS settings and softwares.

./scripts/setup.sh

Link

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

Unlink

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

Configure dotfiles

Place shared dotfiles in the ./dotfiles-shared.
Place OS-specific dotfiles in the ./dotfiles-{OS} for each OS.