Skip to content

Instantly share code, notes, and snippets.

@devcfgc
Last active May 5, 2020 05:57
Show Gist options
  • Save devcfgc/857399d72c8b6510967c9bfc2c453c67 to your computer and use it in GitHub Desktop.
Save devcfgc/857399d72c8b6510967c9bfc2c453c67 to your computer and use it in GitHub Desktop.
Everything I need to start from an ubuntu installation from scratch

UBUNTU INSTALLATION FIRST STEPS

GENERAL

TOOLS

  • Git
  • VIM: sudo apt install vim
  • Tmux: sudo apt install tmux
  • Zsh
  • Ohmyzsh
  • Ohmyzsh plugins:
  • NodeJS
  • Colorls:
    • sudo apt install ruby ruby-dev ruby-colorize
    • sudo gem install colorls
    • Install nerd font for example JetBrainsMono
  • Java: sudo apt install openjdk-11-jdk
  • GNOME tweak tool sudo apt install gnome-tweak-tool -y
  • apt install net-tools

KUBERNETES

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment