By Hosuke
-
Burn an Ubuntu 14.04 disk
-
Install it
-
sudo apt-get update && sudo apt-get upgrade
-
Disable Unity Dash Online Search feature :
wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash
By Hosuke
Burn an Ubuntu 14.04 disk
Install it
sudo apt-get update && sudo apt-get upgrade
Disable Unity Dash Online Search feature :
wget -q -O - https://fixubuntu.com/fixubuntu.sh | bash
[].forEach.call($$("*"),function(a){ | |
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16) | |
}) |
# Enable tab completion | |
source ~/git-completion.bash | |
# colors! | |
green="\[\033[0;32m\]" | |
blue="\[\033[0;34m\]" | |
purple="\[\033[0;35m\]" | |
reset="\[\033[0m\]" | |
# Change command prompt |
####Restart Git Bash or your terminal
Once you’ve completed the following instructions, you'll need to close and re-open Git Bash (if you are using Windows) or your terminal (if you are using Mac or Linux). Many of the configurations listed here will not take place until you have done this, so if you don’t see your changes taking place right away, this is probably why.
####Downloading necessary files
Later in these instructions, you'll need the two files git-completion.bash
and git-prompt.sh
. To download them:
git-completion.bash
.