A collection of automated installation scripts for common software on Linux Mint systems.
- install_chrome.sh - Install Google Chrome browser
- install_cursor.sh - Install Cursor IDE
- install_dev_tools.sh - Install development tools (Git, VS Code, Node.js, etc.)
- install_discord.sh - Install Discord application
- install_mesen2.sh - Install Mesen2 NES emulator
- install_python.sh - Install Python development environment
Each script is designed to be run independently. Make the script executable and run it:
chmod +x script_name.sh
./script_name.sh- Linux Mint (tested on recent versions)
- Internet connection
- sudo privileges
- Scripts will prompt for sudo password when needed
- Some scripts may require a system restart after installation
- All scripts include error handling and user feedback
Feel free to submit issues or pull requests to improve these installation scripts.