This file contains 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
# bin/bash | |
# paste this command to your terminal | |
# sudo apt-get install curl && bash <(curl -s https://gist.github.com/MartyLake/da7163333e92c80db4cb) | |
echo "Setting up the environement !" | |
echo "Installing gcc, gedit, zsh" | |
apt-get install gcc gedit gedit-plugins zsh |
This file contains 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
#!/bin/bash | |
#a black | |
#b red | |
#c green | |
#d brown | |
#e blue | |
#f magenta | |
#g cyan | |
#h light grey |
NewerOlder