forked from blue-build/legacy-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add git configs and comment out yafti setup section
- Loading branch information
Benedikt Flöser
committed
Sep 28, 2023
1 parent
432cc78
commit 200e21c
Showing
3 changed files
with
39 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,8 +47,21 @@ devbox: | |
zsh: | ||
chsh -s /usr/bin/zsh $USER | ||
|
||
git: | ||
git config --global credential.helper libsecret | ||
git config --global core.pager delta | ||
git config --global interactive.diffFilter delta --color-only | ||
git config --global delta.navigate true | ||
git config --global delta.light false | ||
git config --global merge.conflictstyle diff3 | ||
git config --global diff.colorMoved default | ||
git config --global user.email [email protected] | ||
git config --global user.name Benedikt Flöser | ||
|
||
dev-setup: | ||
just --unstable zsh | ||
sudo just --unstable zsh | ||
sudo just --unstable docker | ||
just --unstable git | ||
just --unstable nix | ||
just --unstable dotfiles | ||
just --unstable jetbrains-toolbox | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters