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
# Ubuntu | |
# | |
# Requirements: | |
# sudo apt-get install curl -y | |
# | |
# > curl https://gist.github.com/Keoven/8323765/raw/ubuntu_setup_nogui.sh | sh | |
# | |
# Add all third party repositories | |
sudo apt-get update -y |
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
# Mac Setup | |
# | |
# Used on the following computer: | |
# MacBook Pro 2017 | |
# | |
# Run this script by doing the command below: | |
# | |
# > curl https://gist.githubusercontent.com/<path_to_gist>/mac_setup.sh | sh | |
# |
OlderNewer