bin: some comments
This commit is contained in:
parent
a43e2800a6
commit
13105e0512
|
@ -0,0 +1,4 @@
|
|||
combos
|
||||
function_settings
|
||||
qt.conf
|
||||
windowsizes
|
|
@ -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"
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh -e
|
||||
# Keeps the Internet at bay
|
||||
# TODO import nftables from iptables
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue