Merge branch 'master' of ssh://jonfu.com/home/jon/dots
This commit is contained in:
3
.tools/get_public_ip.sh
Executable file
3
.tools/get_public_ip.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
dig +short myip.opendns.com @resolver1.opendns.com;
|
||||
@@ -18,11 +18,11 @@ export LESS='-C -M -I -j 5 -# 4'
|
||||
|
||||
# User specific aliases and functions
|
||||
alias l.='ls -lh --color=auto' 2>/dev/null
|
||||
alias l='ls -lh'
|
||||
alias ll='ls -lh'
|
||||
#set -o vi
|
||||
alias l='ls -lh --color=auto'
|
||||
alias ll='ls -lh --color=auto'
|
||||
alias p='ping'
|
||||
alias s='sudo'
|
||||
alias dmesg='dmesg -H'
|
||||
alias ip='ip -c'
|
||||
alias fart='/usr/bin/sleep'
|
||||
|
||||
@@ -33,9 +33,8 @@ export PATH=$GOPATH:$GOPATH/bin:$PATH
|
||||
export EDITOR=/usr/bin/vim
|
||||
|
||||
[ -f ~/.fzf.bash ] && source ~/.fzf.bash
|
||||
alias p='ping'
|
||||
|
||||
#vi readline
|
||||
set -o vi
|
||||
#ctrl-x, ctrl-e to launch $EDITOR (vim)
|
||||
bind -m vi-insert '"\C-x\C-e": edit-and-execute-command'
|
||||
|
||||
|
||||
33
dirindex.html
Normal file
33
dirindex.html
Normal file
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel=stylesheet type="text/css" href="../style.css">
|
||||
<title>Directory Index: dots</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class="toptable dirtop"><tr><td>
|
||||
<p class="toptitle"><a href="../dirindex.html">(root)</a>
|
||||
/
|
||||
<a href="dirindex.html">dots</a></p>
|
||||
<p class="topsubtitle">Directory Index</p>
|
||||
</td></tr></table>
|
||||
|
||||
<div class="mininav">
|
||||
<a href="../dirindex.html">Root</a> |
|
||||
<a href="../allindex.html">Global</a> |
|
||||
<a href="../sortindex.html">Sorted</a>
|
||||
</div>
|
||||
|
||||
<h3>Sub-directories:</h3>
|
||||
<ul>
|
||||
<li><a href="vim/dirindex.html">vim</a></li>
|
||||
</ul><p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
1
index.html
Symbolic link
1
index.html
Symbolic link
@@ -0,0 +1 @@
|
||||
dirindex.html
|
||||
@@ -1,8 +1,8 @@
|
||||
set -g default-terminal screen-256color
|
||||
|
||||
#remove escape delay
|
||||
set -s escape-time 0
|
||||
|
||||
set -g default-terminal "rxvt-unicode-256color"
|
||||
|
||||
#change C-b to Ca
|
||||
unbind C-b
|
||||
set-option -g prefix C-a
|
||||
@@ -37,14 +37,12 @@ if-shell '[ $(echo "$(tmux -V | cut -d" " -f2) >= 2.1" | bc) -eq 1 ]' \
|
||||
'set -g mouse on' \
|
||||
'set -g mode-mouse on; set -g mouse-resize-pane on; set -g mouse-select-pane on; set -g mouse-select-window on'
|
||||
|
||||
set -g mouse on
|
||||
#set -g mouse on
|
||||
#'set -g mouse on; set -g mouse-utf8 on' \
|
||||
|
||||
bind-key Tab last-window
|
||||
bind-key BTab previous-window
|
||||
|
||||
set -g default-terminal "screen-256color"
|
||||
|
||||
# Basic status bar colors
|
||||
set-option -g status-bg default
|
||||
set-option -g status-fg white
|
||||
|
||||
41
vim/.vim/bundle/dirindex.html
Normal file
41
vim/.vim/bundle/dirindex.html
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel=stylesheet type="text/css" href="../../../../style.css">
|
||||
<title>Directory Index: dots/vim/.vim/bundle</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class="toptable dirtop"><tr><td>
|
||||
<p class="toptitle"><a href="../../../../dirindex.html">(root)</a>
|
||||
/
|
||||
<a href="../../../dirindex.html">dots</a>
|
||||
/
|
||||
<a href="../../dirindex.html">vim</a>
|
||||
/
|
||||
<a href="../dirindex.html">.vim</a>
|
||||
/
|
||||
<a href="dirindex.html">bundle</a></p>
|
||||
<p class="topsubtitle">Directory Index</p>
|
||||
</td></tr></table>
|
||||
|
||||
<div class="mininav">
|
||||
<a href="../../../../dirindex.html">Root</a> |
|
||||
<a href="../../../../allindex.html">Global</a> |
|
||||
<a href="../../../../sortindex.html">Sorted</a>
|
||||
</div>
|
||||
|
||||
<h3>Sub-directories:</h3>
|
||||
<ul>
|
||||
<li><a href="jedi-vim/dirindex.html">jedi-vim</a></li>
|
||||
<li><a href="nerdtree/dirindex.html">nerdtree</a></li>
|
||||
<li><a href="syntastic/dirindex.html">syntastic</a></li>
|
||||
</ul><p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
1
vim/.vim/bundle/index.html
Symbolic link
1
vim/.vim/bundle/index.html
Symbolic link
@@ -0,0 +1 @@
|
||||
dirindex.html
|
||||
Submodule vim/.vim/bundle/targets.vim updated: c1732189c9...c3042dc18a
Submodule vim/.vim/bundle/vim-airline updated: e9a7a12d9e...396cc92261
Submodule vim/.vim/bundle/vim-airline-themes updated: 08c76e4cd0...26f67b9265
37
vim/.vim/dirindex.html
Normal file
37
vim/.vim/dirindex.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel=stylesheet type="text/css" href="../../../style.css">
|
||||
<title>Directory Index: dots/vim/.vim</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class="toptable dirtop"><tr><td>
|
||||
<p class="toptitle"><a href="../../../dirindex.html">(root)</a>
|
||||
/
|
||||
<a href="../../dirindex.html">dots</a>
|
||||
/
|
||||
<a href="../dirindex.html">vim</a>
|
||||
/
|
||||
<a href="dirindex.html">.vim</a></p>
|
||||
<p class="topsubtitle">Directory Index</p>
|
||||
</td></tr></table>
|
||||
|
||||
<div class="mininav">
|
||||
<a href="../../../dirindex.html">Root</a> |
|
||||
<a href="../../../allindex.html">Global</a> |
|
||||
<a href="../../../sortindex.html">Sorted</a>
|
||||
</div>
|
||||
|
||||
<h3>Sub-directories:</h3>
|
||||
<ul>
|
||||
<li><a href="bundle/dirindex.html">bundle</a></li>
|
||||
</ul><p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
1
vim/.vim/index.html
Symbolic link
1
vim/.vim/index.html
Symbolic link
@@ -0,0 +1 @@
|
||||
dirindex.html
|
||||
@@ -60,7 +60,7 @@ nnoremap <CR> o<Esc>
|
||||
|
||||
" use jk to escape insert mode - using easyescape plugin
|
||||
let g:easyescape_chars = { "j": 1, "k": 1 }
|
||||
let g:easyescape_timeout = 100
|
||||
"let g:easyescape_timeout = 100
|
||||
cnoremap jk <ESC>
|
||||
cnoremap kj <ESC>
|
||||
|
||||
|
||||
35
vim/dirindex.html
Normal file
35
vim/dirindex.html
Normal file
@@ -0,0 +1,35 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||||
<link rel=stylesheet type="text/css" href="../../style.css">
|
||||
<title>Directory Index: dots/vim</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table class="toptable dirtop"><tr><td>
|
||||
<p class="toptitle"><a href="../../dirindex.html">(root)</a>
|
||||
/
|
||||
<a href="../dirindex.html">dots</a>
|
||||
/
|
||||
<a href="dirindex.html">vim</a></p>
|
||||
<p class="topsubtitle">Directory Index</p>
|
||||
</td></tr></table>
|
||||
|
||||
<div class="mininav">
|
||||
<a href="../../dirindex.html">Root</a> |
|
||||
<a href="../../allindex.html">Global</a> |
|
||||
<a href="../../sortindex.html">Sorted</a>
|
||||
</div>
|
||||
|
||||
<h3>Sub-directories:</h3>
|
||||
<ul>
|
||||
<li><a href=".vim/dirindex.html">.vim</a></li>
|
||||
</ul><p>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
1
vim/index.html
Symbolic link
1
vim/index.html
Symbolic link
@@ -0,0 +1 @@
|
||||
dirindex.html
|
||||
Reference in New Issue
Block a user