Skip to content

Instantly share code, notes, and snippets.

View lidgen's full-sized avatar

Lidgen lidgen

  • Dragon Sight Force Limited
  • Hong Kong
View GitHub Profile
@lidgen
lidgen / .gitconfig
Created November 18, 2017 22:56
configuration for git
[user]
email = myemail
name = myname
[core]
autocrlf = true
safecrlf = false
whitespace = trailing-space,cr-at-eol
fileMode = false
[color]
ui = auto
@lidgen
lidgen / .inputrc
Last active November 18, 2017 11:08
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
@lidgen
lidgen / sublime3usersettings.json
Last active December 4, 2017 04:05
sublime 3 user settings
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"auto_complete_triggers":
[
{
"characters": ".",
"selector": "source.python - string - comment - constant.numeric"
}
],
@lidgen
lidgen / .vimrc
Created August 4, 2017 04:57
vim settings
" http://blog.csdn.net/wklken/article/details/8044678
set history=1000
filetype indent on
filetype plugin on
filetype plugin indent on
@lidgen
lidgen / .bashrc
Last active December 4, 2017 03:41
bashrc
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export HISTTIMEFORMAT="%d.%m.%y %T "
# EXPORT