converted stuff for arch

This commit is contained in:
Michael Scalzetti 2022-06-06 21:06:31 -04:00
parent d1081d24a6
commit 36a39e2e77
4 changed files with 12 additions and 36 deletions

View File

@ -6,16 +6,14 @@ if [ -z "$1" ]
fi
git clone https://gitea.voxelvortex.tk:443/voxelvortex/InstaTout.git $LOC
git fetch
git branch arch
# Install all the generic programs
$LOC/program_install.sh
# Make sure all the packages I want for my desktop are installed
apt-get update &&\
apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh gdb p7zip-full git iputils-* dnsutils net-tools handbrake* ffmpeg htop nano vim neovim nmap nvidia-detect ncat ssh tree vlc snapd obs-studio audacity filezilla firmware-iwlwifi
# Reset the wifi card so it shows up in settings
modprobe -r iwlwifi && modprobe iwlwifi
pacman -Syu chromium python3 python-pip docker-compose docker zsh gdb p7zip git iputils dnsutils net-tools handbrake handbrake-cli ffmpeg htop nano vim neovim nmap netcat ssh tree vlc obs-studio audacity filezilla
# If wired networking is working, but gnome doesnt recognize it properly, check out this post:
# https://forums.debian.net/viewtopic.php?t=104561

View File

@ -3,11 +3,9 @@ cp ./files/unstable.list /etc/apt/sources.list.d/unstable.list
cp ./files/preferences /etc/apt/preferences
# Install gnome
apt-get update &&\
apt -t unstable install -y gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-core gnome-tweaks libc6-i386 libgl1 libglx0 libglx-mesa0 power-profiles-daemon
pacman -Syu gnome-session gnome-shell gnome-backgrounds gnome-applets gnome-control-center mutter gjs gnome-tweaks power-profiles-daemon
# Make all the monitors swap workspaces together (WHY THE FUCK ISNT THIS DEFAULT GNOME? BRUH.)
gsettings set org.gnome.mutter workspaces-only-on-primary false
echo "gnome installed"

View File

@ -6,16 +6,14 @@ if [ -z "$1" ]
fi
git clone https://gitea.voxelvortex.tk:443/voxelvortex/InstaTout.git $LOC
git fetch
git branch arch
# Install all the generic programs
$LOC/program_install.sh
# Make sure all the packages I want for my laptop are installed
apt-get update &&\
apt-get install -y ungoogled-chromium librewolf code python3 python3-pip python3-wheel docker-compose docker.io zsh gdb p7zip-full git iputils-* dnsutils net-tools ffmpeg htop nano vim neovim nmap ncat ssh tree vlc snapd audacity filezilla
# install laptop utils via tasksel
tasksel install laptop
pacman -Syu chromium python3 python-pip docker-compose docker zsh gdb p7zip git iputils dnsutils net-tools handbrake handbrake-cli ffmpeg htop nano vim neovim nmap netcat ssh tree vlc obs-studio audacity filezilla
# Point to Fprint driver
echo -e "\n\nFigerprint\n\tCheck out: https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224"

View File

@ -1,41 +1,23 @@
# Update
apt-get update -y && apt-get upgrade -y && apt-get dist-upgrade -y
# Install basic dependencies
apt-get -y install curl wget gpg
# Enable nonfree and contrib repos
sed -r -i 's/^deb(.*)$/deb\1 contrib non-free/g' /etc/apt/sources.list
# Get VSCode repo
wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg
install -o root -g root -m 644 packages.microsoft.gpg /etc/apt/trusted.gpg.d/
sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/trusted.gpg.d/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'
rm -f packages.microsoft.gpg
pacman -Syu curl wget gpg
# Librewolf repo
echo "deb [arch=amd64] http://deb.librewolf.net $(lsb_release -sc) main" | tee /etc/apt/sources.list.d/librewolf.list
#echo "deb [arch=amd64] http://deb.librewolf.net bullseye main" | tee /etc/apt/sources.list.d/librewolf.list
wget https://deb.librewolf.net/keyring.gpg -O /etc/apt/trusted.gpg.d/librewolf.gpg
# Ungoogled-chromium repo
echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/ /' | tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null
curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Debian_Bullseye/Release.key' | gpg --dearmor | tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
# Update again
apt-get update -y && apt-get upgrade -y
# Install my default apt stuff
apt-get install -y ungoogled-chromium librewolf firefox-esr code python3 python3-pip python3-wheel docker-compose docker.io zsh p7zip-full git iputils-* dnsutils net-tools htop progress nano vim neovim ncat ssh tree vlc snapd neofetch zip unzip cryptsetup virt-manager qemu
pacman -Syu chromium firefox python3 python-pip python-wheel docker-compose docker zsh p7zip git iputils dnsutils net-tools htop nano vim neovim netcat ssh tree vlc neofetch zip unzip cryptsetup virt-manager qemu
# Update python pip
python3 -m pip install -U pip
# Snap installs
snap install core discord
snap install core discord code
# Install Ghidra
git clone https://github.com/NationalSecurityAgency/ghidra.git /usr/bin/ghidra
ln -s /usr/bin/ghidra/ghidraRun /usr/bin/ghidraRun
git clone https://github.com/NationalSecurityAgency/ghidra.git /home/michael/Applications/ghidra
ln -s /home/michael/Applications/ghidra/ghidraRun /usr/bin/ghidra