scripts

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit f96ad2e3b38743d6134eb7660d833581b3198bc9
parent 38ab1f9266844dd443665b4e205b63d91dab82bb
Author: Andrew Laack <andrew@laack.co>
Date:   Sun,  8 Mar 2026 00:08:05 -0600

Updated installers

Diffstat:
Minstallers/arch-private-installation.sh | 4++++
Minstallers/arch-public-installation.sh | 5+++++
2 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/installers/arch-private-installation.sh b/installers/arch-private-installation.sh @@ -12,10 +12,14 @@ gpg --import gitRepos/keys/passwords/private-key.asc echo "default-cache-ttl 288000" > ~/.gnupg/gpg-agent.conf echo "max-cache-ttl 288000">> ~/.gnupg/gpg-agent.conf +# TODO: Should this go in my .config dir? git config --global user.email "andrew@laack.co" git config --global user.name "Andrew Laack" git config --global credential.helper store +ln -s ~/keys/git/credentials.txt .git-credentials +mv ~/.git-credentials ~/gitRepos/keys/git-credentials.txt + 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 @@ -64,6 +64,11 @@ cd yay makepkg -si yay -S librewolf-bin +# Questionable. +# I really dislike their defaults (especially w/ tracking stuff) +# that said, it feels faster (blink and all that) +yay -S brave-bin + # RELOCATION OF SELECT REPOS mv ~/gitRepos/dotfiles ~/.config mv ~/gitRepose/nvim ~/.config/nvim