- 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
- clone this repo
git clone git@github.com:double12gzh/dotfiles.git ~
- create symlink
stow */
# or
stow Git
- -D: remove the created symlink.
- -S: create assigned symlink.
- -R: remove & recreate assigned symlink.