Last active
May 2, 2020 11:20
-
-
Save aspyct/106c666040609b57455e98c771b07b43 to your computer and use it in GitHub Desktop.
Quick ubuntu18.04 server python workstation setup
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
#!/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