This bash script automates the setup and installation of essential tools and applications on my Linux system.
- A Debian-based operating system
- Bash shell
-
Open a terminal.
-
Clone the repository:
git clone https://github.com/0xAFz/sysconf.git
-
Navigate to the script directory:
cd sysconf
-
Make the script executable:
sudo chmod +x setup.sh
-
Run the script:
sudo ./setup.sh
The script performs the following actions:
- Installs essential tools: vim, git, curl, and wget.
- Installs zsh and Oh My Zsh with autosuggestions plugin.
- Installs golang.
- Installs pentest tools: subfinder, x8, ffuf, dnsx, httpx.
- Ensure that your user account has sudo privileges.
- Review the script content before execution to understand the actions it performs.
Disclaimer: Use this script at your own risk. It is recommended to review and understand the commands before running the script on your system.