diff --git a/.config/puddletag/.gitignore b/.config/puddletag/.gitignore new file mode 100644 index 0000000..21c9133 --- /dev/null +++ b/.config/puddletag/.gitignore @@ -0,0 +1,4 @@ +combos +function_settings +qt.conf +windowsizes diff --git a/.local/bin/scripts/mp b/.local/bin/scripts/mp index c172ed2..ebd5779 100755 --- a/.local/bin/scripts/mp +++ b/.local/bin/scripts/mp @@ -3,6 +3,7 @@ # Play given files on mpd, playing external files through symlinking and recursively resolving playlists # depends: xargs realpath mpc # env: MUSIC +# TODO auto-convert unknown types with ffmpeg to flac MUSIC="${MUSIC:-$(cat ${XDG_CONFIG_HOME:-$HOME/.config}/mpd/mpd.conf | grep music_directory | cut -d'"' -f2 | sed "s|~|$HOME|")}" PLAYLISTS="$MUSIC/Playlists" LINKS="$MUSIC/links" diff --git a/.local/bin/scripts/netkeeper b/.local/bin/scripts/netkeeper new file mode 100755 index 0000000..b1a95d7 --- /dev/null +++ b/.local/bin/scripts/netkeeper @@ -0,0 +1,3 @@ +#!/bin/sh -e +# Keeps the Internet at bay +# TODO import nftables from iptables diff --git a/README.org b/README.org index 812081f..9dcf569 100644 --- a/README.org +++ b/README.org @@ -108,3 +108,10 @@ yays clion clion-jre cmake gdb python-pre-commit : yays android-udev android-tools adbfs-rootless-git android-studio After running android-studio setup, accept licenses: : $ANDROID_SDK_ROOT/tools/bin/sdkmanager --licenses + +* Setup Tools +** Ansible +:PROPERTIES: +:ID: ansible +:END: +https://github.com/Oefenweb/ansible-updatedb