Go to file
2024-11-16 15:19:20 +08:00
.config feat: bash completion cache 2024-11-16 15:19:20 +08:00
.gnupg feat: remove gtk2 2024-03-12 13:47:16 +01:00
.local feat: bash completion cache 2024-11-16 15:19:20 +08:00
.var/app/org.mozilla.firefox/.mozilla/firefox feat: cleanup .local/bin 2024-10-22 17:00:36 +07:00
.bash_logout feat: huge update 2024-10-01 13:47:31 +07:00
.bash_profile feat: bash completion cache 2024-11-16 15:19:20 +08:00
.bashrc feat: huge update 2024-10-01 13:47:31 +07:00
.gitmodules feat: mimeapps, remove p10k 2024-04-24 11:25:04 +02:00
.inputrc feat: huge update 2024-10-01 13:47:31 +07:00
.xinitrc feat: bash 2024-06-23 11:51:38 +02:00
README.md feat: bash 2024-06-23 11:51:38 +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