dotfiles/README.md
2025-05-29 07:52:56 +00:00

413 B

dotfiles

See https://git.gmoker.com/ange/archinstall.git for installation

  • To clone the repo:
git clone --bare https://git.gmoker.com/ange/dotfiles.git ~/.dotfiles/
alias c='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
c checkout
c submodule update --init --recursive --remote
c config status.showUntrackedFiles no
  • To update submodules:
c submodule update --recursive --remote