commit de0c39fe12c426ae27ee1e95277b3818a5f071e2 parent a6599082da7884e2453111ebcb2506b1476708ac Author: Andrew Laack <andrew@laack.co> Date: Mon, 30 Mar 2026 09:43:13 -0500 Updated thunderbird stuff Diffstat:
| M | download-spotify.sh | | | 6 | +++--- |
| M | installers/arch-private-installation.sh | | | 1 | + |
| M | installers/arch-public-installation.sh | | | 2 | +- |
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/download-spotify.sh b/download-spotify.sh @@ -2,13 +2,13 @@ # download playlists (or albums) from ./resources/download.txt using spotdl -LS=$(cat $HOME/bin/resources/download.txt) +LS=$(cat resources/download.txt) for item in $LS; do - python3 -m spotdl $item --output "$HOME/bin/output/{artist}/{album}/{title}.mp3" + python3 -m spotdl $item --output "output/{artist}/{album}/{title}.mp3" done # show drag and drop of output directory. # this is useful if you have a web interface to upload the files to. -dragon $HOME/bin/output/* +#dragon $HOME/bin/output/* diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -22,6 +22,7 @@ git config --global credential.helper store cd ~ mv .git-credentials git-credentials.old ln -s ~/gitRepos/keys/git/credentials.txt .git-credentials +ln -s ~/personal-files/sensitive-configs/thunderbird ~/.thunderbird cp ~/gitRepos/keys/ssh/id_ed25519* ~/.ssh/ chmod 600 ~/.ssh/id_ed25519* diff --git a/installers/arch-public-installation.sh b/installers/arch-public-installation.sh @@ -11,7 +11,7 @@ cd -sudo pacman -S git gnome-keyring gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latin-modern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh ffmpeg zathura-pdf-mupdf websocat xorg-xhost yt-dlp qemu-full qbittorrent alsa-utils pipewire-alsa pipewire-pulse sshfs iotop lsof neovim wireshark-qt nmap torbrowser-launcher bandwhich ghidra bind-tools whois dunst +sudo pacman -S git gnome-keyring gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latin-modern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh ffmpeg zathura-pdf-mupdf websocat xorg-xhost yt-dlp qemu-full qbittorrent alsa-utils pipewire-alsa pipewire-pulse sshfs iotop lsof neovim wireshark-qt nmap torbrowser-launcher bandwhich ghidra bind-tools whois dunst thunderbird # TODO: Which of this stuff is redundant?