dotfiles icon indicating copy to clipboard operation
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
    1. Login github account
    2. Settings->Developer settings->Personal access token
    3. New/Generate new token, copy the token
    4. 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!