Go to file
2025-02-17 06:08:25 +00:00
.config feat: bookmarks 2025-02-17 06:08:25 +00:00
.gnupg feat: remove gtk2 2024-03-12 13:47:16 +01:00
.local feat: bookmarks 2025-02-17 06:08:25 +00:00
.ssh feat: bookmarks 2025-02-17 06:08:25 +00:00
.var/app/org.mozilla.firefox/.mozilla/firefox feat: bookmarks 2025-02-17 06:08:25 +00:00
.bash_logout feat: huge update 2024-10-01 13:47:31 +07:00
.bash_profile cleanup 2025-01-17 14:21:47 +00:00
.bashrc big update 2024-12-27 11:43:30 +00:00
.gitmodules cleanup 2025-01-30 13:55:36 +00:00
.inputrc feat: huge update 2024-10-01 13:47:31 +07:00
.xinitrc feat: bookmarks 2025-02-17 06:08:25 +00: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