Compare commits

..

No commits in common. "937ab54f8cbd75c12a393aba2c2566ba804773d8" and "af5bee6a474ad7c5076bd8eccfcb3754c1b6012a" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View File

@ -1,7 +1,7 @@
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
GUILOG="$HOME/.local/state/gui.log"
GUILOG="$HOME/.local/share/xorg/gui.log"
mv -f "$GUILOG" "$GUILOG.old" || true

View File

@ -2,16 +2,18 @@
See (https://git.maby.dev/ange/archinstall.git) for installation
- To clone the repo:
To clone the repo:
```console
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 checkout # remove conflicted files and re-run the command
config submodule update --init --recursive --remote
config config status.showUntrackedFiles no
```
- To update submodules:
To update submodules:
```
config submodule update --recursive --remote
```