From 27f1d94e0a01cae36f05ba3717e13d668a0ba730 Mon Sep 17 00:00:00 2001 From: Brian Zalewski <59970525+ProfessorManhattan@users.noreply.github.com> Date: Wed, 3 Jan 2024 02:01:00 +0000 Subject: [PATCH] Latest --- docs/TODO.md | 2 +- home/dot_local/share/symlink_sounds.tmpl | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) delete mode 100644 home/dot_local/share/symlink_sounds.tmpl diff --git a/docs/TODO.md b/docs/TODO.md index b8504311..7ddc4235 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -1,6 +1,6 @@ * Move age decryption higher - +* Add ~/.local/share/sounds was symlink to {{ .host.home }}/.local/share/betelgeuse/share/sounds xattr -d com.apple.quarantine rclone Create issue about setting up completions - https://github.com/rsteube/lazycomplete pw="$(osascript -e 'Tell application "System Events" to display dialog "Password:" default answer "" with hidden answer' -e 'text returned of result' 2>/dev/null)" && echo "$pw" diff --git a/home/dot_local/share/symlink_sounds.tmpl b/home/dot_local/share/symlink_sounds.tmpl deleted file mode 100644 index 0f7db705..00000000 --- a/home/dot_local/share/symlink_sounds.tmpl +++ /dev/null @@ -1,3 +0,0 @@ -{{- if eq .host.distro.family "linux" -}} -{{ .host.home }}/.local/share/betelgeuse/share/sounds -{{- end -}}