Created
July 28, 2020 21:22
-
-
Save amsharifian/b2f80ce862c3cf5808008a1567ee7380 to your computer and use it in GitHub Desktop.
This file contains 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
sudo apt update && sudo apt upgrade -y | |
[vim] | |
sudo add-apt-repository ppa:jonathonf/vim | |
sudo apt update | |
sudo apt install vim -y | |
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim | |
[python3.8] | |
sudo add-apt-repository ppa:deadsnakes/ppa | |
sudo apt install update | |
sudo apt install python3.8 python3.8-dev python3-pip | |
[Packages] | |
sudo apt install cmake ninja-build bash-completion | |
[gcc] | |
sudo add-apt-repository ppa:ubuntu-toolchain-r/test | |
sudo apt install gcc-9 g++-9 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment