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
# --------- | |
# Prompt | |
# --------- | |
function gitprompt { | |
blue='\[\e[0;34;1m\]' | |
red='\[\e[0;38;1m\]' | |
green='\[\e[0;32;1m\]' | |
none='\[\e[0m\]' | |
prompt_info="" |
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
#!/bin/bash | |
#=================================================================================== | |
# ubuntu_devenv.sh | |
# http://symbiosoft.net/ubuntu_devenv | |
# | |
# (K)UBUNTU - POST INSTALLATION SCRIPT THAT SETUP A DEVELOPER ENVIRONMENT | |
# | |
# TODOLIST | |
#---------------------------------------------------------------------------------- | |
# - Simulation (no changes) |
NewerOlder