Compare commits
No commits in common. "937ab54f8cbd75c12a393aba2c2566ba804773d8" and "af5bee6a474ad7c5076bd8eccfcb3754c1b6012a" have entirely different histories.
937ab54f8c
...
af5bee6a47
@ -1,7 +1,7 @@
|
|||||||
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
|
||||||
|
|
||||||
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
[ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ] && {
|
||||||
GUILOG="$HOME/.local/state/gui.log"
|
GUILOG="$HOME/.local/share/xorg/gui.log"
|
||||||
|
|
||||||
mv -f "$GUILOG" "$GUILOG.old" || true
|
mv -f "$GUILOG" "$GUILOG.old" || true
|
||||||
|
|
||||||
|
@ -2,16 +2,18 @@
|
|||||||
|
|
||||||
See (https://git.maby.dev/ange/archinstall.git) for installation
|
See (https://git.maby.dev/ange/archinstall.git) for installation
|
||||||
|
|
||||||
- To clone the repo:
|
To clone the repo:
|
||||||
```console
|
```console
|
||||||
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
|
git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles
|
||||||
alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME'
|
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 submodule update --init --recursive --remote
|
||||||
config config status.showUntrackedFiles no
|
config config status.showUntrackedFiles no
|
||||||
```
|
```
|
||||||
|
|
||||||
- To update submodules:
|
To update submodules:
|
||||||
```
|
```
|
||||||
config submodule update --recursive --remote
|
config submodule update --recursive --remote
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user