Created
January 28, 2021 05:52
-
-
Save inishchith/2bed198ee0e60790036ffd9933ab0c8a to your computer and use it in GitHub Desktop.
Setup Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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