fix: .gitconfig
This commit is contained in:
+2
-3
@@ -1,6 +1,3 @@
|
|||||||
[user]
|
|
||||||
name = Sebastian Krüger
|
|
||||||
email = valknar@pivoine.art
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
@@ -16,3 +13,5 @@
|
|||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
[include]
|
||||||
|
path = ~/.gitconfig.local
|
||||||
|
|||||||
@@ -11,8 +11,7 @@ notes: |
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Install all dependencies
|
curl https://dev.pivoine.art/valknar/home/raw/branch/main/bin/setup -sSf | sh
|
||||||
arty deps
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Key Features
|
## 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: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
|
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
|
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: curl https://sh.rustup.rs -sSf | sh -s -- --no-modify-path -y
|
||||||
rust:install:tools: cargo install bat fd-find yazi-build
|
rust:install:tools: cargo install bat fd-find yazi-build
|
||||||
rust:update: rustup update
|
rust:update: rustup update
|
||||||
|
|||||||
Reference in New Issue
Block a user