Created
December 24, 2019 09:26
-
-
Save bryanisimo/5ee1956a6e9a7df2f1af3dd94049c15d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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