Skip to content

Commit b301474

Browse files
committed
new year... this better be a good one plz
1 parent 9c88d6e commit b301474

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+67
-84
lines changed

TODO.txt

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
. cleanup list
22
. base
3-
. fzf can be shared
4-
. amix lock is weird
5-
. emacs can be shared
6-
. fedora: issue with thefuck
7-
. k8s is all wrong
8-
. qemu needs a check
9-
. docker goes into init
10-
. apt and dnf checks go away
3+
. dbeaver
114
. pgadmin doesnt work
12-
. fedora: gradle is broken
135
. dynamically get nvm version
14-
. init can use sys_exec
15-
. pgadmin is so broken
6+
. init can use sys_check (esp python)
7+
. sqliteh
8+
. can call the vscode exts in shared
9+
. switch init to use sys_
10+
. k8s is all wrong
11+
. qemu needs checked
1612
. some sys.sh cleanup
17-
. replace echos with small todos
13+
. find/replace echos with small todos
1814

1915

2016
. README/docs

fedora/C and C++/010_Valgrind.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
#!/bin/bash
22

3-
43
sudo dnf install -y valgrind
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
sys_exec "shared/Containers and VMs/Docker.sh"

fedora/Containers and VMs/003_Docker.sh

Lines changed: 0 additions & 4 deletions
This file was deleted.

fedora/Containers and VMs/002_QEMU_KVM.sh renamed to fedora/Containers and VMs/004_QEMU_KVM.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
#!/bin/bash
22

3-
echo "needs checked"
4-
5-
sudo dnf update -y
3+
sys_check /usr/bin/qemu-kvm && exit 0
64

75
sudo dnf install -y qemu-kvm \
86
libvirt-daemon \

fedora/Java/001_SDKMAN.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
sys_exec "shared/Java/SDKMAN.sh"
File renamed without changes.

0 commit comments

Comments
 (0)