X Tutup
The Wayback Machine - https://web.archive.org/web/20201020102357/https://github.com/c02y/dotfiles
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
gdb
 
 
git
 
 
 
 
npm
 
 
 
 
 
 
tig
 
 
 
 
vim
 
 
 
 
 
 
 
 

README.org

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

git remote set-url origin https://c02y:yourpassword@github.com/c02y/dotfiles.git

or

git remote set-url origin git@github.com:c02y/dotfiles.git

Use sxhkd from start,

cp -rfv ~/.local/bin/sxhkd.desktop ~/.config/autostart/sxhkd.desktop

logout

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

You can’t perform that action at this time.
X Tutup