(chore) update paths for scripts and patches

This commit is contained in:
2026-04-13 22:13:32 +02:00
parent a88c12b85d
commit 45362b9d05
5 changed files with 4 additions and 4 deletions

View File

@@ -29,8 +29,8 @@ Use ./stow.sh --unstow <folder_name> to remove configuration
- gamemode configuration:
- renice=10
- ssh-agent:
- agent-location: `cd $HOME/.oh-my-zsh/ && git apply $HOME/.dots/ssh-agent-location.patch`
- remove keys on lock: `ln -sSf $HOME/.dots/remove-ssh.service $HOME/.config/systemd/user/remove-ssh.service && systemctl --user start remove-ssh && systemctl --user enable remove-ssh`
- agent-location: `cd $HOME/.oh-my-zsh/ && git apply $HOME/.dots/patches/ssh-agent-location.patch`
- remove keys on lock: `ln -sSf $HOME/.dots/scripts/remove-ssh.service $HOME/.config/systemd/user/remove-ssh.service && systemctl --user start remove-ssh && systemctl --user enable remove-ssh`
## Software
@@ -42,7 +42,7 @@ sudo apt install \
```
```
git clone https://github.com/ohmyzsh/ohmyzsh/ $HOME/.oh-my-zsh && cd $HOME/.oh-my-zsh && git apply $HOME/.dots/prompt.patch
git clone https://github.com/ohmyzsh/ohmyzsh/ $HOME/.oh-my-zsh && cd $HOME/.oh-my-zsh && git apply $HOME/.dots/patches/prompt.patch
```
### Extended

View File

@@ -4,7 +4,7 @@ Description=Remove SSH keys on lock
[Service]
Type=simple
Environment=SSH_AUTH_SOCK=/tmp/agent.sock
ExecStart=%h/.dots/remove-ssh.bash
ExecStart=%h/.dots/scripts/remove-ssh.bash
[Install]
WantedBy=default.target