Skip to content

Instantly share code, notes, and snippets.

@inishchith
Created January 28, 2021 05:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inishchith/2bed198ee0e60790036ffd9933ab0c8a to your computer and use it in GitHub Desktop.
Save inishchith/2bed198ee0e60790036ffd9933ab0c8a to your computer and use it in GitHub Desktop.
Setup Server
# source credit: https://github.com/Suhail
wget https://raw.githubusercontent.com/Suhail/personal-tools/master/.vimrc
wget https://raw.githubusercontent.com/Suhail/personal-tools/master/.gitconfig
sudo apt-get update
sudo apt-get install apt-file -y
sudo apt-file update -y
sudo apt-get -y upgrade
sudo apt-get install -y git
sudo apt-get install -y python-setuptools
sudo apt-get install -y build-essential
sudo apt install htop -y
sudo apt install -y python-pip
pip install --upgrade pip
sudo apt-get install -y cmake
sudo update-alternatives --config editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment