This commit is contained in:
joachimschmidt557 2020-01-30 14:51:39 +01:00
parent 9775afb32f
commit 200c876227

View file

@ -32,6 +32,7 @@ tar https://ftp.gnu.org/gnu/gcc/gcc-9.2.0/gcc-9.2.0.tar.xz gcc-9.2.0
tar http://pll.cpsc.ucalgary.ca/charity1/download/source/charity-src.tar.gz charity tar http://pll.cpsc.ucalgary.ca/charity1/download/source/charity-src.tar.gz charity
tar https://chuck.cs.princeton.edu/release/files/chuck-1.4.0.0.tgz chuck-1.4.0.0 tar https://chuck.cs.princeton.edu/release/files/chuck-1.4.0.0.tgz chuck-1.4.0.0
tar https://downloads.sourceforge.net/project/maxima/Maxima-source/5.43.0-source/maxima-5.43.0.tar.gz maxima-5.43.0 tar https://downloads.sourceforge.net/project/maxima/Maxima-source/5.43.0-source/maxima-5.43.0.tar.gz maxima-5.43.0
tar https://bellard.org/qemacs/qemacs-0.3.3.tar.gz qemacs-0.3.3
# Utilities - git repositories # Utilities - git repositories
git https://github.com/sharkdp/fd fd git https://github.com/sharkdp/fd fd
@ -45,6 +46,7 @@ git git://git.suckless.org/ubase ubase
git git://git.suckless.org/sinit sinit git git://git.suckless.org/sinit sinit
git git://git.suckless.org/surf surf git git://git.suckless.org/surf surf
git git://git.suckless.org/st st git git://git.suckless.org/st st
git https://git.suckless.org/libzahl libzahl
git https://github.com/taylorconor/tinytetris tinytetris git https://github.com/taylorconor/tinytetris tinytetris
git https://github.com/martanne/dvtm dvtm git https://github.com/martanne/dvtm dvtm
git https://github.com/robm/dzen dzen git https://github.com/robm/dzen dzen
@ -109,7 +111,6 @@ git https://github.com/allthemusicllc/atm-cli atm-cli
git https://github.com/johnnovak/nim-mod nim-mod git https://github.com/johnnovak/nim-mod nim-mod
git https://github.com/deadpixi/sam sam git https://github.com/deadpixi/sam sam
git https://github.com/ziglang/zig-spec zig-spec git https://github.com/ziglang/zig-spec zig-spec
git https://github.com/ziglang/zig-mode zig-mode
git https://github.com/qutebrowser/qutebrowser qutebrowser git https://github.com/qutebrowser/qutebrowser qutebrowser
git https://github.com/fox0430/moe moe git https://github.com/fox0430/moe moe
git https://github.com/xournalpp/xournalpp xournalpp git https://github.com/xournalpp/xournalpp xournalpp
@ -155,4 +156,9 @@ git git@mygitea:joachimschmidt557/etherpad2latex etherpad2latex
git git@mygitea:joachimschmidt557/server server git git@mygitea:joachimschmidt557/server server
git git@mygitea:joachimschmidt557/homepage homepage git git@mygitea:joachimschmidt557/homepage homepage
git git@mygitea:lars-he/Study_Planner Study_Planner git git@mygitea:lars-he/Study_Planner Study_Planner
git git@github.com:joachimschmidt557/zig-regex.git zig-regex git git@github.com:joachimschmidt557/zig-regex zig-regex
git git@github.com:joachimschmidt557/zig-mode zig-mode
git git@github.com:joachimschmidt557/zbase zbase
git git@github.com:joachimschmidt557/zed zed
git git@github.com:joachimschmidt557/zig-linenoise zig-linenoise
git git@github.com:joachimschmidt557/zig-termbox zig-termbox