update
This commit is contained in:
parent
da33d11bc8
commit
a4b1559c89
2 changed files with 5 additions and 2 deletions
|
|
@ -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'
|
||||
alias gcm='git checkout master || git checkout main'
|
||||
alias gfo='git fetch origin'
|
||||
|
||||
# LS_COLORS
|
||||
|
|
|
|||
|
|
@ -53,6 +53,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
|
||||
|
||||
# Utilities - git repositories
|
||||
# git https://github.com/sharkdp/fd fd
|
||||
|
|
@ -160,7 +161,7 @@ git https://github.com/martanne/vis vis
|
|||
# git https://github.com/dylanaraps/sowm/ sowm
|
||||
# git https://github.com/joelekstrom/terminal-mines terminal-mines
|
||||
# git https://github.com/nextstrain/auspice auspice
|
||||
# git https://github.com/nextstrain/augur augur
|
||||
git https://github.com/nextstrain/augur augur
|
||||
# git https://github.com/HoTT/book HoTT-book
|
||||
git https://github.com/jquast/wcwidth wcwidth
|
||||
# git https://github.com/cylgom/ly ly
|
||||
|
|
@ -200,6 +201,8 @@ git https://github.com/nspin/hs-arm hs-arm
|
|||
git https://github.com/adamyordan/laplace laplace
|
||||
git https://git.sr.ht/~dbandstra/zig-wav zig-wav
|
||||
git git://git.annexia.org/jonesforth.git jonesforth
|
||||
git https://github.com/ytdl-org/youtube-dl youtube-dl
|
||||
git https://github.com/junegunn/fzf fzf
|
||||
|
||||
# My own projects
|
||||
git git@github.com:ziglibs/lscolors zig-lscolors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue