InstaTout/laptop_install.sh

21 lines
648 B
Bash
Raw Normal View History

LOC=$1
if [ -z "$1" ]
then
LOC="./.auto-install"
fi
git clone https://gitea.voxelvortex.tk:443/voxelvortex/InstaTout.git $LOC
2022-06-06 21:06:31 -04:00
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
2022-06-06 21:06:31 -04:00
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
2022-03-24 02:12:11 -04:00
# Point to Fprint driver
echo -e "\n\nFigerprint\n\tCheck out: https://gist.github.com/d-k-bo/15e53eab53e2845e97746f5f8661b224"
sh $LOC/finalize.sh