c02y / dotfiles

dotfiles managed by GNU Stow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

dotfiles managed by GNU Stow


Languages

Language:Shell 34.5%Language:YASnippet 22.8%Language:Perl 15.2%Language:Python 12.6%Language:Emacs Lisp 8.1%Language:Lua 4.1%Language:Vim Script 1.3%Language:CSS 1.1%Language:C 0.1%Language:Roff 0.0%