Skip to content

c02y/dotfiles

Repository files navigation

dotfiles managed by 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:THE_TOKEN@github.com/c02y/dotfiles
        

NOTE: If you got no stow installed, use ./bin/.local/bin/stowsh script, use it like stow, and -h for help!