Go to file
2024-02-03 00:56:25 +01:00
.config feat(nvim): dynamic listchars 2024-02-03 00:56:25 +01:00
.gnupg feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
.local/share/flatpak/overrides feat: replace docker by flatpak 2023-09-26 20:23:32 +02:00
.mail feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
.mozilla/firefox feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
bin feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
.gitmodules feat: remove unused files 2023-11-10 16:37:11 +01:00
.gtkrc-2.0 add a lot of things 2022-07-18 15:12:36 +02:00
.mbsyncrc feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
.xinitrc feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
.zshenv feat: hypr, neomutt, newsboat, pass 2024-02-02 22:58:07 +01:00
README.md feat: massive update 2024-01-04 10:07:50 +01: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