Compare commits

...

2 Commits

Author SHA1 Message Date
937ab54f8c
feat(README): checkout -f 2024-05-25 18:23:28 +02:00
b80d2c46c4
fix: GUILOG moved to .local/state 2024-05-25 18:23:04 +02:00
2 changed files with 4 additions and 6 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/share/xorg/gui.log"
GUILOG="$HOME/.local/state/gui.log"
mv -f "$GUILOG" "$GUILOG.old" || true

View File

@ -2,18 +2,16 @@
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 # remove conflicted files and re-run the command
config checkout -f
config submodule update --init --recursive --remote
config config status.showUntrackedFiles no
```
To update submodules:
- To update submodules:
```
config submodule update --recursive --remote
```