aboutsummaryrefslogtreecommitdiffstats
path: root/audacity
diff options
context:
space:
mode:
Diffstat (limited to 'audacity')
-rw-r--r--audacity/Makefile18
-rw-r--r--audacity/audacity.cfg3
-rw-r--r--audacity/user-profile3
3 files changed, 24 insertions, 0 deletions
diff --git a/audacity/Makefile b/audacity/Makefile
new file mode 100644
index 0000000..ea262e6
--- /dev/null
+++ b/audacity/Makefile
@@ -0,0 +1,18 @@
+.POSIX:
+
+# Audacity heavily edits audacity.cfg so we make copy it instead of linking it
+
+install:
+ mkdir -p -- ~/.var/lib/audacity
+ mkdir -p -- ~/.config/profile.d
+ test ! -d ~/.config/profile.d/audacity
+ ln -sf -- ~/.dotfiles/audacity/user-profile ~/.config/profile.d/audacity
+ cp -- audacity.cfg ~/.var/lib/audacity/
+
+uninstall:
+ -unlink -- ~/.config/profile.d/audacity
+ -rmdir -- ~/.config/profile.d
+ -rm -rf -- ~/.var/lib/audacity
+ -rm -rf -- /var/tmp/"audacity-$$(whoami)"
+
+.PHONY: install uninstall
diff --git a/audacity/audacity.cfg b/audacity/audacity.cfg
new file mode 100644
index 0000000..5c2b45e
--- /dev/null
+++ b/audacity/audacity.cfg
@@ -0,0 +1,3 @@
+[GUI]
+Theme=dark
+ShowExtraMenus=1
diff --git a/audacity/user-profile b/audacity/user-profile
new file mode 100644
index 0000000..99162c5
--- /dev/null
+++ b/audacity/user-profile
@@ -0,0 +1,3 @@
+# -*- shell-script -*-
+
+export AUDACITY_PATH=~/.var/lib/audacity