From 96ac5f4de3460d499001757c05f5cd865f2ffc1e Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Wed, 11 Jun 2025 20:28:33 -0500 Subject: [PATCH 1/2] feat: Added Signal and Discord flatpaks --- scripts/01-package-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/01-package-install.sh b/scripts/01-package-install.sh index 728e309..a1c9a23 100755 --- a/scripts/01-package-install.sh +++ b/scripts/01-package-install.sh @@ -52,12 +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 ) From a858dd8309952a296a5aa039f69fdd175ae53891 Mon Sep 17 00:00:00 2001 From: Blake Ridgway Date: Sat, 12 Jul 2025 16:04:15 -0500 Subject: [PATCH 2/2] fix: changed gitconfig to look at ~/ instead of hardcoded path --- gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitconfig b/gitconfig index 0a1e1b3..c7d7795 100644 --- a/gitconfig +++ b/gitconfig @@ -2,7 +2,7 @@ email = blake@blakeridgway.dev name = Blake Ridgway [commit] - template = /home/blake/dotfiles/commit-conventions.txt + template = ~/dotfiles/commit-conventions.txt [core] editor = nvim +14 -c +startinsert [init]