Go to file
2024-05-25 18:23:28 +02:00
.config fix: GUILOG moved to .local/state 2024-05-25 18:23:04 +02:00
.gnupg feat: remove gtk2 2024-03-12 13:47:16 +01:00
.local feat: cleaner light/vol rounds 2024-05-18 22:15:56 +02:00
.var/app/org.mozilla.firefox/.mozilla/firefox feat: firefox disable speech synthesizer warning 2024-05-17 14:04:59 +02:00
.gitmodules feat: mimeapps, remove p10k 2024-04-24 11:25:04 +02:00
.xinitrc feat: mimeapps, remove p10k 2024-04-24 11:25:04 +02:00
.zshenv feat: DOCKER_HOST=podman 2024-05-23 15:12:56 +02:00
README.md feat(README): checkout -f 2024-05-25 18:23:28 +02:00

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 config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
config checkout -f
config submodule update --init --recursive --remote
config config status.showUntrackedFiles no
  • To update submodules:
config submodule update --recursive --remote