dotfiles
dotfiles copied to clipboard
dotfiles managed by GNU Stow
- dotfiles managed by [[http://www.gnu.org/software/stow/][GNU Stow]]
** Before installing spacemacs and spacevim, please read README.org in those directories.
** Install
: git clone https://github.com/codychan/dotfiles.git ~/Dotfiles.d
** Links
: cd ~/Dotfiles.d/ && stow --verbose . # or like
stowsh --verbose vim - avoid the issue git push prompts for username and password
- 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!