feat: tools and git aliases

This commit is contained in:
Tine 2024-05-16 22:13:23 +02:00
parent 7d8f56d008
commit 53cdc8b5cb
Signed by: mentos1386
SSH key fingerprint: SHA256:MNtTsLbihYaWF8j1fkOHfkKNlnN1JQfxEU/rBU8nCGw
2 changed files with 5 additions and 1 deletions

View file

@ -1,2 +1,2 @@
--italic-text='always'
--theme=OneHalfLight
--theme=OneHalfDark

View file

@ -40,6 +40,7 @@
ctop
bottom
tailscale
rename
# Nodejs
nodejs_20
@ -182,6 +183,9 @@
"gicm" = "(git checkout main || git checkout master) && git pull";
"gic" = "git checkout";
"gip" = "git pull";
"ga" = "git add";
"gc" = "git commit";
"gr" = "git stash && gicm && git rebase main";
};
};