added librewolf proxychains rust and zsh highlights
This commit is contained in:
parent
36a39e2e77
commit
a6b3878790
@ -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