A handy script that configures a fresh ubuntu 24.04 installation with all the usefull for developer packages and applications.
- Clone the repository
- Run the script (only once)
./install-script.sh- Run the script (only once) (if you also need ros2 jazzy, uncomment the relevant lines inside the script for ros2 installation)
./install-script-embed.sh- You will be prompted to enter your password for sudo commands
- The script will install all the packages and applications
- Enjoy your fresh ubuntu installation.
Then find the line that says.
## BASH ALIASESThen find the line that says.
## PROFILE PATHSand comment out the echo command that follows it, to avoid duplicating the aliases in your .bashrc file.
- Ros2 Jazzy
- Docker
- VSCode
- Discord
- KiCad
- and more...