Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
Blake Ridgway
a858dd8309 fix: changed gitconfig to look at ~/ instead of hardcoded path 2025-07-12 16:04:15 -05:00
Blake Ridgway
96ac5f4de3 feat: Added Signal and Discord flatpaks 2025-06-11 20:28:33 -05:00
Blake Ridgway
f2fc37b7dc
Merge pull request #3 from blakeridgway/poc/install-rewrite
Modularize Post-Install Setup System
2025-05-23 23:06:00 -05:00
2 changed files with 3 additions and 1 deletions

View file

@ -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]

View file

@ -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
)