Skip to content

Instantly share code, notes, and snippets.

@bryanisimo
Created December 24, 2019 09:26
Show Gist options
  • Select an option

  • Save bryanisimo/5ee1956a6e9a7df2f1af3dd94049c15d to your computer and use it in GitHub Desktop.

Select an option

Save bryanisimo/5ee1956a6e9a7df2f1af3dd94049c15d to your computer and use it in GitHub Desktop.
# Update Server
sudo apt-get update && sudo apt-get upgrade -y
# Universe + Fira Font
sudo add-apt-repository universe
sudo apt install fonts-firacode -y
# Tools
sudo apt-get install curl wget vim gdebi-core zsh git-core fontconfig -y
# Setting Vim as default editor
sudo update-alternatives --config editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment