dotfiles managed by GNU Stow
git clone https://github.com/codychan/dotfiles.git ~/Dotfiles.d
cd ~/Dotfiles.d/ && stow --verbose . # or like `stowsh --verbose vim`
- Login github account
- Settings->Developer settings->Personal access token
- New/Generate new token, copy the token
- vim .git/config,
url = https://github.com/c02y/dotfiles
change it to:
url = https://c02y:[email protected]/c02y/dotfiles
NOTE: If you got no stow installed, use ./bin/.local/bin/stowsh script, use it like stow, and -h for help!