fix: .gitconfig
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user