Skip to content

Instantly share code, notes, and snippets.

@ilyesAj
Created January 1, 2020 16:03
Show Gist options
  • Save ilyesAj/9f57c4a115c7844bc4bd1cd9f4bd3324 to your computer and use it in GitHub Desktop.
Save ilyesAj/9f57c4a115c7844bc4bd1cd9f4bd3324 to your computer and use it in GitHub Desktop.
set vi on ubuntu
echo "syntax on " >> ~/.vimrc
echo "nocp " >> ~/.vimrc
sudo apt install vim-gui-common vim-runtime -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment