Compare commits

..

1 commit

Author SHA1 Message Date
Blake Ridgway
0411b51d78 (feat): Added Plex Flatpak application 2025-05-27 07:08:42 -05:00
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
email = blake@blakeridgway.dev
name = Blake Ridgway
[commit]
template = ~/dotfiles/commit-conventions.txt
template = /home/blake/dotfiles/commit-conventions.txt
[core]
editor = nvim +14 -c +startinsert
[init]

View file

@ -52,15 +52,14 @@ PACKAGE_LIST=($(printf "%s\n" "${PACKAGE_LIST[@]}" | LC_ALL=C sort -u))
FLATPAK_LIST=(
com.bitwarden.desktop
com.discordapp.Discord
com.github.tchx84.Flatseal
com.jetbrains.Rider
com.valvesoftware.Steam
com.visualstudio.code
net.davidotek.pupgui2
net.veloren.airshipper
org.signal.Signal
org.videolan.VLC
tv.plex.PlexDesktop
)
echo "Installing System Packages..."