$ gconftool-2 --dump /apps/gnome-terminal/profiles > profiles.xml
$ gconftool-2 --load profiles.xml
language: python | |
python: | |
- "3.3" | |
- "3.4" | |
install: | |
- "pip install --quiet coveralls" | |
- "pip install --quiet -r requirements/local.txt" |
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
ZSH_THEME="agnoster" | |
# Example aliases |
set nocompatible | |
filetype off | |
" set the runtime path to include Vundle and initialize | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() | |
" alternatively, pass a path where Vundle should install bundles | |
"let path = '~/some/path/here' | |
"call vundle#rc(path) |