This commit is contained in:
joachimschmidt557 2021-10-22 14:46:04 +02:00
parent 7361cc1260
commit a7406bc6bb
No known key found for this signature in database
GPG key ID: E0B575BE2884ACC5
3 changed files with 11 additions and 2 deletions

View file

@ -6,7 +6,7 @@ alias gs='git status'
alias gp='git pull'
alias gd='git diff'
alias gc='git commit'
alias gcm='git checkout master || git checkout main'
alias gsm='git switch master || git switch main || git switch trunk'
alias gfo='git fetch origin'
alias e='emacs'
alias v='vis'

View file

@ -8,3 +8,8 @@
gpgsign = true
[init]
defaultBranch = trunk
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true

View file

@ -62,7 +62,7 @@ git https://github.com/ziglang/zig zig
# git https://github.com/coq/coq coq
# git https://github.com/agraef/pure-lang pure-lang
# git https://github.com/wren-lang/wren wren
# git https://github.com/golang/go go
git https://github.com/golang/go go
# Utilities - git repositories
# git https://github.com/sharkdp/fd fd
@ -199,6 +199,7 @@ git https://github.com/taglib/taglib taglib
git https://github.com/prime31/zig-ecs zig-ecs
git https://github.com/andrewrk/libsoundio libsoundio
git https://github.com/Luukdegram/apple_pie apple_pie
git https://github.com/alacritty/alacritty alacritty
# git https://github.com/alacritty/vte vte
# git https://github.com/alacritty/urlocator urlocator
git https://github.com/obsproject/obs-studio obs-studio
@ -244,7 +245,10 @@ git https://gitlab.com/simple-nixos-mailserver/nixos-mailserver nixos-mailserver
git https://github.com/nektro/zigmod zigmod
git https://git.sr.ht/~emersion/vaapi-decoder vaapi-decoder
git https://github.com/kristoff-it/zig-doctest zig-doctest
git https://github.com/kristoff-it/zig-okredis zig-okredis
git https://github.com/kristoff-it/bork bork
git https://git.tuxfamily.org/chrony/chrony.git chrony
git https://github.com/hspak/brightnessztl brightnessztl
# My own projects
git git@github.com:ziglibs/lscolors zig-lscolors