Skip to content

Instantly share code, notes, and snippets.

@3isenHeiM
Last active October 24, 2023 11:44
Show Gist options
  • Save 3isenHeiM/421507c120b7db3896333b0ed65d65d5 to your computer and use it in GitHub Desktop.
Save 3isenHeiM/421507c120b7db3896333b0ed65d65d5 to your computer and use it in GitHub Desktop.
Arch installation
pacman -Syu
pacman -S xorg xorg-server mate mate-extra lightdm lightdm-gtk-greeter
systemctl enable lightdm
systemctl enable sshd
systemctl start sshd
pacman -S mate-tweak sudo vim htop arc-gtk-theme python-pip
useradd -m pierre
usermod -aG video pierre
usermod -aG sudo pierre
usermod -aG wheel pierre
pacman -S adapta-gtk-theme
pacman -Syyu
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
# Install Yay
sudo pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd
yay -S ttf-meslo-nerd-font-powerlevel10k
pip install setuptools
pikaur zsh-theme-powerlevel10k-git
yay -S brisk-menu
sudo pacman -S networkmanager
sudo pacman -S network-manager-applet
sudo systemctl enable NetworkManager
sudo systemctl start NetworkManager
# Office tools
yau -S obsidian gitg terminator firefox chromium google-chrome code texstudio texlive-most adw-gtk3 archlinux-wallpaper
yay -S vlc wps-office prospect-mail-bin spotify mailspring teams transmission-gtk tresorit vmware-workstation authy signal-desktop
yay -S neotetch bitwarden ntfs ntfs-3g laptop-mode-tools dosfstools mtools update-grub gparted debtop openconnect parrot-themes net-tools inetutils bolt dnsutils p7zip gimp
# Pentest tools
yay -S impacket obsidian nmap nmap-scripts
yay -S crackmapexec gobuster jadx-bin burpsuite-pro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment