Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
187a347887 | |||
a6b3878790 |
29
README.md
29
README.md
@ -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
|
|
||||||
```
|
|
@ -1,14 +1,8 @@
|
|||||||
# Install basic dependencies
|
# Install basic dependencies
|
||||||
pacman -Syu curl wget 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
|
|
||||||
|
|
||||||
|
|
||||||
# Install my default apt stuff
|
# 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
|
# Update python pip
|
||||||
python3 -m pip install -U pip
|
python3 -m pip install -U pip
|
||||||
@ -16,6 +10,22 @@ python3 -m pip install -U pip
|
|||||||
# Snap installs
|
# Snap installs
|
||||||
snap install core discord code
|
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
|
# Install Ghidra
|
||||||
git clone https://github.com/NationalSecurityAgency/ghidra.git /home/michael/Applications/ghidra
|
git clone https://github.com/NationalSecurityAgency/ghidra.git /home/michael/Applications/ghidra
|
||||||
ln -s /home/michael/Applications/ghidra/ghidraRun /usr/bin/ghidra
|
ln -s /home/michael/Applications/ghidra/ghidraRun /usr/bin/ghidra
|
||||||
|
Loading…
Reference in New Issue
Block a user