Skip to content

Instantly share code, notes, and snippets.

@radamanthus
Last active May 8, 2018 05:16
Show Gist options
  • Save radamanthus/4e57382f3f7f2fc65040dc9e2557b494 to your computer and use it in GitHub Desktop.
Save radamanthus/4e57382f3f7f2fc65040dc9e2557b494 to your computer and use it in GitHub Desktop.
Ubuntu workstation setup

Ubuntu workstation setup

Firefox add-ons

  • lastpass
  • uBlock origin

System packages

sudo apt install curl
sudo apt install git
sudo apt install build-essential
sudo apt install python
sudo apt install ruby

# needed for remapping capslock to ESC
sudo apt install dconf-tools

Re-map capslock to ESC using dconf editor: https://askubuntu.com/a/365701

Download software

  • Vagrant
  • Terraform
  • AWS CLI

YADR

https://github.com/skwp/dotfiles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment