Compare commits

...

6 Commits

10 changed files with 24 additions and 1 deletions

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule "submodules/PPFI-Pikaviestimet"]
path = submodules/PPFI-Pikaviestimet
url = https://git.piraattipuolue.fi/Pikaviestimet/Pikaviestimet.git
[submodule "submodules/shell-things"]
path = submodules/shell-things
url = https://gitea.blesmrt.net/Mikaela/shell-things.git

3
bash/.gitignore vendored
View File

@ -12,3 +12,6 @@ generate-vcard-qr.bash
install-cht.bash
gist-irc-piraatit
PPFI-IM-IRC
init-browser-policies.bash
tlp-masker.bash
update-font-cache.bash

View File

@ -0,0 +1 @@
../submodules/shell-things/etc/init-browser-policies.bash

1
bash/tlp-masker.bash Symbolic link
View File

@ -0,0 +1 @@
../submodules/shell-things/etc/systemd/system/tlp-masker.bash

1
bash/update-font-cache.bash Symbolic link
View File

@ -0,0 +1 @@
../submodules/shell-things/local/share/fonts/update-font-cache.bash

11
bash/usr-local-bin/nordvpn-off Executable file
View File

@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -x
nordvpn set killswitch off
nordvpn disconnect
sudo systemctl stop nordvpnd.socket
sudo systemctl stop nordvpnd.service
sudo systemctl restart yggdrasil.service
sudo systemctl restart iwd.service
sudo systemctl restart systemd-networkd.service
set +x

1
bash/usr-local-share/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
applications

View File

@ -0,0 +1 @@
../../submodules/shell-things/local/share/applications

@ -1 +1 @@
Subproject commit 49c2968dcea8e2568c4014a060ca8e108fcc69da
Subproject commit eb865d28ac65165bc6ea7c5d6ce6519fa25ff5d7

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