Some basic BASH scripts for installation and configuration of tools/programs for cloud programming (usually Ubuntu / JVM related).
Generate SSH: ssh-keygen -t ed25519 -C "[email protected]"
- FiraCode
sudo apt install -y fonts-firacode
- Powerline (https://github.com/powerline/fonts)
- Oh My ZSH (https://ohmyz.sh/)
- Helix editor (https://docs.helix-editor.com/keymap.html)
- nvim
- docker (https://docs.docker.com/engine/install/ubuntu/)
- snapd
- Exa (sudo apt install exa)
- Colours (https://github.com/athityakumar/colorls?tab=readme-ov-file#installation)
- SDKMAN
- JDTLS
- https://github.com/eclipse-jdtls/eclipse.jdt.ls
- https://download.eclipse.org/jdtls/milestones/?d
bash wget https://www.eclipse.org/downloads/download.php?file=/jdtls/milestones/1.9.0/jdt-language-server-1.9.0-202203031534.tar.gz
- https://www.rust-lang.org/tools/install
bash curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
https://github.com/AppImage/AppImageKit/wiki/FUSE
sudo add-apt-repository universe
sudo apt install libfuse2