Compare commits

...

2 Commits
master ... arch

2 changed files with 17 additions and 36 deletions

View File

@ -1,29 +0,0 @@
# To auto-install run the commands below as root
## For laptop
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh | sh
```
or if you want to set a custom git download folder
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/laptop_install.sh "./path/to/stuff" | sh
```
## For desktop
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh | sh
```
or if you want to set a custom git download folder
```
apt-get update && apt-get install -y curl git
curl https://gitea.voxelvortex.tk/voxelvortex/InstaTout/raw/branch/master/desktop_install.sh "./path/to/stuff" | sh
```

View File

@ -1,14 +1,8 @@
# Install basic dependencies
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
# Install my default apt stuff
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
pacman -Syu proxychains shadowsocks shadowsocks-qt5 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
@ -16,6 +10,22 @@ python3 -m pip install -U pip
# Snap installs
snap install core discord code
# librewolf
mkdir -p /home/michael/Applications
cd /home/michael/Applications
git clone https://aur.archlinux.org/librewolf-bin.git librewolf
cd librewolf
gpg --recieve-keys 2954CC8585E27A3F
makepkg -si
#zsh highlighting
mkdir -p /home/michael/.scripts
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git /home/michael/.scripts/zsh-syntax-highlighting
# rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
# Install Ghidra
git clone https://github.com/NationalSecurityAgency/ghidra.git /home/michael/Applications/ghidra
ln -s /home/michael/Applications/ghidra/ghidraRun /usr/bin/ghidra