diff options
| author | 2017-03-27 13:49:19 +0200 | |
|---|---|---|
| committer | 2017-03-27 13:49:19 +0200 | |
| commit | 1647c39913965f7d90c6384c906971ff180c91b8 (patch) | |
| tree | 9c81e236c0129956d8e3886877a7557b29279e74 | |
| parent | a4ce31d3ecd6285878a9d226ef81c1c0db2ce39a (diff) | |
| download | dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.gz dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.tar.bz2 dotfiles-1647c39913965f7d90c6384c906971ff180c91b8.zip | |
Updated bashrc and vimrc
| -rwxr-xr-x | bash/.bashrc | 13 | ||||
| -rwxr-xr-x | vim/.vim/vimrc | 4 | ||||
| -rw-r--r-- | xorg/.Xresources | 9 | ||||
| -rwxr-xr-x | xorg/.local/usr/bin/xbacklightmon | 4 |
4 files changed, 24 insertions, 6 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index c86b8cb..d927b02 100755 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -13,6 +13,19 @@ export PATH="$PATH:$HOME/.local/bin" | |||
| 13 | export PATH="$PATH:$HOME/.local/usr/bin" | 13 | export PATH="$PATH:$HOME/.local/usr/bin" |
| 14 | export PATH="$PATH:$HOME/.local/usr/local/bin" | 14 | export PATH="$PATH:$HOME/.local/usr/local/bin" |
| 15 | 15 | ||
| 16 | export C_INCLUDE_PATH="$C_INCLUDE_PATH:$HOME/.local/include" | ||
| 17 | export C_INCLUDE_PATH="$C_INCLUDE_PATH:$HOME/.local/usr/include" | ||
| 18 | export C_INCLUDE_PATH="$C_INCLUDE_PATH:$HOME/.local/usr/local/include" | ||
| 19 | |||
| 20 | export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$HOME/.local/include" | ||
| 21 | export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$HOME/.local/usr/include" | ||
| 22 | export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$HOME/.local/usr/local/include" | ||
| 23 | |||
| 24 | export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/.local/lib" | ||
| 25 | export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/.local/usr/lib" | ||
| 26 | export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$HOME/.local/usr/local/lib" | ||
| 27 | |||
| 28 | |||
| 16 | export ANDROID_HOME="$HOME/Android/Sdk" | 29 | export ANDROID_HOME="$HOME/Android/Sdk" |
| 17 | 30 | ||
| 18 | # Quit the shell like in vim | 31 | # Quit the shell like in vim |
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index a353d2c..a93e9ad 100755 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -13,6 +13,10 @@ Plug 'tpope/vim-fugitive' | |||
| 13 | Plug 'unblevable/quick-scope' | 13 | Plug 'unblevable/quick-scope' |
| 14 | Plug 'vim-airline/vim-airline-themes' | 14 | Plug 'vim-airline/vim-airline-themes' |
| 15 | 15 | ||
| 16 | if executable('ansible') | ||
| 17 | Plug 'chase/vim-ansible-yaml' | ||
| 18 | endif | ||
| 19 | |||
| 16 | if has('python') || has('python3') | 20 | if has('python') || has('python3') |
| 17 | let g:ycm_install_command = './install.py --clang-completer' | 21 | let g:ycm_install_command = './install.py --clang-completer' |
| 18 | 22 | ||
diff --git a/xorg/.Xresources b/xorg/.Xresources index efa1cb3..414cb64 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | *color0: #2d2d2d | 12 | *color0: #2d2d2d |
| 13 | *color8: #333333 | 13 | *color8: #333333 |
| 14 | 14 | ||
| 15 | ! Reds | 15 | ! Reds |
| 16 | *color1: #690a03 | 16 | *color1: #690a03 |
| 17 | *color9: #d64937 | 17 | *color9: #d64937 |
| 18 | 18 | ||
| @@ -40,7 +40,8 @@ | |||
| 40 | *color7: #d9d9d9 | 40 | *color7: #d9d9d9 |
| 41 | *color15: #f9f9f9 | 41 | *color15: #f9f9f9 |
| 42 | 42 | ||
| 43 | XTerm*termName: xterm-256color | ||
| 44 | XTerm*selectToClipboard: true | ||
| 45 | XTerm*metaSendsEscape: true | ||
| 46 | XTerm*background: #2F343F | 43 | XTerm*background: #2F343F |
| 44 | XTerm*metaSendsEscape: true | ||
| 45 | XTerm*scrollBar: false | ||
| 46 | XTerm*selectToClipboard: true | ||
| 47 | XTerm*termName: xterm-256color | ||
diff --git a/xorg/.local/usr/bin/xbacklightmon b/xorg/.local/usr/bin/xbacklightmon index 39f6b48..f5b46c0 100755 --- a/xorg/.local/usr/bin/xbacklightmon +++ b/xorg/.local/usr/bin/xbacklightmon | |||
| @@ -10,8 +10,8 @@ luminance() { | |||
| 10 | 10 | ||
| 11 | read -r max < "$path"/max_brightness | 11 | read -r max < "$path"/max_brightness |
| 12 | 12 | ||
| 13 | xbacklight -set "$(luminance)" | 13 | echo xbacklight -set "$(luminance)" |
| 14 | 14 | ||
| 15 | inotifywait -me modify --format '' "$path"/actual_brightness | while read; do | 15 | inotifywait -me modify --format '' "$path"/actual_brightness | while read; do |
| 16 | xbacklight -set "$(luminance)" | 16 | echo xbacklight -set "$(luminance)" |
| 17 | done | 17 | done |
