Skip to content

Instantly share code, notes, and snippets.

@RonTai
RonTai / .vimrc
Last active May 17, 2017 01:47
dotfiles
"------------------------------------
" neobundle.vim
"------------------------------------
set nocompatible " be iMproved
filetype plugin indent off " required!
if has('vim_starting')
set runtimepath+=~/.vim/bundle/neobundle.vim/
" call neobundle#rc(expand('~/.vim/bundle/'))
endif
@RonTai
RonTai / .Xmodmap
Created May 27, 2013 03:39
HHK key bind for ubuntu 12.04 GUI `xmodmap ~/.Xmodmap` after egit below.
keycode 102 = Super_L
keycode 100 = Zenkaku_Hankaku
@RonTai
RonTai / .gitconfig
Last active April 21, 2020 05:15
.gitconfigです
[http]
sslVerify = false
[alias]
rco = "!f () { git checkout -b $1 origin/$1 ;};f"
fe = fetch --prune
co = checkout
ffs = flow feature start
fff = flow feature finish -F
frs = flow release start
frf = flow release finish
# vim:ts=4:sw=4
export PATH=/usr/local/apache2/bin:/usr/local/git/bin:/usr/local/ruby/bin:$PATH
#export PATH=/usr/local/apache2/bin:/usr/local/ruby/bin:$PATH
#export TERM=xterm-256color
export HISTSIZE=10000
export JAVA_HOME=/usr/local/jdk1.7.0_17
export PATH=$PATH:$JAVA_HOME/bin
export PATH=$PATH:/root/bin