⚠ Important: It is highly recommended to use this configuration script on Parrot OS for optimal compatibility and performance. Parrot OS is a Debian-based Linux distribution designed specifically for penetration testing, ethical hacking, and security research. While it can work on other Linux distributions, some features may require additional configuration.
linux-personalized
is a script designed to create a personalized and optimized Linux environment tailored for hacking, pentesting, and development. It simplifies the setup of tools, plugins, and configurations to maximize productivity and usability.
- Pre-configured environment for penetration testing and ethical hacking.
- Optimized Neovim setup with essential plugins for coding and scripting.
- Custom Linux system configurations.
- Easy-to-extend architecture for adding more tools.
- Ensure you have
sudo
privileges. - Clone this repository to your local machine:
git clone https://github.com/your-repo/linux-personalized.git cd linux-personalized
# Grant execution permissions to the setup script:
chmod +x setup.sh
# Run the setup script with sudo:
sudo ./setup.sh
- The script will set up a fully personalized environment on your Linux system, including:
- Configuring system settings.
- Installing and setting up plugins.
- Adding custom utilities and configurations to
/usr/local/bin
.
Once installed, restart your system to apply all configurations. You can explore the customizations and start using the environment for hacking, pentesting, and development.
Here is an example of the setup script in action:
This project is open-source and licensed under the MIT License. Feel free to contribute, modify, or distribute it as per the license terms.