Skip to content

bvprod2/dotfiles

 
 

Repository files navigation

dotfiles

git clone --bare [email protected]:randy3k/dotfiles.git $HOME/.dotfiles
alias dotfiles='git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
dotfiles config --local status.showUntrackedFiles no
dotfiles config --local alias.github '!git add -u && git commit -m "Update dotfiles at $(date -u)" && git push'
dotfiles config --local pull.rebase true
dotfiles reset --hard

rm ~/README.md
dotfiles update-index --skip-worktree README.md

Credit: inspired by https://developer.atlassian.com/blog/2016/02/best-way-to-store-dotfiles-git-bare-repo/

About

some of my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 57.4%
  • Shell 24.5%
  • Vim Script 13.0%
  • R 3.9%
  • Other 1.2%