commit fded95f2e06b6cd1e6cb085c0627753f49eb77bb
parent 969ced53077088aef7bff266cb84103cb5794af2
Author: Andrew Laack <andrew@laack.co>
Date: Tue, 26 Aug 2025 10:24:52 -0500
Updated installer
Diffstat:
1 file changed, 13 insertions(+), 16 deletions(-)
diff --git a/arch-install.sh b/arch-install.sh
@@ -1,34 +1,35 @@
#!/bin/bash
-# Please complete archinstall with pipewire install first
# This was built for usage within a vm where the host is connected to tailscale network
# If this is not the case, install tailscale and connect to network first
ssh-keygen -t ed25519 -C "andrew@laack.co"
-ssh-copy-id -i ~/.ssh/id_ed25519.pub andrew@100.110.209.51
+ssh-copy-id -i ~/.ssh/id_ed25519.pub andrew@brgr
mkdir gitRepos
-git clone ssh://100.110.209.51/home/shared/git/public-repos/scripts.git
+git clone ssh://brgr/home/shared/git/public-repos/scripts.git
mv scripts bin
-install xorg
+sudo pacman -Sy xorg
-git clone ssh://100.110.209.51/home/shared/git/public-repos/dotfiles.git
+git clone ssh://brgr/home/shared/git/public-repos/dotfiles.git
mv dotfiles .config
ln .config/xinitrc .xinitrc
sudo pacman -Sy ttf-fira-code
+sudo pacman -Sy pavucontrol
+sudo pacman -Sy pulseaudio
cd gitRepos
-git clone ssh://100.110.209.51/home/shared/git/public-repos/dwm.git
+git clone ssh://brgr/home/shared/git/public-repos/dwm.git
cd dwm
sudo make install
cd ..
-git clone ssh://100.110.209.51/home/shared/git/public-repos/st.git
+git clone ssh://brgr/home/shared/git/public-repos/st.git
cd st
sudo make install
cd ..
-git clone ssh://100.110.209.51/home/shared/git/public-repos/dmenu.git
+git clone ssh://brgr/home/shared/git/public-repos/dmenu.git
cd dmenu
sudo make install
sudo pacman -Sy dmenu
@@ -36,10 +37,10 @@ sudo pacman -Sy pass pass-otp
cd
cd gitRepos
-git clone ssh://100.110.209.51/home/shared/git/private-repos/passwords.git
+git clone ssh://brgr/home/shared/git/private-repos/passwords.git
cd
-git clone ssh://100.110.209.51/home/shared/git/private-repos/keys.git
+git clone ssh://brgr/home/shared/git/private-repos/keys.git
sudo pacman -Sy neovim
sudo pacman -Sy install
@@ -56,17 +57,13 @@ git config --global user.name "Andrew Laack"
rm .bashrc
ln .config/bashrc .bashrc
-git clone ssh://100.110.209.51/home/shared/git/public-repos/nvim.git
+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
+gpg --import keys/passwords/private-key.asc
# Add the following lines:
#