From a4b1559c89a999ace45d592228d4de3e822763c8 Mon Sep 17 00:00:00 2001 From: joachimschmidt557 Date: Thu, 24 Dec 2020 13:42:23 +0100 Subject: [PATCH] update --- fish/nix.fish | 2 +- srcfiles/src | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/fish/nix.fish b/fish/nix.fish index 38e9237..a043a49 100644 --- a/fish/nix.fish +++ b/fish/nix.fish @@ -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 diff --git a/srcfiles/src b/srcfiles/src index c81bc0f..55057a9 100644 --- a/srcfiles/src +++ b/srcfiles/src @@ -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