Skip to content

Instantly share code, notes, and snippets.

@amsharifian
Created July 28, 2020 21:22
Show Gist options
  • Save amsharifian/b2f80ce862c3cf5808008a1567ee7380 to your computer and use it in GitHub Desktop.
Save amsharifian/b2f80ce862c3cf5808008a1567ee7380 to your computer and use it in GitHub Desktop.
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