(chore) update readme

This commit is contained in:
2026-04-07 11:28:37 +02:00
parent 5a6c231cb6
commit aceb615dfb

View File

@@ -28,12 +28,9 @@ Use ./stow.sh --unstow <folder_name> to remove configuration
- allow microphone in steam: `sudo snap connect steam:audio-record :audio-record` - allow microphone in steam: `sudo snap connect steam:audio-record :audio-record`
- gamemode configuration: - gamemode configuration:
- renice=10 - renice=10
- diff for .ohmyzsh via patch files
- ssh-agent: - ssh-agent:
- ohmyzsh patch for agent location - agent-location: `cd $HOME/.oh-my-zsh/ && git apply $HOME/.dots/ssh-agent-location.patch`
- `mv $HOME/.dots/remove-ssh.service ~/.config/systemd/user/remove-ssh.service` - 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`
- `systemctl --user start remove-ssh`
- `systemctl --user enable remove-ssh`
## Software ## Software
@@ -44,8 +41,16 @@ sudo apt install \
git ripgrep fd-find fzf stow git ripgrep fd-find fzf stow
``` ```
```
git clone https://github.com/ohmyzsh/ohmyzsh/ $HOME/.oh-my-zsh
```
### Extended ### Extended
```
cargo install --locked zellij
```
``` ```
sudo apt install \ sudo apt install \
pympress \ pympress \
@@ -72,10 +77,6 @@ sudo snap install \
steam steam
``` ```
```
cargo install --locked zellij
```
### Manual ### Manual
- [Helix](https://github.com/helix-editor/helix/releases) - [Helix](https://github.com/helix-editor/helix/releases)
@@ -88,7 +89,6 @@ cargo install --locked zellij
$ mkdir -p ~/.config/nix/ $ mkdir -p ~/.config/nix/
$ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf $ echo "experimental-features = nix-command flakes" > ~/.config/nix/nix.conf
``` ```
- [ohmyzsh](https://ohmyz.sh/)
## Extensions ## Extensions