My basic Ubuntu development setup for dekstop and Raspberry Pi (arm64) Ubuntu
git clone git@github.com: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.shChris Fussell (Forked from Jefferson Follmann's repo)