Skip to content

Instantly share code, notes, and snippets.

@githubutilities
Last active December 3, 2015 08:31
Show Gist options
  • Select an option

  • Save githubutilities/a29c8a5a90992d91b68c to your computer and use it in GitHub Desktop.

Select an option

Save githubutilities/a29c8a5a90992d91b68c to your computer and use it in GitHub Desktop.
Bootstrap ubuntu

Bootstrap ubuntu

dotfiles

git clone https://github.com/githubutilities/dotfiles.git && cd dotfiles && git checkout ubuntu && source bootstrap.sh

append line [ -n "$PS1" ] && source ~/.bash_profile; to the end of .bashrc

gnome solarized dark theme

git clone https://github.com/sigurdga/gnome-terminal-colors-solarized.git
cd gnome-terminal-colors-solarized

Homebrew in Linux - Linuxbrew

sudo apt-get install ruby
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/linuxbrew/go/install)"

Sublime

sudo add-apt-repository ppa:webupd8team/sublime-text-2
sudo apt-get update
sudo apt-get install sublime-text

Alfred alternative - Mutate

sudo add-apt-repository ppa:mutate/ppa
sudo apt-get update
sudo apt-get install mutate

Keyboard Layout[TODO]

run xev to capture keyboard value

Unity tweeks

sudo apt-get install unity-tweak-tool
unity-tweak-tool
  1. Disable Unity Dash - Disable Show the launcher in Unity -> Additional.
  2. Hotcorners

Troubleshooting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment