Skip to content

Instantly share code, notes, and snippets.

@yaredc
Last active September 9, 2019 21:19
Show Gist options
  • Save yaredc/088e1a37930956d9a571119ca8c25fe7 to your computer and use it in GitHub Desktop.
Save yaredc/088e1a37930956d9a571119ca8c25fe7 to your computer and use it in GitHub Desktop.
Provisioning shell script for Ubuntu 19.04
#!/bin/sh
sudo apt install -y tmux screen git mc vim docker docker-compose keepassx yubikey-manager \
htop vlc nvidia-settings chromium-browser firefox gimp inkscape audacity unity-tweak-tool \
unity-control-center ubuntu-drivers-common &&\
sudo apt update -y &&
sudo apt upgrade -y &&
sudo apt autoremove -y &&
sudo usermod -a -G docker $(whoami)
#CHECK WHICH DRIVERS ARE RECOMMENDED
ubuntu-drivers devices
#IN MY CASE, THIS WAS RECOMMENDED
sudo apt install nvidia-driver-418
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment