My basic Ubuntu development setup for dekstop and Raspberry Pi (arm64) Ubuntu
git clone [email protected]:chmafu/ubuntu-setup.git
cd ubuntu-setup
- Create script "upgrade-all.sh"
- Install curl
- Generate a SSH Key
- Install git
- Install vscode
- Install docker
- Install docker-compose
- ctop
- Install vlc
- Install tree
- Install zsh
- Install jq
- Install Golang
- Install Rust
chmod +x *.sh
./01-install.all.sh
./02-personal.settings.sh
Chris Fussell (Forked from Jefferson Follmann's repo)