diff --git a/home.sh b/home.sh index 80771a2..d41a770 100644 --- a/home.sh +++ b/home.sh @@ -22,4 +22,3 @@ nohup google-chrome 'http://inbox.google.com/' 'http://www.stackoverflow.com/' & #yakuake-session -t 'WIKI' -q -e vim ~/.dropbox/Dropbox/wiki/index.wiki #yakuake-session -t 'CenterIM' -q -e centerim5 rm ~/.last_dir -nohup programs/keynav/keynav & diff --git a/start.sh b/start.sh index f66cb08..9f0735d 100755 --- a/start.sh +++ b/start.sh @@ -1,25 +1,20 @@ #!/bin/bash -#sleep 5 -#conky -c ~/.conky/V2/conkyrc & - cd ~ day=`date +%a` hour=`date +%H` -#echo $day -#echo $hour rm ~/.last_login function home() { echo "Home"; - sh ~/scripts/home.sh > ~/.last_login; + sh ~/.scripts/home.sh > ~/.last_login; } function place1() { echo "Facultad"; - sh ~/scripts/facu.sh > ~/.last_login; + sh ~/.scripts/facu.sh > ~/.last_login; } function not_weekend () { @@ -31,18 +26,12 @@ function not_weekend () { esac } -#case $day in - #S*) - #home;; - #*) - #not_weekend;; -#esac - home -#sleep 3 -#feh --bg-scale /usr/share/wallpapers/openSUSEdefault/contents/images/1920x1080.jpg + xrandr --output VGA-1-2 --off xrandr --output VGA-1-1 --off +nohup /opt/custom/programs/keynav/keynav & rm /tmp/relax_* -sudo mount /dev/sdb1 /home/avolpe/datos3 +echo "Montando datos" +sudo mount /dev/sdb1 /home/avolpe/datos diff --git a/vim/.vimrc.local b/vim/.vimrc.local index e851042..9fa6a63 100644 --- a/vim/.vimrc.local +++ b/vim/.vimrc.local @@ -156,11 +156,11 @@ set spelllang=es,en nnoremap K i map dt :%s/\s\+$//g:w -" NavegaciĆ³n {{ +" NavegaciĆ³n { imap jj imap jw :wa imap jk :w -" }} +" } " Resize options { nnoremap eh :exe "resize " . (winheight(0) * 3/2) nnoremap rh :exe "resize " . (winheight(0) * 2/3) @@ -203,16 +203,6 @@ augroup END au FileType xml setlocal equalprg=xmllint\ --format\ --recover\ -\ 2>/dev/null let g:indent_guides_enable_on_vim_startup = 0 -" Colorscheme { -colorscheme hybrid -set background=dark -hi clear SpellBad -hi SpellBad cterm=underline,bold ctermfg=red -" Transparent background -hi Normal ctermbg=none -" Match pairing http://stackoverflow.com/questions/10746750/set-vim-bracket-highlighting-colors -hi MatchParen cterm=bold ctermbg=none ctermfg=magenta -" } " Per file config { " GIT { @@ -235,6 +225,7 @@ augroup VimwikiAutowrite au FileType vimwiki set nowritebackup au FileType vimwiki set noswapfile au FileType vimwiki set autowrite + au FileType vimwiki syntax on au FocusLost *.wiki :w au FileType vimwiki set autowrite augroup END @@ -394,4 +385,15 @@ let g:spf13_no_omni_complete = 0 imap " } +" Colorscheme { +colorscheme hybrid +set background=dark +hi clear SpellBad +hi SpellBad cterm=underline,bold ctermfg=red +" Transparent background +hi Normal ctermbg=none +" Match pairing http://stackoverflow.com/questions/10746750/set-vim-bracket-highlighting-colors +hi MatchParen cterm=bold ctermbg=none ctermfg=magenta +syntax on set cursorline +" } diff --git a/vim/.vrapperrc b/vim/.vrapperrc index 97a9770..52db1aa 100644 --- a/vim/.vrapperrc +++ b/vim/.vrapperrc @@ -42,3 +42,10 @@ map rf :fullPublish eclipseaction toggle org.eclipse.debug.ui.commands.ToggleBreakpoint nmap dt :toggle " } +" Plugins { +" Cambio de Tab { +nnoremap gt gt +nnoremap gT gT +"} +"} + diff --git a/zsh/.zshrc b/zsh/.zshrc index 9dd480e..a7e0a35 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -75,10 +75,13 @@ LS_COLORS="$LS_COLORS:di=1;92:ln=4:tw=4;35:ow=1;35:" ; export LS_COLORS #fi #fi -PATH="~/.gem/ruby/2.1.0/bin:$PATH" +PATH=$PATH:/usr/local/bin/ +if which ruby >/dev/null && which gem >/dev/null; then + PATH="$(ruby -rubygems -e 'puts Gem.user_dir')/bin:$PATH" +fi setopt correct_all -source ~/scripts/zsh/completition/tmuxinator.zsh +#source ~/.scripts/zsh/completition/tmuxinator.zsh #source ~/.zsh_prompt.sh # bindkey "^Q" push-input