Skip to content

Instantly share code, notes, and snippets.

@TomMannson
Created May 6, 2024 06:57
Show Gist options
  • Save TomMannson/535441355abfeb69f2896e486ce1c234 to your computer and use it in GitHub Desktop.
Save TomMannson/535441355abfeb69f2896e486ce1c234 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Set up script with error handling
set -e
# install fuzzy finding
sudo apt install fzf
# install btop for resource monioring
sudo apt install snapd
sudo snap install core
sudo snap install btop
# install neo vim
sudo apt install neovim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment