scripts

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

commit 754aa4acae1e069e06173e66fe0ba5056cc28f28
parent 81f8938d137bbe21a7403cb399d92b0d5863f53b
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 09:18:28 -0500

Updated installer

Diffstat:
March-install.sh | 32++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+), 0 deletions(-)

diff --git a/arch-install.sh b/arch-install.sh @@ -26,12 +26,29 @@ cd .. git clone ssh://brgr/home/shared/git/public-repos/st.git cd st sudo make install +cd .. + +git clone ssh://brgr/home/shared/git/public-repos/dmenu.git +cd dmenu +sudo make install +sudo pacman -Sy dmenu +sudo pacman -Sy pass pass-otp +cd + +cd gitRepos +git clone ssh://brgr/home/shared/git/private-repos/passwords.git + +cd +git clone ssh://brgr/home/shared/git/private-repos/keys.git sudo pacman -Sy neovim sudo pacman -Sy install sudo pacman -Sy qutebrowser sudo pacman -Sy zoxide sudo pacman -Sy mpv +sudo pacman -Sy fzf +sudo pacman -Sy xclip +sudo pacman -Sy zathura git config --global user.email "andrew@laack.co" git config --global user.name "Andrew Laack" @@ -39,6 +56,21 @@ git config --global user.name "Andrew Laack" rm .bashrc ln .config/bashrc .bashrc +git clone ssh://brgr/home/shared/git/public-repos/nvim.git +mv nvim .config + +rm -rf .local/share/nvim/site/pack/packer +git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim + startx +# Post install: +# (this requires associated pw entry... use 'pw' from bash for this) +# gpg --import keys/passwords/private-key.asc +# Add the following lines: +# +# default-cache-ttl 288000 +# max-cache-ttl 288000 +# +# to .gnupg/gpg-agent.conf