Skip to content

vmingchen/profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 --recursive"

  3. run link.sh

  4. Setup vim by open vim and run ":PluginInstall"

Content

bash vim gdb emacs

clang-format styles generated by

$ clang-format -style='google' -dump-config > google.clang-format

$ clang-format -style='{BasedOnStyle: Google, IndentWidth: 8}' -dump-config
    > ganesha.clang-format

$ clang-format -style='{BasedOnStyle: LLVM, IndentWidth: 8, UseTab: Always,
    BreakBeforeBraces: Linux, AllowShortIfStatementsOnASingleLine: false,
    IndentCaseLabels: false}' -dump-config > linux.clang-format

as described at http://clang.llvm.org/docs/ClangFormat.html

Install

$ cd ~
$ git clone git://github.com/vmingchen/profile.git
$ cd profile
$ ./link.sh

Supported Software

Mac: 1. Karabiner: karabiner-private.xml

About

dot files (.vimrc, .bashrc ...) and conf files (/etc/rc.local ...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published