From fbaa4f170a2142380b8584b80088bc79020df473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 23 Jun 2026 11:26:14 +0200 Subject: [PATCH] fix: .gitconfig --- .gitconfig | 5 ++--- arty.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.gitconfig b/.gitconfig index 5b5f6c9..ff0672d 100755 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,3 @@ -[user] - name = Sebastian Krüger - email = valknar@pivoine.art [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f @@ -16,3 +13,5 @@ autoSetupRemote = true [pull] ff = only +[include] + path = ~/.gitconfig.local diff --git a/arty.yml b/arty.yml index 1f45057..b7f2f05 100644 --- a/arty.yml +++ b/arty.yml @@ -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