Skip to content

c02y/dotfiles

Folders and files

NameName
Last commit message
Last commit date
Jan 1, 2022
Sep 25, 2024
Jul 9, 2022
Sep 25, 2024
Sep 19, 2024
May 14, 2019
Sep 23, 2024
Sep 17, 2024
Sep 24, 2024
Sep 17, 2024
Sep 19, 2024
Sep 17, 2024
Sep 17, 2024
Sep 25, 2024
Sep 17, 2024
Apr 11, 2021
Nov 23, 2019
Feb 22, 2021
Sep 17, 2024
Sep 17, 2024
Jan 25, 2022
Apr 7, 2019
May 4, 2022
Apr 25, 2022
Sep 17, 2024
Apr 28, 2021
Sep 28, 2024
Sep 28, 2024
Jan 23, 2022
Sep 18, 2024

Repository files navigation

dotfiles managed by GNU Stow

Before installing spacemacs and spacevim/lunarvim, 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!