update
This commit is contained in:
parent
7361cc1260
commit
a7406bc6bb
3 changed files with 11 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ alias gs='git status'
|
||||||
alias gp='git pull'
|
alias gp='git pull'
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
alias gc='git commit'
|
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 gfo='git fetch origin'
|
||||||
alias e='emacs'
|
alias e='emacs'
|
||||||
alias v='vis'
|
alias v='vis'
|
||||||
|
|
|
||||||
|
|
@ -8,3 +8,8 @@
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = trunk
|
defaultBranch = trunk
|
||||||
|
[filter "lfs"]
|
||||||
|
clean = git-lfs clean -- %f
|
||||||
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,7 @@ git https://github.com/ziglang/zig zig
|
||||||
# git https://github.com/coq/coq coq
|
# git https://github.com/coq/coq coq
|
||||||
# git https://github.com/agraef/pure-lang pure-lang
|
# git https://github.com/agraef/pure-lang pure-lang
|
||||||
# git https://github.com/wren-lang/wren wren
|
# 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
|
# Utilities - git repositories
|
||||||
# git https://github.com/sharkdp/fd fd
|
# 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/prime31/zig-ecs zig-ecs
|
||||||
git https://github.com/andrewrk/libsoundio libsoundio
|
git https://github.com/andrewrk/libsoundio libsoundio
|
||||||
git https://github.com/Luukdegram/apple_pie apple_pie
|
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/vte vte
|
||||||
# git https://github.com/alacritty/urlocator urlocator
|
# git https://github.com/alacritty/urlocator urlocator
|
||||||
git https://github.com/obsproject/obs-studio obs-studio
|
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://github.com/nektro/zigmod zigmod
|
||||||
git https://git.sr.ht/~emersion/vaapi-decoder vaapi-decoder
|
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-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://git.tuxfamily.org/chrony/chrony.git chrony
|
||||||
|
git https://github.com/hspak/brightnessztl brightnessztl
|
||||||
|
|
||||||
# My own projects
|
# My own projects
|
||||||
git git@github.com:ziglibs/lscolors zig-lscolors
|
git git@github.com:ziglibs/lscolors zig-lscolors
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue