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 -}}