Skip to content

Instantly share code, notes, and snippets.

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