fix: .gitconfig

This commit is contained in:
2026-06-23 11:26:14 +02:00
parent d3427ae137
commit fbaa4f170a
2 changed files with 4 additions and 6 deletions
+2 -3
View File
@@ -11,8 +11,7 @@ notes: |
## Quick Start
```bash
# Install all dependencies
arty deps
curl https://dev.pivoine.art/valknar/home/raw/branch/main/bin/setup -sSf | sh
```
## Key Features
@@ -52,7 +51,7 @@ scripts:
debian:install:libs: sudo apt install -y libffi-dev zlib1g-dev libyaml-dev libssl-dev liblzma-dev libbz2-dev libncurses-dev libreadline-dev libsqlite3-dev python3-tk tk-dev zstd
debian:install:tools: sudo apt install -y imagemagick rsvg-convert ffmpeg yt-dlp shellcheck micro
docker:install: curl -fsSL -o- https://get.docker.com | sudo sh && sudo usermod -aG docker $USER
ssh:keygen: ssh-keygen -t ed25519 -C "$(git config --global user.email)"
ssh:keygen: ssh-keygen -t ed25519 -C "$(git config --global --include user.email)"
rust:install: curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y
rust:install:tools: cargo install bat fd-find yazi-build
rust:update: rustup update