.config | ||
.gnupg | ||
.local | ||
.ssh | ||
.var/app/org.mozilla.firefox/.mozilla/firefox | ||
.bash_logout | ||
.bash_profile | ||
.bashrc | ||
.gitmodules | ||
.inputrc | ||
.xinitrc | ||
README.md |
dotfiles
See https://git.maby.dev/ange/archinstall.git for installation
- To clone the repo:
git clone --bare https://git.maby.dev/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