dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 44a75152b895aee27cc1183590783574373db4dc
parent c9234193002bd96041d306b914d6ddbc479d656c
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  7 Jan 2014 12:42:28 +0100

Changed airline theme, added mkdir .vim

Diffstat:
M.vimrc | 1+
Minstall.sh | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -68,6 +68,7 @@ set background=dark " adjust colors for better contrast colorscheme desert "colorscheme solarized "call togglebg#map("<F3>") +let g:airline_theme = 'ubaryd' " hilight column 80 set textwidth=80 diff --git a/install.sh b/install.sh @@ -1,6 +1,7 @@ #!/bin/sh # Create symlinks +mkdir -p ./.vim/bundle ./create_symlinks.sh # Clone zsh syntax highlighting