repo string | commit string | message string | diff string |
|---|---|---|---|
gonzojive/jsdoc-toolkit | 413ed1eeb37d6a34883df5f055ec4059dd5a707f | Added test for @type function. | diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..a700260
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,151 @@
+======================================================================
+
+DESCRIPTION:
+
+** NOTICE ** THIS VERSION OF THE SOFTWARE IS "BETA," MEANING IT IS IS
+NOT YET READY FOR USE IN A P... |
vmingchen/profile | 9deb6b3e5ace9ec9c1f4fb495e33820d5a3d54fb | two minor fixes | diff --git a/.bashrc b/.bashrc
index 01c0a2a..9788738 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,162 +1,164 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | f631679e1be4fc40f53b9dfa71c0f3559d8e6b97 | add git-prompt.sh | diff --git a/.bashrc b/.bashrc
index 37d7559..01c0a2a 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,161 +1,162 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | ceff32059fd44e8d5a1eea359fecf1281a0e33c2 | Remove outdated tmux configs | diff --git a/.tmux.conf b/.tmux.conf
index dafb1fa..e60be5e 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,99 +1,89 @@
# http://www.youtube.com/watch?v=za8FMIWYtUc
# http://www.doknowevil.net/2010/10/18/sorry-screen-tmux-is-better-but-here-are-some-screen-lik-hotkeys/
setw -g mode-key vi
# use C-a instead of C-b ... |
vmingchen/profile | b0e2b01e789c05950355195177e944efff39c0b9 | No need to alias vim | diff --git a/.gitmodules b/.gitmodules
index 9dbbe51..d6ccc24 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule ".vim/bundle/syntastic"]
- path = .vim/bundle/syntastic
- url = https://github.com/scrooloose/syntastic.git
[submodule ".tmux/plugins/tpm"]
path = .tmux/plugins/tpm
url = https://git... |
vmingchen/profile | 353244b6623d50fd87dc86320129262f1e45ae8e | Remove all bundle plugins; will use builtin plugin manager | diff --git a/.gitmodules b/.gitmodules
index 30a32bf..9dbbe51 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,39 +1,6 @@
-[submodule ".vim/bundle/fugitive"]
- path = .vim/bundle/fugitive
- url = https://github.com/tpope/vim-fugitive.git
-[submodule ".vim/bundle/ack"]
- path = .vim/bundle/ack
- url = https://github.com... |
vmingchen/profile | 512f68e343dd79f0af9ac3803e46a826ed27e586 | Minor fixes | diff --git a/README.mkd b/README.mkd
index 09017ce..6d26c69 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,40 +1,40 @@
# About
Personal dot files
v.mingchen@gmail.com
# Setup
1. Check out the repository "git clone https://github.com/vmingchen/profile.git"
2. Checkout submodules "git submodule update --init ... |
vmingchen/profile | 22dd7ce1260abcb7e71a86e4cd71dca07b351598 | Add back link to ~/.vim | diff --git a/link.sh b/link.sh
index 6deb87a..12a29af 100755
--- a/link.sh
+++ b/link.sh
@@ -1,59 +1,60 @@
#
# USAGE: ./link.sh
#
# DESCRIPTION: Link all profile files
#
# AUTHOR: Ming Chen, v.mingchen@gmail.com
# CREATED: 07/20/2010 10:30:23 AM CST
#=================================... |
vmingchen/profile | 3614ae397360eba765c4b9e7049363d2221d2511 | Add vimwiki settings | diff --git a/.vimrc b/.vimrc
index 3ec516a..924f07d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,381 +1,379 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off
" Vundle: https://github.com/gmarik/Vundle.vim
" set the runtime path to include Vundle and initialize
"... |
vmingchen/profile | 95a40925ea7a7e696004f7da04d9e5f1215a131c | Link .bash_profile | diff --git a/link.sh b/link.sh
index 9b51842..0926a92 100755
--- a/link.sh
+++ b/link.sh
@@ -1,57 +1,57 @@
#
# USAGE: ./link.sh
#
# DESCRIPTION: Link all profile files
#
# AUTHOR: Ming Chen, v.mingchen@gmail.com
# CREATED: 07/20/2010 10:30:23 AM CST
#=================================... |
vmingchen/profile | b16baeeb03afb6643148878d0a3424548eb380aa | add new karabiner config | diff --git a/karabiner.json b/karabiner.json
new file mode 100644
index 0000000..63f0ca1
--- /dev/null
+++ b/karabiner.json
@@ -0,0 +1,270 @@
+{
+ "global": {
+ "check_for_updates_on_startup": true,
+ "show_in_menu_bar": true,
+ "show_profile_name_in_menu_bar": false
+ },
+ "profiles": [
+... |
vmingchen/profile | 0181d062e34f5fc1f9346b6fece30a9dd12faa06 | fix aliases | diff --git a/.bashrc b/.bashrc
index bf363ed..37d7559 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,243 +1,161 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 2cf1633046ad7400296261548b75b77e3df0775a | add support for autocompletion | diff --git a/.bashrc b/.bashrc
index 65f9cfd..bf363ed 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,175 +1,243 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | dc34df0511d601c740020dc03c213346501021c8 | misc changes | diff --git a/.bashrc b/.bashrc
index 0351df0..65f9cfd 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,179 +1,175 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 40242826b79e78b132ca261a8d3ad68212a1c8c7 | add ToggleSpellChecking | diff --git a/.vimrc b/.vimrc
index ac4efe6..36c15b1 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,361 +1,376 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off
" Vundle: https://github.com/gmarik/Vundle.vim
" set the runtime path to include Vundle and initialize
"... |
vmingchen/profile | 4be222b9508160091cf02d44f6548637b2d969b0 | add shortcuts for highlighting words in different colors | diff --git a/.vimrc b/.vimrc
index 2c97c68..ac4efe6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,354 +1,361 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off
" Vundle: https://github.com/gmarik/Vundle.vim
" set the runtime path to include Vundle and initialize
"... |
vmingchen/profile | 659c72e324595f97793b2d6b498facc3496bc4ba | add i3 config file | diff --git a/i3/config b/i3/config
new file mode 100644
index 0000000..ae52928
--- /dev/null
+++ b/i3/config
@@ -0,0 +1,184 @@
+# i3 config file (v4)
+#
+# Please see http://i3wm.org/docs/userguide.html for a complete reference!
+#
+# This config file uses keycodes (bindsym) and was written for the QWERTY
+# layout.
+#... |
vmingchen/profile | cc42129bf9ad40678b03b4f7fe8ff96a44da4632 | add setup steps | diff --git a/README.mkd b/README.mkd
index d6a14b3..09017ce 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,30 +1,40 @@
# About
Personal dot files
v.mingchen@gmail.com
+# Setup
+
+1. Check out the repository "git clone https://github.com/vmingchen/profile.git"
+
+2. Checkout submodules "git submodule update --init ... |
vmingchen/profile | c5d83eb1b1e8f62cbc2595579763bcaba2345c9d | add multiple highlight support | diff --git a/.vim/plugin/highlights.csv b/.vim/plugin/highlights.csv
new file mode 100644
index 0000000..49a103d
--- /dev/null
+++ b/.vim/plugin/highlights.csv
@@ -0,0 +1,28 @@
+hlnum,ctermfg,ctermbg,guifg,guibg
+1,white,red,white,red
+2,black,green,black,green
+3,white,blue,white,blue
+4,white,black,white,black
+5,bla... |
vmingchen/profile | e124ff3b277b28da7f1b0034982ba8987ae2b082 | change colorscheme to default | diff --git a/.vimrc b/.vimrc
index 66d46c6..e2fc693 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,356 +1,354 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off
" Vundle: https://github.com/gmarik/Vundle.vim
" set the runtime path to include Vundle and initialize
"... |
vmingchen/profile | 7b751c3fac4c0f7a55310399e5a389ade7de9f51 | add installation of YCM | diff --git a/link.sh b/link.sh
index 6710039..4b84cc0 100755
--- a/link.sh
+++ b/link.sh
@@ -1,53 +1,60 @@
#!/bin/bash -
#===============================================================================
#
# USAGE: ./link.sh
#
# DESCRIPTION: Link
#
# AUTHOR: Ming Chen (chenming), v.mingchen... |
vmingchen/profile | e6caf2236873e8f49d294aa0043eb3f2b0e5eb03 | add spacemacs | diff --git a/mchen-mbp.local.shrc b/mchen-mbp.local.shrc
index 50e56b9..c44df32 100644
--- a/mchen-mbp.local.shrc
+++ b/mchen-mbp.local.shrc
@@ -1,23 +1,23 @@
export PATH=/usr/local/Library/Canopy/User/bin:$PATH:/opt/local/bin:/opt/X11/bin
#latex
#http://tex.stackexchange.com/questions/249966/install-latex-on-mac-... |
vmingchen/profile | b15a3b55218d32b9d3deef2fb087007b51d354cb | add updates from ubuntu | diff --git a/.gitmodules b/.gitmodules
index ebc80f9..009c311 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,39 +1,42 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.co... |
vmingchen/profile | 55b2defad2a6b26b15f1e59a730c2cc2b53e76cc | check file before source | diff --git a/ubuntu.mac.bashrc b/ubuntu.mac.bashrc
index e917f8d..9a0379f 100644
--- a/ubuntu.mac.bashrc
+++ b/ubuntu.mac.bashrc
@@ -1,3 +1,5 @@
export JAVA_HOME=$HOME/software/java
export PATH=$PATH:$JAVA_HOME/bin:/usr/lib/llvm-3.5/bin/:$HOME/.bazel/bin
-source /home/mchen/.bazel/lib/bazel/bin/bazel-complete.bash
+i... |
vmingchen/profile | 0b4962317c2fff3e234ec27742e2de6191ef30a4 | add mac-ubuntu changes | diff --git a/.vim/ftplugin/c.vim b/.vim/ftplugin/c.vim
index d98a25a..ce5a682 100644
--- a/.vim/ftplugin/c.vim
+++ b/.vim/ftplugin/c.vim
@@ -1,2 +1,4 @@
-map <C-I> :pyf ~/profile/clang-format.py<CR>
-imap <C-I> <ESC>:pyf ~/profile/clang-format.py<CR>i
+" The default key binding is <C-I>, which sometimes also means <Tab... |
vmingchen/profile | c68975906fe5b5ca6cb1fa997207f7e4058aeae7 | add ale vim syntax checker | diff --git a/.gitmodules b/.gitmodules
index 2a4d9d5..ebc80f9 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,36 +1,39 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.co... |
vmingchen/profile | a0e769b874e14ce0f70e21886101312e1117b1a3 | remote syntasitc: tooooo slow | diff --git a/.gitconfig b/.gitconfig
index 850bd1d..c25d429 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,43 +1,45 @@
[user]
name = Ming Chen
email = v.mingchen@gmail.com
[branch "master"]
remote = origin
merge = refs/heads/master
[color]
ui = auto
[core]
editor = vim
excludesfile = /ho... |
vmingchen/profile | 18f86084baeb9ac711731c025d7fe953a112e315 | add more tmux settings | diff --git a/.tmux.conf b/.tmux.conf
index 22994bf..bdd42e5 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,75 +1,93 @@
# http://www.youtube.com/watch?v=za8FMIWYtUc
# http://www.doknowevil.net/2010/10/18/sorry-screen-tmux-is-better-but-here-are-some-screen-lik-hotkeys/
setw -g mode-key vi
# use C-a instead of C-b ... |
vmingchen/profile | 12b67d6b4fb81c5c3c52179b05e6a1ce5a4dc519 | turn off indentation of latex | diff --git a/.vimrc b/.vimrc
index a6c095a..59e3561 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,344 +1,346 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off
" Vundle: https://github.com/gmarik/Vundle.vim
" set the runtime path to include Vundle and initialize
s... |
vmingchen/profile | 2f04f7d7231383cece001938c694cc0597d596d5 | set line width to 200 for gnuplot file | diff --git a/.vimrc b/.vimrc
index 2492f7f..b76a942 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,336 +1,338 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
filetype off
" Vundle: https://github.com/gmarik/Vundle.vim
" set the runtime path to include Vundle and initialize
s... |
vmingchen/profile | b932648526d789454933e4502258d688325cd2af | add script for merging files into a pdf file | diff --git a/mergepdf.sh b/mergepdf.sh
new file mode 100755
index 0000000..a8abd79
--- /dev/null
+++ b/mergepdf.sh
@@ -0,0 +1,37 @@
+#!/bin/bash -
+#=============================================================================
+# Merge PDF files. Usage "mergepdf.sh in1.pdf in2.pdf ... out.pdf".
+#
+# To combine multip... |
vmingchen/profile | 8d861a69939006a532578b91a29083833b37fa1a | add new settings | diff --git a/.clang-format b/.clang-format
new file mode 120000
index 0000000..28338c5
--- /dev/null
+++ b/.clang-format
@@ -0,0 +1 @@
+/Users/mchen/profile/google.clang-format
\ No newline at end of file
diff --git a/.gitconfig b/.gitconfig
index 926d208..850bd1d 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,42 +1,43... |
vmingchen/profile | bbf3d3cceea710f933588448255315e08babb8d9 | add vim-signature as submodule | diff --git a/.gitmodules b/.gitmodules
index a69228c..2a4d9d5 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,33 +1,36 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.co... |
vmingchen/profile | f7b4fd9f266876efd2f64245b4f61f6237d0c642 | add tmux plugins | diff --git a/.gitmodules b/.gitmodules
index 8e9764d..a69228c 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,30 +1,33 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.co... |
vmingchen/profile | 1fa9bbbe3687df225bf949fc02dfad1f5da2a123 | install and configure yapf | diff --git a/.gitmodules b/.gitmodules
index b9bb9da..8e9764d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,24 +1,30 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.co... |
vmingchen/profile | f42ba3f8246d3b73e05c18f4779a7fb4360a57ba | add pylintrc | diff --git a/.pylintrc b/.pylintrc
new file mode 100644
index 0000000..8c120fc
--- /dev/null
+++ b/.pylintrc
@@ -0,0 +1,234 @@
+[MASTER]
+
+# Specify a configuration file.
+#rcfile=
+
+# Python code to execute, usually for sys.path manipulation such as
+# pygtk.require().
+#init-hook=
+
+# Profiled execution.
+profile=... |
vmingchen/profile | 2e4b5714d6d7ea45705e61af9ae4ba11b14f0378 | change search highlight color | diff --git a/.vimrc b/.vimrc
index 34495d2..d95f83c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,320 +1,321 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
-" scheme, other cool colorscheme: wombat
-colorscheme desert
-
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | f75be43478b30061dbb0c769b14bdd5c60289e34 | fix grep shortcut | diff --git a/.vimrc b/.vimrc
index 2e05edb..47fa6d2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,311 +1,320 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 6df30462828f6250ee7a6d13d02876be1ddaa499 | add ackrc file | diff --git a/.ackrc b/.ackrc
new file mode 100644
index 0000000..3eeea29
--- /dev/null
+++ b/.ackrc
@@ -0,0 +1 @@
+--ignore-file=is:cscope.out,is:tags
diff --git a/link.sh b/link.sh
index eb92e8d..403fe61 100755
--- a/link.sh
+++ b/link.sh
@@ -1,52 +1,52 @@
#!/bin/bash -
#============================================... |
vmingchen/profile | c731ab1bb1d455b982665a286d367c97c9a55ad4 | comment out Vundle | diff --git a/.vimrc b/.vimrc
index 1bbf703..2e05edb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,311 +1,311 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | d9556cc2e69f27fe9f919d1767b3badfb2973556 | add two git aliases | diff --git a/.gitconfig b/.gitconfig
index a4ebf51..926d208 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,40 +1,42 @@
[user]
name = Ming Chen
email = v.mingchen@gmail.com
[branch "master"]
remote = origin
merge = refs/heads/master
[color]
ui = auto
[core]
editor = vim
excludesfile = /ho... |
vmingchen/profile | 5a2c116f39e403444cbd12a7648b89cb7d4e699d | change path of TeX | diff --git a/mchen-mbp.local.shrc b/mchen-mbp.local.shrc
index ee68e2c..50e56b9 100644
--- a/mchen-mbp.local.shrc
+++ b/mchen-mbp.local.shrc
@@ -1,19 +1,23 @@
-export PATH=/usr/local/Library/Canopy/User/bin:$PATH:/usr/texbin:/opt/local/bin:/opt/X11/bin
+export PATH=/usr/local/Library/Canopy/User/bin:$PATH:/opt/local/bi... |
vmingchen/profile | 72f0fc5107518309cc78aa32e977dfe98470cbb7 | use new iterm2 color scheme | diff --git a/Argonaut.itermcolors b/Argonaut.itermcolors
new file mode 100644
index 0000000..66746f1
--- /dev/null
+++ b/Argonaut.itermcolors
@@ -0,0 +1,213 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist version=... |
vmingchen/profile | 2e9875baa6bc1cd0a2e2cd3d2668a58ae4513378 | macbook changes | diff --git a/.gitconfig b/.gitconfig
index 366f600..a4ebf51 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,36 +1,40 @@
[user]
name = Ming Chen
email = v.mingchen@gmail.com
[branch "master"]
remote = origin
merge = refs/heads/master
[color]
ui = auto
[core]
editor = vim
excludesfile = /ho... |
vmingchen/profile | ad682b996bc2db730adfaac50b167e0cdb493c62 | four more new words | diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add
index 1a31c96..63515bb 100644
--- a/.vim/spell/en.utf-8.add
+++ b/.vim/spell/en.utf-8.add
@@ -1,58 +1,62 @@
NFSv4
inode
timestamp
locking
RPC
revalidate
Filebench
virtualization
backchannel
filehandle
metadata
API
Bufferbloat
readahead
statef... |
vmingchen/profile | 7feb86aa7f4738a793710171ca4ede51fb412fec | add mac terminal settings | diff --git a/mac-terminal.terminal b/mac-terminal.terminal
new file mode 100644
index 0000000..aae249c
--- /dev/null
+++ b/mac-terminal.terminal
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<plist versio... |
vmingchen/profile | e783b8851cf71002b2a738918f58d7242f3d3f12 | use bash by default | diff --git a/.tmux.conf b/.tmux.conf
index a155b28..26b1b55 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -1,62 +1,62 @@
# http://www.youtube.com/watch?v=za8FMIWYtUc
# http://www.doknowevil.net/2010/10/18/sorry-screen-tmux-is-better-but-here-are-some-screen-lik-hotkeys/
setw -g mode-key vi
# use C-a instead of C-b ... |
vmingchen/profile | 6c7f482b8df2c015cf94edb7ab30bcf943ee21b3 | add karabiner settings for Atom | diff --git a/karabiner-private.xml b/karabiner-private.xml
index 059c568..2cc683a 100644
--- a/karabiner-private.xml
+++ b/karabiner-private.xml
@@ -1,23 +1,27 @@
<?xml version="1.0"?>
<root>
<appdef>
<appname>MacVim</appname>
<equal>org.vim.MacVim</equal>
</appdef>... |
vmingchen/profile | ffab5a55b558c2a0eca03d943547bd44c675f8c5 | fix a small bug | diff --git a/.vim/spell/en.utf-8.add b/.vim/spell/en.utf-8.add
index 78d68ef..1a31c96 100644
--- a/.vim/spell/en.utf-8.add
+++ b/.vim/spell/en.utf-8.add
@@ -1,57 +1,58 @@
NFSv4
inode
timestamp
locking
RPC
revalidate
Filebench
virtualization
backchannel
filehandle
metadata
API
Bufferbloat
readahead
statef... |
vmingchen/profile | f2806735310a40086ef199064ffc834c980f671b | add source_files to load profile files | diff --git a/.bashrc b/.bashrc
index 16ebe45..0351df0 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,185 +1,179 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | de2b0e0cb2d45708ec8d32796556d28c95383751 | organize alias | diff --git a/.bashrc b/.bashrc
index c17f144..16ebe45 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,184 +1,185 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | b73f9334d867711db98145b4efeaa74a27ad9eb2 | add fg alias | diff --git a/.zshrc b/.zshrc
index 3a28f32..5af0599 100644
--- a/.zshrc
+++ b/.zshrc
@@ -1,112 +1,116 @@
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# ... |
vmingchen/profile | af9d8bf94edc4e2241dd95dd6868c76b4c816d69 | prefer macvim | diff --git a/.vim/ftplugin/python.vim b/.vim/ftplugin/python.vim
index 450aec7..0c025f2 100644
--- a/.vim/ftplugin/python.vim
+++ b/.vim/ftplugin/python.vim
@@ -1,36 +1,38 @@
" Indent Python in the Google way.
setlocal indentexpr=GetGooglePythonIndent(v:lnum)
let s:maxoff = 50 " maximum number of lines to look b... |
vmingchen/profile | fee85b037b261b41b6d6f34ebefe6f8d6fef68d8 | add vim-superman | diff --git a/.bashrc b/.bashrc
index 18057e6..c17f144 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,182 +1,184 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 774b8694e1a197a606781a21524c3dc49dddb202 | put alias and functions in separate files | diff --git a/.bashrc b/.bashrc
index 86a857d..18057e6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,228 +1,182 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | ad9ec78a8c0bdbf02cac29c0b25bf074cf663ddd | add KURMA_HOME env | diff --git a/fed2pxy.shrc b/fed2pxy.shrc
index 32aa125..f043c8d 100644
--- a/fed2pxy.shrc
+++ b/fed2pxy.shrc
@@ -1,4 +1,6 @@
export ZOOKEEPER=/opt/zookeeper-3.4.6
export GOOGLE_TEST=/opt/gtest-1.7.0
export GOOGLE_MOCK=/opt/gmock-1.7.0
export BOOST_ROOT=/opt/boost_1_56_0
+
+export KURMA_HOME=/home/mchen/fsl-nfs-gane... |
vmingchen/profile | 04d8409492d0698a76096d3ebcdbcec75c9b49c0 | add KURMA_HOME | diff --git a/mchen-mbp.local.bashrc b/mchen-mbp.local.shrc
similarity index 85%
rename from mchen-mbp.local.bashrc
rename to mchen-mbp.local.shrc
index 60919cc..15cd10b 100644
--- a/mchen-mbp.local.bashrc
+++ b/mchen-mbp.local.shrc
@@ -1,13 +1,15 @@
export PATH=/usr/local/Library/Canopy/User/bin:$PATH:/usr/texbin:/opt... |
vmingchen/profile | efc43243869199e768dc945b6499fb4f4454610c | add host-specific vim settings | diff --git a/.vimrc b/.vimrc
index 4ba3ddd..5b4b440 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,291 +1,300 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | d5d517c9630b079a7aba68b30f7cb4838a3251ea | add alias l | diff --git a/Linux.shrc b/Linux.shrc
index dcfc9eb..00011d5 100644
--- a/Linux.shrc
+++ b/Linux.shrc
@@ -1,10 +1,15 @@
# Linux specific settings
+[[ -f ~/profile/common.sh ]] && source ~/profile/common.shrc
+
# get full path of a file
alias y='readlink -f'
MYCOLOR='--color=auto'
+alias l="\ls -Gl $MYCOLOR" ... |
vmingchen/profile | 695c31c85e638c3e38a4d83a2a90e2878a7c4724 | add alias l | diff --git a/Darwin.shrc b/Darwin.shrc
index 1d31079..d9d6768 100644
--- a/Darwin.shrc
+++ b/Darwin.shrc
@@ -1,16 +1,19 @@
# Mac specific settings that apply to both Bash and Zsh
[[ -f ~/profile/common.sh ]] && source ~/profile/common.shrc
# get full path of a file
alias y='myshowpath'
# ignore .DS_Store fil... |
vmingchen/profile | 1b1196354d61c46138f2a2691f5fdcc497b89e19 | add alias l | diff --git a/Darwin.shrc b/Darwin.shrc
index 2b097e6..1d31079 100644
--- a/Darwin.shrc
+++ b/Darwin.shrc
@@ -1,16 +1,16 @@
-# Mac specific settings
+# Mac specific settings that apply to both Bash and Zsh
[[ -f ~/profile/common.sh ]] && source ~/profile/common.shrc
# get full path of a file
alias y='myshowpath'
... |
vmingchen/profile | 6893f7e6a12500e7230698fc29b7b79b5dd4b032 | add common.shrc | diff --git a/Darwin.shrc b/Darwin.shrc
index bfe96ad..2b097e6 100644
--- a/Darwin.shrc
+++ b/Darwin.shrc
@@ -1,18 +1,16 @@
# Mac specific settings
-function myshowpath() {
- local target="${1:-.}"
- python -c "import os; print(os.path.abspath('${target}'))"
-}
+[[ -f ~/profile/common.sh ]] && source ~/profile/common... |
vmingchen/profile | c32e07b88f24eb352d0402a1aebe9271d7562941 | fix ls color | diff --git a/.bashrc b/.bashrc
index daac102..86a857d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,233 +1,228 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | b498c48c27a65495082ece3a3bc89fdaeea0f73b | allow os-specific settings | diff --git a/.bashrc b/.bashrc
index c4eb3cb..daac102 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,230 +1,233 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 8d89db13ad61bbb073a16470d3cb68e6445b13fd | add os basic packages | diff --git a/os/fedora.sh b/os/fedora.sh
new file mode 100644
index 0000000..3e62b61
--- /dev/null
+++ b/os/fedora.sh
@@ -0,0 +1,19 @@
+#!/bin/bash -
+#=============================================================================
+# Install essential packages needed for fedora
+#
+# by Ming Chen, v.mingchen@gmail.com... |
vmingchen/profile | d92750bde556bb76b692b8117893f3e76012df0e | add deploy-mac.sh | diff --git a/README.mkd b/README.mkd
index 3a21345..d6a14b3 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,26 +1,30 @@
# About
Personal dot files
v.mingchen@gmail.com
# Content
bash vim gdb emacs
clang-format styles generated by
$ clang-format -style='google' -dump-config > google.clang-format
$... |
vmingchen/profile | c047c9a943338ababc03252a4fd7437e29134c70 | move ro to local_bashrc | diff --git a/.bashrc b/.bashrc
index e850e32..aab2bf6 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,238 +1,230 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | a705be7b90d41b0554065dddfe70f5aa3ad5a0be | add Man and Tabular | diff --git a/.gitmodules b/.gitmodules
index 8b4b3d2..f6bb103 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,9 +1,12 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.com... |
vmingchen/profile | deb35d7a2299d4776509be41dae19379608f4d0f | add misc.vim | diff --git a/.vim/plugin/misc.vim b/.vim/plugin/misc.vim
new file mode 100644
index 0000000..cb2dc89
--- /dev/null
+++ b/.vim/plugin/misc.vim
@@ -0,0 +1,20 @@
+" misc plugins from misc sources
+
+" Select surrounding text with the same indentation as current line
+" http://vim.wikia.com/wiki/Visual_selection_of_indent_... |
vmingchen/profile | 734817e3ac4de9d6b8ba47967c89a37c1470c5c0 | Move c/c++ specific mapping to ftplugin/ | diff --git a/.vim/ftplugin/c.vim b/.vim/ftplugin/c.vim
new file mode 100644
index 0000000..d98a25a
--- /dev/null
+++ b/.vim/ftplugin/c.vim
@@ -0,0 +1,2 @@
+map <C-I> :pyf ~/profile/clang-format.py<CR>
+imap <C-I> <ESC>:pyf ~/profile/clang-format.py<CR>i
diff --git a/.vim/ftplugin/cpp.vim b/.vim/ftplugin/cpp.vim
new fil... |
vmingchen/profile | d8fc5e85a887dfb2fc8560cc726ed6b695ac0bda | add Fugitive status line; Use QuickFixCmdPost | diff --git a/.vimrc b/.vimrc
index eda1edb..d2d9afb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,275 +1,280 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | fb557aaf15797d14bda2a8d22ffbd42ffeb17bd6 | find-tune folding; add ,tf | diff --git a/.vimrc b/.vimrc
index facc47e..eda1edb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,271 +1,275 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 275d7ff01e5d50833603b8a4245c2d68a924e2f2 | add grep shortcut | diff --git a/.vimrc b/.vimrc
index e4a43ef..47b4088 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,269 +1,268 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | b12e7e10dffb9033b3e115fdab4373b04c97e776 | add nerdtree back; disable automatic foldering | diff --git a/.gitmodules b/.gitmodules
index ec8ee23..8b4b3d2 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,9 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/ack"]
path = .vim/bundle/ack
url = https://github.com/... |
vmingchen/profile | f996de00c2ce25b271f5e597a47f65be151fc5e1 | add crossroads profile changes | diff --git a/.vimrc b/.vimrc
index 5a04254..5d75594 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,265 +1,265 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 04b07b0a83d913a723069db0253546ef984a1c51 | install ack.vim | diff --git a/.gitmodules b/.gitmodules
index 1fa6e46..ec8ee23 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,6 @@
[submodule ".vim/bundle/fugitive"]
path = .vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
+[submodule ".vim/bundle/ack"]
+ path = .vim/bundle/ack
+ url = https://github.com/... |
vmingchen/profile | 1737b919689fb918ff2c5d8eac565f56bbef8790 | install pathogen | diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..1fa6e46
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule ".vim/bundle/fugitive"]
+ path = .vim/bundle/fugitive
+ url = https://github.com/tpope/vim-fugitive.git
diff --git a/.vim/autoload/pathogen.vim b/.vim/autoload/pathogen.vim
new ... |
vmingchen/profile | a27682fe5a77c322cc54dc8caafdb918964cdff0 | add command to select pasted contents | diff --git a/.vimrc b/.vimrc
index 5a04254..24c2dc3 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,265 +1,268 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 01bc2a9058a9f75911544448c9d4eaf63d15d1fd | add ubuntu vm .bashrc | diff --git a/.vim/doc/tags b/.vim/doc/tags
index bcad064..f818b4f 100644
--- a/.vim/doc/tags
+++ b/.vim/doc/tags
@@ -1,400 +1,406 @@
'NERDAllowAnyVisualDelims' NERD_commenter.txt /*'NERDAllowAnyVisualDelims'*
'NERDBlockComIgnoreEmpty' NERD_commenter.txt /*'NERDBlockComIgnoreEmpty'*
'NERDCommentWholeLinesInVMode' NER... |
vmingchen/profile | 1188fa66bcd74cbb33ae24c80ef7bac51fae934e | add ssh port forwarding | diff --git a/ssh-config b/ssh-config
index 5781192..1f6d9f9 100644
--- a/ssh-config
+++ b/ssh-config
@@ -1,32 +1,36 @@
Host cross
HostName crossroads.fsl.cs.sunysb.edu
User mchen
ForwardX11 yes
+LocalForward 9000 130.245.177.17:443
+LocalForward 9001 130.245.177.17:80
+LocalForward 9002 130.245.126.203:8443
+Dynami... |
vmingchen/profile | 55cd2a3061993594cd8f7ffdf7db9523e17ee341 | add mac bashrc | diff --git a/.bashrc b/.bashrc
index 4163dbc..e850e32 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,239 +1,238 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 27dfb2066e638af583f30c47f3802e2762a8b7ab | use linux indentation by default | diff --git a/.vimrc b/.vimrc
index 99e4646..5a04254 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,265 +1,265 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | c9bd5028459170d8c33bc1ba0635c7aee59f9e05 | replace jre1.7 with jdk1.8 | diff --git a/crossroads.fsl.cs.sunysb.edu.bashrc b/crossroads.fsl.cs.sunysb.edu.bashrc
index bdbb42b..52ea2e7 100644
--- a/crossroads.fsl.cs.sunysb.edu.bashrc
+++ b/crossroads.fsl.cs.sunysb.edu.bashrc
@@ -1,4 +1,4 @@
-export JAVA_PATH=/home/mchen/software/jre1.7.0_67
-export PATH=$JAVA_PATH/bin:$PATH
+export JAVA_HOME=... |
vmingchen/profile | 7e247647ff0c545ddf55edfabeb9d5818d62d4ca | stop at . for word motions | diff --git a/.vimrc b/.vimrc
index 9624721..95c5c18 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,259 +1,260 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 1a4cd1e6f3dc4342cf2c6726770ae2947b7699df | fix backspace | diff --git a/.vimrc b/.vimrc
index b43bca5..9a532a6 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,262 +1,264 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 825ae339c70c79899084a77f899a4878ce01e2e9 | set isfname | diff --git a/.vimrc b/.vimrc
index 9624721..b43bca5 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,259 +1,262 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | d68dda3b71a450a8bc0292b98704f1dec6a2978f | add open_reader.sh | diff --git a/open_reader.sh b/open_reader.sh
new file mode 100755
index 0000000..4ca30cf
--- /dev/null
+++ b/open_reader.sh
@@ -0,0 +1,18 @@
+#!/bin/bash -
+#=============================================================================
+# open adobe reader
+#
+# by Ming Chen, v.mingchen@gmail.com
+#==================... |
vmingchen/profile | 7e7eebdc5a97a7c5d82ae3a52e90128617e37085 | format .bashrc | diff --git a/.bashrc b/.bashrc
index a357a98..4163dbc 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,243 +1,239 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 5cc3d6ae9f770a7bc3688394b71ba2c4c9fdf77d | move ming-laptop specific configs | diff --git a/.bashrc b/.bashrc
index 5ccc78d..a357a98 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,255 +1,243 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 3e2e2671429ae0d23851fcafb5f349f0449f07c3 | remove old configurations | diff --git a/.vimrc b/.vimrc
index 3a21f7f..3cc63bd 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,268 +1,266 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | c846d0262738514d129b28ce18ace98c30b54328 | add crossroads local bashrc | diff --git a/.bashrc b/.bashrc
index 08a298e..5ccc78d 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,255 +1,255 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 7494dd6767d1ce3ee4d342c7ea041bfbcf0d9001 | add clang-format style files | diff --git a/README.mkd b/README.mkd
index 66ad177..c04a6a1 100644
--- a/README.mkd
+++ b/README.mkd
@@ -1,13 +1,26 @@
# About
Personal dot files
brianchenming@gmail.com
# Content
bash vim gdb emacs
+clang-format styles generated by
+
+ $ clang-format -style='google' -dump-config > google.clang-format
+
+ ... |
vmingchen/profile | 36d4f9904046c88b0db7c958850bbc67d05a2f18 | add clang-format.py | diff --git a/clang-format.py b/clang-format.py
new file mode 100644
index 0000000..72a8212
--- /dev/null
+++ b/clang-format.py
@@ -0,0 +1,82 @@
+# This file is a minimal clang-format vim-integration. To install:
+# - Change 'binary' if clang-format is not on the path (see below).
+# - Add to your .vimrc:
+#
+# map <C... |
vmingchen/profile | 2605ab275ba749f302465fc3802c97bb205771c0 | do not highlight columns wider than 80 | diff --git a/.bashrc b/.bashrc
index 261fbfc..232b39b 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,260 +1,259 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | 3758fe5e254d3d3c7a720d5aa8c975a91c755ddb | add clang-format into vimrc | diff --git a/.vimrc b/.vimrc
index eef67b1..b2505bb 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,269 +1,272 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | c6ebbb6020f6f69bc7dc926bcc6529d3ca8d6227 | small clean up | diff --git a/.bashrc b/.bashrc
index 261fbfc..1012cd9 100644
--- a/.bashrc
+++ b/.bashrc
@@ -1,260 +1,256 @@
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# If not running interactively, don't do anything
[ -z "$PS... |
vmingchen/profile | bafe516e1b6b01ac84ff5975f1adcfacedf74380 | do not highlight columns > 80 | diff --git a/.vimrc b/.vimrc
index eef67b1..e0a493c 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,269 +1,265 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 6371018a1441efd98cb0af7343c850230c5833ff | add cinoption | diff --git a/.vimrc b/.vimrc
index 9b2a38a..bc00482 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,254 +1,259 @@
" This must be first, because it changes other options as a side effect.
set nocompatible
" scheme, other cool colorscheme: wombat
colorscheme desert
" enable plugins
syntax on
filetype on
filetype plugi... |
vmingchen/profile | 5d4b761c5d6c29536d078210a75e6c19f1bb264c | add detectindent plugin | diff --git a/.vim/doc/detectindent.txt b/.vim/doc/detectindent.txt
new file mode 100644
index 0000000..ed7e50b
--- /dev/null
+++ b/.vim/doc/detectindent.txt
@@ -0,0 +1,44 @@
+*detectindent.txt* The Detect Indent Plugin 1.0, Jan 04, 2005
+
+Author: Ciaran McCreesh <ciaran.mccreesh at googlemail.com>
+
+===========... |
vmingchen/profile | 2c5869565086cfa09fb46b5542768e4a66f3d011 | fix git send-email problem | diff --git a/.gitconfig b/.gitconfig
index f3bc63e..45129e9 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -1,28 +1,29 @@
[user]
name = Ming Chen
email = v.mingchen@gmail.com
[branch "master"]
remote = origin
merge = refs/heads/master
[color]
ui = auto
[core]
editor = vim
[merge]
tool = vi... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.