a repo to develop a simple script that installs everything we need on a new AWS instance
This repo is here so that when you fire up a new AWS instance you'll have an easy time installing all the extra little bits that make the rest of your work easy.
This (currently) includes:
- git
- git-lfs
- htop
- pixi
- uv
log into your new aws and issue the following command:
wget -qO- https://raw.githubusercontent.com/fulcrumgenomics/aws-setup/refs/heads/main/go.sh | sh
After the installs, you need to restart your shell for everything to be available, so either call "bash"/"zsh" or disconnect and reconnect to the instance.