Go to file
2025-07-21 13:08:28 +00:00
.config 20240721 2025-07-21 13:08:28 +00:00
.gnupg feat: remove gtk2 2024-03-12 13:47:16 +01:00
.local 20240721 2025-07-21 13:08:28 +00:00
.mozilla/firefox 20240721 2025-07-21 13:08:28 +00:00
.ssh massive cleanup 2025-06-17 05:13:23 +00:00
.bash_logout feat: huge update 2024-10-01 13:47:31 +07:00
.bash_profile 20240721 2025-07-21 13:08:28 +00:00
.bashrc 20250529 2025-05-29 07:52:56 +00:00
.gitmodules 20250529 2025-05-29 07:52:56 +00:00
.inputrc feat: huge update 2024-10-01 13:47:31 +07:00
.xinitrc 20240721 2025-07-21 13:08:28 +00:00
README.md 20250529 2025-05-29 07:52:56 +00:00

dotfiles

See https://git.gmoker.com/ange/archinstall.git for installation

  • To clone the repo:
git clone --bare https://git.gmoker.com/ange/dotfiles.git ~/.dotfiles/
alias c='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
c checkout
c submodule update --init --recursive --remote
c config status.showUntrackedFiles no
  • To update submodules:
c submodule update --recursive --remote