scripts

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

commit 661b2c139554aad893bb28549a9409ca53affe8f
parent 1aceac9d11f6d996fd61c038e3d01f8ff90b5039
Author: Andrew Laack <andrew@laack.co>
Date:   Wed, 11 Mar 2026 22:15:05 -0500

Testing forgejo runner

Diffstat:
A.forgejo/workflows/test.yml | 9+++++++++
Minstallers/arch-public-installation.sh | 23+++++++++++++++++++++--
2 files changed, 30 insertions(+), 2 deletions(-)

diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml @@ -0,0 +1,9 @@ +on: [push] +jobs: + print-content: + runs-on: docker + steps: + - name: checkout code + uses: actions/checkout@v4 + - name: list directory contents + run: ls -la diff --git a/installers/arch-public-installation.sh b/installers/arch-public-installation.sh @@ -11,7 +11,12 @@ cd -sudo pacman -S git gnome-keyring gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latin-modern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh ffmpeg zathura-pdf-mupdf websocat xorg-xhost yt-dlp qemu-full qbittorrent alsa-utils pipewire-alsa pipewire-pulse sshfs iotop lsof neovim +sudo pacman -S git gnome-keyring gcc make xorg-server libxft libxinerama freetype2 pkgconf ttf-fira-code zoxide fzf openssh less arandr pass pass-otp xclip newsboat xorg-xsetroot base-devel i3lock pandoc entr ripgrep wget jq man-db btop tmux rsync cronie mpv podman pavucontrol otf-latin-modern proton-vpn-gtk-app proton-vpn-cli tk brightnessctl zip unzip signal-desktop xorg-xset lynx figlet flameshot feh ffmpeg zathura-pdf-mupdf websocat xorg-xhost yt-dlp qemu-full qbittorrent alsa-utils pipewire-alsa pipewire-pulse sshfs iotop lsof neovim wireshark-qt nmap torbrowser-launcher bandwhich + + +sudo usermod -a -G wireshark $USER # NOTE: Requires logout to be realized. + # This allows the user to run wireshark without root + # with interface listening. # xorg-xhost for containers to use my x server @@ -41,6 +46,10 @@ fc-cache # I also force the monospace font to be Fira Code. # I also use vimium (copying the backup that is in my config directory) and dark reader. # I then enable the dark theme and set the home page to be blank. +# +# You also **need** to disable push notifications from mozilla because they contact google servers on startup. +# This is simply not acceptable. +# You know what, fuck them. this is not something I am willing to live with. # Anything beyond this feels like more work than it's worth. # Was required for getting my sound working on my xps13, probably not necessary otherwise: @@ -74,12 +83,22 @@ makepkg -si rm -rf ~/gitRepos/yay -yay -S librewolf-bin --noconfirm --nodiffmenu --noeditmenu --nocleanmenu +# yay -S librewolf-bin --noconfirm + +# NOTE: This might not work because of some gpg stuff +# if that's the case, go the to site and create an executable script in /usr/bin to run it +# as far as configuration, I generally set default search engine to brave search and new tab -> blank page +yay -S mullvad-browser-bin --noconfirm # Questionable. # I really dislike their defaults (especially w/ tracking stuff) # that said, it feels faster (blink and all that) +# +# I **ONLY** use this for work and school (compat + persistence reasons) +# +# Everything else should be done with mullvad / tor. + yay -S brave-bin --noconfirm --nodiffmenu --noeditmenu --nocleanmenu # RELOCATION OF SELECT REPOS