/dotfiles

dotfiles

Primary LanguageShell

dotfiles

Prerequest

  • Install Perl
  • Install Test::Output cpanm install Test::Output
  • Install Test::More cpanm install Test::More
  • Install GNU stow
# NOTE: make sure perl is installed
# NOTE: also, cpanm install Test::Output and Test::More

bash zzz_install_scripts/apps/stow.sh

Usage

  • clone this repo
git clone git@github.com:double12gzh/dotfiles.git ~
  • create symlink
stow */

# or 

stow Git

Ref

  • -D: remove the created symlink.
  • -S: create assigned symlink.
  • -R: remove & recreate assigned symlink.