I hereby claim:
- I am a-morales on github.
- I am antoniomorales (https://keybase.io/antoniomorales) on keybase.
- I have a public key ASB0qOj96GokVs_KUke5ePLgVigg6CJeMvfQ3A5rLBxcBAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # change FOO to whatever the VPN connection name is called | |
| # set FOO_VPN_PASS as the password to automatically connect | |
| # for manual connection delete lines 10-12 | |
| /usr/bin/env osascript <<-EOF | |
| tell application "System Events" | |
| set status to do shell script "scutil --nc status FOO" | |
| if status does not start with "Connected" then |
| set nocompatible | |
| filetype off | |
| set rtp+=~/.vim/bundle/vundle | |
| call vundle#rc() | |
| Bundle 'gmaric/vundle' | |
| "Vim bundles" | |
| Bundle 'airblade/vim-gitgutter' |
| unbind C-b | |
| set -g prefix C-o | |
| bind v send-prefix | |
| #setting utf8 encoding | |
| set -g utf8 | |
| set-window-option -g utf8 on | |
| #default settings | |
| set -g default-terminal "screen-256color" |