Skip to content

Instantly share code, notes, and snippets.

@0x4248
Created February 18, 2023 17:37
Show Gist options
  • Save 0x4248/7d72e5430aa007b170af1e865254450e to your computer and use it in GitHub Desktop.
Save 0x4248/7d72e5430aa007b170af1e865254450e to your computer and use it in GitHub Desktop.
A quick setup script for awesomelewis2007's ideal development environment
echo "Quick setup script for awesomelewis2007's ideal development environment"
sudo apt update
sudo apt install gcc build-essential python3-dev python3-pip nodejs npm fish git micro mc -y
echo "Now changing shell to fish for current user"
sudo chsh -s /usr/bin/fish
cd ~
mkdir code
cd code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment