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