Skip to content

Instantly share code, notes, and snippets.

@aspyct
Last active May 2, 2020 11:20
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 aspyct/106c666040609b57455e98c771b07b43 to your computer and use it in GitHub Desktop.
Save aspyct/106c666040609b57455e98c771b07b43 to your computer and use it in GitHub Desktop.
Quick ubuntu18.04 server python workstation setup
#!/bin/sh
byobu-enable
sudo apt install -y vim vim-addon-manager vim-python-jedi vim-ctrlp ranger ripgrep
vim-addons install ctrlp python-jedi
echo "set nu et nowrap ts=4 sw=4 ai" > ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment