scripts

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

commit 969ced53077088aef7bff266cb84103cb5794af2
parent 754aa4acae1e069e06173e66fe0ba5056cc28f28
Author: Andrew Laack <andrew@laack.co>
Date:   Tue, 26 Aug 2025 09:56:21 -0500

Fixed issue with installer

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

diff --git a/arch-install.sh b/arch-install.sh @@ -4,31 +4,31 @@ # 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@brgr +ssh-copy-id -i ~/.ssh/id_ed25519.pub andrew@100.110.209.51 mkdir gitRepos -git clone ssh://brgr/home/shared/git/public-repos/scripts.git +git clone ssh://100.110.209.51/home/shared/git/public-repos/scripts.git mv scripts bin install xorg -git clone ssh://brgr/home/shared/git/public-repos/dotfiles.git -mv .config +git clone ssh://100.110.209.51/home/shared/git/public-repos/dotfiles.git +mv dotfiles .config ln .config/xinitrc .xinitrc sudo pacman -Sy ttf-fira-code cd gitRepos -git clone ssh://brgr/home/shared/git/public-repos/dwm.git +git clone ssh://100.110.209.51/home/shared/git/public-repos/dwm.git cd dwm sudo make install cd .. -git clone ssh://brgr/home/shared/git/public-repos/st.git +git clone ssh://100.110.209.51/home/shared/git/public-repos/st.git cd st sudo make install cd .. -git clone ssh://brgr/home/shared/git/public-repos/dmenu.git +git clone ssh://100.110.209.51/home/shared/git/public-repos/dmenu.git cd dmenu sudo make install sudo pacman -Sy dmenu @@ -36,10 +36,10 @@ sudo pacman -Sy pass pass-otp cd cd gitRepos -git clone ssh://brgr/home/shared/git/private-repos/passwords.git +git clone ssh://100.110.209.51/home/shared/git/private-repos/passwords.git cd -git clone ssh://brgr/home/shared/git/private-repos/keys.git +git clone ssh://100.110.209.51/home/shared/git/private-repos/keys.git sudo pacman -Sy neovim sudo pacman -Sy install @@ -56,7 +56,7 @@ git config --global user.name "Andrew Laack" rm .bashrc ln .config/bashrc .bashrc -git clone ssh://brgr/home/shared/git/public-repos/nvim.git +git clone ssh://100.110.209.51/home/shared/git/public-repos/nvim.git mv nvim .config rm -rf .local/share/nvim/site/pack/packer