Remove or update submodules

This commit is contained in:
Phantop 2020-12-18 14:53:40 -05:00
parent eeb6064b6f
commit 521b547a57
17 changed files with 32 additions and 55 deletions

2
.gitignore vendored
View File

@ -1,2 +0,0 @@
.DS_Store
*.zip

25
.gitmodules vendored
View File

@ -10,33 +10,16 @@
[submodule "startpage"]
path = startpage
url = https://github.com/deepjyoti30/startpage
[submodule "keeweb"]
path = keeweb
url = https://github.com/keeweb/keeweb
[submodule "audiomass"]
path = audiomass
url = https://github.com/pkalogiros/audiomass
[submodule "whereami"]
path = whereami
url = https://github.com/webdevbrian/whereami
[submodule "wayland-book"]
path = wayland-book
url = https://git.sr.ht/~sircmpwn/wayland-book
[submodule "source-library"]
path = source-library
url = https://github.com/NB419/source-library
[submodule "lc3-vm"]
path = lc3-vm
url = https://github.com/justinmeiners/lc3-vm
[submodule "degoogle"]
path = degoogle
url = https://github.com/tycrek/degoogle
[submodule "awesome-piracy"]
path = awesome-piracy
url = https://github.com/Igglybuff/awesome-piracy
[submodule "survival"]
path = survival
url = https://github.com/ligi/SurvivalManual.wiki.git
[submodule "open-source-cs"]
path = open-source-cs
url = https://github.com/ForrestKnight/open-source-cs
[submodule "keeweb"]
path = keeweb
url = https://github.com/keeweb/keeweb
branch = gh-pages

@ -1 +1 @@
Subproject commit bec21030d76db75e1e4c171be7ab8a17abbda2e4
Subproject commit 3d6389a10bc3dce525a62d2e7880b250244bb7a7

@ -1 +0,0 @@
Subproject commit e9ac2be288c02c74752346d3f9887dca88b66d63

2
brstm

@ -1 +1 @@
Subproject commit b98660a2bf5eb065421e62f2159b536df8abffd2
Subproject commit 152d84fe0b9355ed1dca947e3a5e6cb572865a85

@ -1 +0,0 @@
Subproject commit 3eb05a3a1f0deb2d3c847867f8f032e20b446bcb

2
epub

@ -1 +1 @@
Subproject commit 532a2fdbd1206dca6144292bb93a68764f9ff18d
Subproject commit 6fe236896fa1c8ac9e3889fd66bfb13c94a258f6

View File

@ -14,15 +14,9 @@
[unixporn](reads/unixporn)
[reddit](reads/reddit.md)
[reddit](reads/reddit)
[zach resources](reads/zachs-resources)
[source library](source-library)
[awesome-piracy](awesome-piracy/readme.md)
[degoogle](degoogle/README.md)
[video](reads/video)
[keeweb](keeweb)
@ -30,12 +24,10 @@
[portal2](aperturescience/portal2)
[brstm](brstm/index.html)
[brstm](brstm)
[audiomass](audiomass/src)
[write a vm](lc3-vm/docs)
[source library](https://nb419.github.io/source-library/)
[survival-manual](survival/Home.md)
[open-source-cs](open-source-cs/README.md)
[survival-manual](survival/Home)

2
keeweb

@ -1 +1 @@
Subproject commit b8cad5bad73243494ce887d3e06e8eaae84824df
Subproject commit bf2e74f32bec652960e95d200b7066117c223b56

1
lc3-vm

@ -1 +0,0 @@
Subproject commit 30d1a1cc346ddc151542cf46ee9e181fef111370

@ -1 +0,0 @@
Subproject commit b43c9b2187df91888be9fde23faa9a85a13643be

View File

@ -8,6 +8,8 @@
[stow](https://stevenrbaker.com/tech/managing-dotfiles-with-gnu-stow.html)
[wayland-book](https://wayland-book.com/)
## 3D Graphics
[Learn OpenGL](https://learnopengl.com/)
@ -26,8 +28,6 @@
[driver and kernel dev books](http://jdebp.eu/FGA/operating-system-books.html)
[multiple live ISOs](https://github.com/probonopd/SystemImageKit)
[simple key remap](https://github.com/DavRack/skr)
[year of the linux laptop](https://monadical.com/posts/moving-to-linux-desktop.html)
@ -50,14 +50,14 @@
[Cheating in single-player Linux games](https://old.reddit.com/r/linux_gaming/comments/gpsp8f/cheating_in_singleplayer_linux_games/)
[awesome-emulators](https://github.com/alnacle/awesome-emulators)
[awesome-emulators-simulators](https://github.com/mcicolella/awesome-emulators-simulators)
[box86](https://github.com/ptitSeb/box86)
[wine-portable-executable](https://github.com/Kron4ek/wine-portable-executable)
[DOSBox Pure](https://github.com/schellingb/dosbox-pure)
[Vulkan Emulators](https://teddit.net/r/emulation/comments/kixgn0/vulkan_in_emulation_2020/)
## Terminal
[Learn Regex](https://github.com/zeeshanu/learn-regex)
@ -76,7 +76,7 @@
[Working SPICE](https://reddit.com/r/linux/comments/asw4wk/to_all_you_virtmanager_and_spice_display_users/)
### VFIO
[Write your own Virtual Machine](https://justinmeiners.github.io/lc3-vm/)
[LookingGlass](https://www.reddit.com/r/linux/comments/8ay0ya/question_for_the_grey_beards_here_which_linux/dx2jhud/)
@ -100,6 +100,8 @@
[1MB Club](https://1mb.club/)
[DeGoogle](https://github.com/tycrek/degoogle)
## Games
[Minecraft Building Charts](https://imgur.com/a/0J5RoE1)
@ -108,6 +110,10 @@
[Minecraft on Android](https://github.com/PojavLauncherTeam/PojavLauncher)
[awesome-emulators](https://github.com/alnacle/awesome-emulators)
[awesome-emulators-simulators](https://github.com/mcicolella/awesome-emulators-simulators)
## CS
[Teach Yourself CS](https://teachyourselfcs.com/)
@ -117,3 +123,7 @@
[Tour of Rust](https://tourofrust.com/)
[Modern C](https://news.ycombinator.com/item?id=24361469)
[Build Your Own X](https://github.com/danistefanovic/build-your-own-x)
[Open Source CS](https://github.com/ForrestKnight/open-source-cs)

@ -1 +0,0 @@
Subproject commit 3274f206ab00066b05d1e4eb4c722475b9c8679c

@ -1 +1 @@
Subproject commit 3226072a539a41cbd38151430a0ed7c9be011844
Subproject commit dc818bd2b588987028b6cc58e5d1a5a569097d3f

@ -1 +1 @@
Subproject commit 0aa033b36ff8e6138c490d6c38aae44704869171
Subproject commit 90ee082f3c471753fe588279fc70077ccc532f67

@ -1 +0,0 @@
Subproject commit d169b68d5283a0dff23d5e6978555c5f2285890f