diff options
| -rw-r--r-- | .gitmodules | 9 | ||||
| -rw-r--r-- | herbstluftwm/.config/herbstluftwm/theme.sh | 4 | ||||
| l--------- | vim/.vim/autoload/pathogen.vim | 1 | ||||
| m--------- | vim/.vim/bundle/nerdtree | 0 | ||||
| m--------- | vim/.vim/vim-pathogen | 0 | ||||
| -rw-r--r-- | vim/.vimrc | 6 |
6 files changed, 16 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..8f453df --- /dev/null +++ b/.gitmodules | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | [submodule "vim/.vim/bundle/vim-pathogen"] | ||
| 2 | path = vim/.vim/bundle/vim-pathogen | ||
| 3 | url = https://github.com/tpope/vim-pathogen.git | ||
| 4 | [submodule "vim/.vim/bundle/nerdtree"] | ||
| 5 | path = vim/.vim/bundle/nerdtree | ||
| 6 | url = git@github.com:scrooloose/nerdtree.git | ||
| 7 | [submodule "vim/.vim/vim-pathogen"] | ||
| 8 | path = vim/.vim/vim-pathogen | ||
| 9 | url = git@github.com:tpope/vim-pathogen.git | ||
diff --git a/herbstluftwm/.config/herbstluftwm/theme.sh b/herbstluftwm/.config/herbstluftwm/theme.sh index cfc5536..c4f9433 100644 --- a/herbstluftwm/.config/herbstluftwm/theme.sh +++ b/herbstluftwm/.config/herbstluftwm/theme.sh | |||
| @@ -12,7 +12,7 @@ add_alpha_channel(){ | |||
| 12 | } | 12 | } |
| 13 | 13 | ||
| 14 | # Wallpaper | 14 | # Wallpaper |
| 15 | wallpaper="/home/tom/Pictures/ice.jpg" | 15 | wallpaper="/home/tom/Pictures/mountains.jpg" |
| 16 | 16 | ||
| 17 | # Padding | 17 | # Padding |
| 18 | window_p=20 | 18 | window_p=20 |
| @@ -24,7 +24,7 @@ font_sec="-*-stlarch-medium-*-*-*-10-*-*-*-*-*-*-*" | |||
| 24 | 24 | ||
| 25 | # Colors | 25 | # Colors |
| 26 | color_fg=$(get_x_color 15) | 26 | color_fg=$(get_x_color 15) |
| 27 | color_accent=$(get_x_color 12) | 27 | color_accent=$(get_x_color 11) |
| 28 | color_bg=$(get_x_color 0) | 28 | color_bg=$(get_x_color 0) |
| 29 | 29 | ||
| 30 | # Alpha Colors for use with bar | 30 | # Alpha Colors for use with bar |
diff --git a/vim/.vim/autoload/pathogen.vim b/vim/.vim/autoload/pathogen.vim new file mode 120000 index 0000000..9a7227e --- /dev/null +++ b/vim/.vim/autoload/pathogen.vim | |||
| @@ -0,0 +1 @@ | |||
| ../vim-pathogen/autoload/pathogen.vim \ No newline at end of file | |||
diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree new file mode 160000 | |||
| Subproject 3b98a7fcae8f9fff356907171f0406ff8cd2892 | |||
diff --git a/vim/.vim/vim-pathogen b/vim/.vim/vim-pathogen new file mode 160000 | |||
| Subproject b9fb0dfd811004010f5f6903edef42d6004ebea | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | execute pathogen#infect() | ||
| 2 | |||
| 1 | syntax on | 3 | syntax on |
| 4 | filetype plugin indent on | ||
| 2 | set number | 5 | set number |
| 3 | set background=dark | 6 | set background=dark |
| 4 | set tabstop=4 | ||
| 5 | 7 | ||
| 6 | autocmd StdinReadPre * let s:std_in=1 | 8 | autocmd StdinReadPre * let s:std_in=1 |
| 7 | autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif | 9 | autocmd VimEnter * if argc() == 0 && !exists("s:std_in") | NERDTree | endif |
| 8 | 10 | autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif | |
