Go to file
2024-04-03 19:41:31 +02:00
.config feat: cleanup aliases, sbar, XDG home 2024-04-03 19:41:31 +02:00
.gnupg feat: remove gtk2 2024-03-12 13:47:16 +01:00
.local/share/flatpak/overrides fix: bin/pass* use clipboard instead of type 2024-03-06 16:54:18 +01:00
.mozilla/firefox feat: aerc, newsraft 2024-03-02 17:23:58 +01:00
.var/app/org.mozilla.firefox/.mozilla/firefox feat(suckless): bump to latest 2024-03-21 11:19:30 +01:00
bin feat: cleanup aliases, sbar, XDG home 2024-04-03 19:41:31 +02:00
.gitmodules fix: bin/pass* use clipboard instead of type 2024-03-06 16:54:18 +01:00
.xinitrc fix: move QT_STYLE_OVERRIDE var to .xinitrc 2024-03-21 12:14:19 +01:00
.zshenv feat: cleanup aliases, sbar, XDG home 2024-04-03 19:41:31 +02:00
README.md feat: cleanup aliases, sbar, XDG home 2024-04-03 19:41:31 +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 # remove conflicted files and re-run the command

config submodule update --init --recursive --remote
config config status.showUntrackedFiles no

To update submodules:

config submodule update --recursive --remote