Skip to content

jamestansx/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

setup

$ set -gx GIT_DIR "$HOME"/.dotfiles
$ set -gx GIT_WORK_TREE "$HOME"
$ git init --bare $HOME/.dotfiles # or git clone
$ git checkout -f main
$ git sparse-checkout set --no-cone "/*" "!LICENSE" "!README.md"
$ echo "*" >> $HOME/.dotfiles/info/exclude

About

**Mirror**

Resources

License

Stars

Watchers

Forks