From d77b8bf69514ffa09efd31923b3fe70b9d36923f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Apr 2024 09:52:32 +0300 Subject: [PATCH] bash: add submodule/shell-things symlinks {init-browser-policies,tlp-masker,update-font-cache}.bash --- bash/.gitignore | 3 +++ bash/init-browser-policies.bash | 1 + bash/tlp-masker.bash | 1 + bash/update-font-cache.bash | 1 + 4 files changed, 6 insertions(+) create mode 120000 bash/init-browser-policies.bash create mode 120000 bash/tlp-masker.bash create mode 120000 bash/update-font-cache.bash diff --git a/bash/.gitignore b/bash/.gitignore index d4d10c8..5be21bf 100644 --- a/bash/.gitignore +++ b/bash/.gitignore @@ -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 diff --git a/bash/init-browser-policies.bash b/bash/init-browser-policies.bash new file mode 120000 index 0000000..5b339f9 --- /dev/null +++ b/bash/init-browser-policies.bash @@ -0,0 +1 @@ +../submodules/shell-things/etc/init-browser-policies.bash \ No newline at end of file diff --git a/bash/tlp-masker.bash b/bash/tlp-masker.bash new file mode 120000 index 0000000..802b1c9 --- /dev/null +++ b/bash/tlp-masker.bash @@ -0,0 +1 @@ +../submodules/shell-things/etc/systemd/system/tlp-masker.bash \ No newline at end of file diff --git a/bash/update-font-cache.bash b/bash/update-font-cache.bash new file mode 120000 index 0000000..b792ae4 --- /dev/null +++ b/bash/update-font-cache.bash @@ -0,0 +1 @@ +../submodules/shell-things/local/share/fonts/update-font-cache.bash \ No newline at end of file