├── .editorconfig ├── .gitignore ├── .gitmodules ├── LICENSE ├── README.md ├── atom ├── .gitignore ├── README.md ├── config.cson ├── github.cson ├── init.coffee ├── keymap.cson ├── kite-config.json ├── my-packages.txt ├── packages │ └── README.md ├── snippets.cson └── styles.less ├── bash ├── README.md ├── bash_inc │ ├── .gitignore │ ├── aliases │ ├── bash_prompt │ ├── exports │ └── functions ├── bash_profile └── bashrc ├── bin ├── README.md ├── chrome ├── code ├── codesigner ├── coordtransform ├── fix-virtualenv ├── pdf2png └── trash ├── clash ├── README.md ├── parsers.yaml └── ruleset │ ├── _backup_external_rules.sh │ ├── _deploy_all_rules.sh │ ├── _deploy_custom_rules.sh │ ├── custom-direct.yaml │ ├── custom-proxy-us.yaml │ ├── custom-proxy.yaml │ ├── gfw.yaml │ ├── greatfire.yaml │ ├── private.yaml │ ├── telegramcidr.yaml │ └── tld-not-cn.yaml ├── dircolors ├── README.md └── dircolors ├── editor-config ├── README.md └── editorconfig ├── exelban-stats ├── README.md └── Stats.plist ├── git ├── .gitignore ├── README.md ├── gitconfig └── gitignore ├── gnupg ├── README.md ├── gpg-agent.conf └── gpg.conf ├── goagent ├── .editorconfig ├── 20150712-3.0 │ └── proxy.ini ├── 3.1.22 │ └── proxy.ini ├── 3.1.25 │ └── proxy.ini ├── 3.1.6 │ └── proxy.ini ├── 3.2.3 │ └── proxy.ini ├── README.md └── iplist.ini.zip ├── istat-menus ├── README.md └── istat-menus-settings.ismp ├── iterm2 ├── README.md ├── myprofile.json └── preferences │ └── com.googlecode.iterm2.plist ├── jetbrains └── pycharm3 │ ├── IntelliJ IDEA Global Settings │ ├── codestyles │ └── Default _1_.xml │ ├── colors │ ├── DarculaCalf.icls │ ├── Solarized Dark.icls │ └── Solarized Light.icls │ ├── fileTemplates │ └── internal │ │ ├── Python Script.py │ │ └── Python Unit Test.py │ ├── inspection │ └── Default.xml │ ├── installed.txt │ ├── options │ ├── abbreviations.xml │ ├── code.style.schemes.xml │ ├── colors.scheme.xml │ ├── editor.codeinsight.xml │ ├── editor.xml │ ├── file.template.settings.xml │ ├── filetypes.xml │ ├── ide.general.xml │ ├── jdk.table.xml │ ├── keymap.xml │ ├── notifications.xml │ ├── project.default.xml │ ├── template.settings.xml │ ├── ui.lnf.xml │ └── webServers.xml │ └── quicklists │ └── Deployment.xml ├── mark-text ├── README.md └── preference.md ├── proxy-auto-config ├── README.md └── user-rule.txt ├── pry ├── README.md └── pryrc ├── rime-removed ├── essay.txt ├── key_bindings.yaml ├── luna_pinyin.dict.yaml ├── luna_pinyin.schema.yaml ├── luna_pinyin_fluency.schema.yaml ├── luna_pinyin_simp.schema.yaml ├── luna_pinyin_tw.schema.yaml ├── luna_quanpin.schema.yaml ├── pinyin.yaml ├── punctuation.yaml ├── rime.lua ├── symbols.yaml ├── terra_pinyin.dict.yaml ├── terra_pinyin.schema.yaml └── zhuyin.yaml ├── rime ├── .editorconfig ├── .gitignore ├── README.md ├── cn_dicts │ ├── 41448.dict.yaml │ ├── 8105.dict.yaml │ ├── base.dict.yaml │ ├── ext.dict.yaml │ ├── others.dict.yaml │ └── tencent.dict.yaml ├── custom_phrase.txt ├── default.custom.yaml ├── default.yaml ├── double_pinyin.schema.yaml ├── double_pinyin_abc.schema.yaml ├── double_pinyin_flypy.custom.yaml ├── double_pinyin_flypy.schema.yaml ├── double_pinyin_jiajia.schema.yaml ├── double_pinyin_mspy.schema.yaml ├── double_pinyin_sogou.schema.yaml ├── double_pinyin_ziguang.schema.yaml ├── en_dicts │ ├── cn_en.txt │ ├── cn_en_abc.txt │ ├── cn_en_double_pinyin.txt │ ├── cn_en_flypy.txt │ ├── cn_en_jiajia.txt │ ├── cn_en_mspy.txt │ ├── cn_en_sogou.txt │ ├── cn_en_ziguang.txt │ ├── en.dict.yaml │ └── en_ext.dict.yaml ├── hamster.custom.yaml ├── lua │ ├── autocap_filter.lua │ ├── calc_translator.lua │ ├── cn_en_spacer.lua │ ├── cold_word_drop │ │ ├── drop_words.lua │ │ ├── filter.lua │ │ ├── hide_words.lua │ │ ├── logger.lua │ │ ├── metatable.lua │ │ ├── processor.lua │ │ ├── reduce_freq_words.lua │ │ └── string.lua │ ├── corrector.lua │ ├── date_translator.lua │ ├── debuger.lua │ ├── en_spacer.lua │ ├── force_gc.lua │ ├── is_in_user_dict.lua │ ├── long_word_filter.lua │ ├── lunar.lua │ ├── number_translator.lua │ ├── pin_cand_filter.lua │ ├── reduce_english_filter.lua │ ├── search.lua │ ├── select_character.lua │ ├── t9_preedit.lua │ ├── unicode.lua │ ├── uuid.lua │ └── v_filter.lua ├── melt_eng.dict.yaml ├── melt_eng.schema.yaml ├── opencc │ ├── custom.txt │ ├── emoji.json │ ├── emoji.txt │ └── others.txt ├── radical_pinyin.dict.yaml ├── radical_pinyin.schema.yaml ├── rime_ice.custom.dict.yaml ├── rime_ice.custom.yaml ├── rime_ice.dict.yaml ├── rime_ice.schema.yaml ├── squirrel.custom.yaml ├── squirrel.yaml ├── symbols_caps_v.yaml ├── symbols_v.yaml ├── t9.schema.yaml ├── weasel.custom.yaml ├── weasel.yaml └── webdavignore ├── rvm ├── README.md └── rvmrc ├── sublime-text-2 ├── sublime-text ├── .gitignore ├── Distraction Free.sublime-settings ├── Package Control.sublime-settings ├── Preferences.sublime-settings └── README.md ├── switchy-omega ├── OmegaOptions.bak ├── README.md ├── clean_omega.py └── omega_options.json ├── typora ├── README.md └── preference.yaml ├── v2ray ├── README.md └── config.json ├── vim ├── .gitignore ├── README.md ├── autoload │ └── pathogen.vim └── vimrc └── zsh ├── README.md ├── zsh-custom ├── .gitignore ├── __path.zsh ├── aliases.zsh ├── example.zsh ├── exports.zsh ├── functions.zsh ├── plugins │ └── example │ │ └── example.plugin.zsh └── themes │ ├── calfzhou.zsh-theme │ └── example.zsh-theme └── zshrc /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | _personal 2 | !bin 3 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/.gitmodules -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/README.md -------------------------------------------------------------------------------- /atom/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/.gitignore -------------------------------------------------------------------------------- /atom/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/README.md -------------------------------------------------------------------------------- /atom/config.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/config.cson -------------------------------------------------------------------------------- /atom/github.cson: -------------------------------------------------------------------------------- 1 | # Store non-visible GitHub package state. 2 | -------------------------------------------------------------------------------- /atom/init.coffee: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/init.coffee -------------------------------------------------------------------------------- /atom/keymap.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/keymap.cson -------------------------------------------------------------------------------- /atom/kite-config.json: -------------------------------------------------------------------------------- 1 | { 2 | "distinctID": "96b2caa47f2646226eb212bef2ce6a46f93e6e74" 3 | } -------------------------------------------------------------------------------- /atom/my-packages.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/my-packages.txt -------------------------------------------------------------------------------- /atom/packages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/packages/README.md -------------------------------------------------------------------------------- /atom/snippets.cson: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/snippets.cson -------------------------------------------------------------------------------- /atom/styles.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/atom/styles.less -------------------------------------------------------------------------------- /bash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bash/README.md -------------------------------------------------------------------------------- /bash/bash_inc/.gitignore: -------------------------------------------------------------------------------- 1 | path 2 | extra 3 | -------------------------------------------------------------------------------- /bash/bash_inc/aliases: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bash/bash_inc/aliases -------------------------------------------------------------------------------- /bash/bash_inc/bash_prompt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bash/bash_inc/bash_prompt -------------------------------------------------------------------------------- /bash/bash_inc/exports: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bash/bash_inc/exports -------------------------------------------------------------------------------- /bash/bash_inc/functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bash/bash_inc/functions -------------------------------------------------------------------------------- /bash/bash_profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bash/bash_profile -------------------------------------------------------------------------------- /bash/bashrc: -------------------------------------------------------------------------------- 1 | [ -n "$PS1" ] && source ~/.bash_profile; 2 | -------------------------------------------------------------------------------- /bin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/README.md -------------------------------------------------------------------------------- /bin/chrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/chrome -------------------------------------------------------------------------------- /bin/code: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/code -------------------------------------------------------------------------------- /bin/codesigner: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/codesigner -------------------------------------------------------------------------------- /bin/coordtransform: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/coordtransform -------------------------------------------------------------------------------- /bin/fix-virtualenv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/fix-virtualenv -------------------------------------------------------------------------------- /bin/pdf2png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/pdf2png -------------------------------------------------------------------------------- /bin/trash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/bin/trash -------------------------------------------------------------------------------- /clash/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/README.md -------------------------------------------------------------------------------- /clash/parsers.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/parsers.yaml -------------------------------------------------------------------------------- /clash/ruleset/_backup_external_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/_backup_external_rules.sh -------------------------------------------------------------------------------- /clash/ruleset/_deploy_all_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/_deploy_all_rules.sh -------------------------------------------------------------------------------- /clash/ruleset/_deploy_custom_rules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/_deploy_custom_rules.sh -------------------------------------------------------------------------------- /clash/ruleset/custom-direct.yaml: -------------------------------------------------------------------------------- 1 | payload: 2 | - DOMAIN-SUFFIX,baidu.com 3 | -------------------------------------------------------------------------------- /clash/ruleset/custom-proxy-us.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/custom-proxy-us.yaml -------------------------------------------------------------------------------- /clash/ruleset/custom-proxy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/custom-proxy.yaml -------------------------------------------------------------------------------- /clash/ruleset/gfw.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/gfw.yaml -------------------------------------------------------------------------------- /clash/ruleset/greatfire.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/greatfire.yaml -------------------------------------------------------------------------------- /clash/ruleset/private.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/private.yaml -------------------------------------------------------------------------------- /clash/ruleset/telegramcidr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/telegramcidr.yaml -------------------------------------------------------------------------------- /clash/ruleset/tld-not-cn.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/clash/ruleset/tld-not-cn.yaml -------------------------------------------------------------------------------- /dircolors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/dircolors/README.md -------------------------------------------------------------------------------- /dircolors/dircolors: -------------------------------------------------------------------------------- 1 | ../_include/dircolors-solarized/dircolors.256dark -------------------------------------------------------------------------------- /editor-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/editor-config/README.md -------------------------------------------------------------------------------- /editor-config/editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/editor-config/editorconfig -------------------------------------------------------------------------------- /exelban-stats/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/exelban-stats/README.md -------------------------------------------------------------------------------- /exelban-stats/Stats.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/exelban-stats/Stats.plist -------------------------------------------------------------------------------- /git/.gitignore: -------------------------------------------------------------------------------- 1 | gitconfig_custom 2 | -------------------------------------------------------------------------------- /git/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/git/README.md -------------------------------------------------------------------------------- /git/gitconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/git/gitconfig -------------------------------------------------------------------------------- /git/gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/git/gitignore -------------------------------------------------------------------------------- /gnupg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/gnupg/README.md -------------------------------------------------------------------------------- /gnupg/gpg-agent.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/gnupg/gpg-agent.conf -------------------------------------------------------------------------------- /gnupg/gpg.conf: -------------------------------------------------------------------------------- 1 | keyid-format 0xlong 2 | with-fingerprint 3 | -------------------------------------------------------------------------------- /goagent/.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/.editorconfig -------------------------------------------------------------------------------- /goagent/20150712-3.0/proxy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/20150712-3.0/proxy.ini -------------------------------------------------------------------------------- /goagent/3.1.22/proxy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/3.1.22/proxy.ini -------------------------------------------------------------------------------- /goagent/3.1.25/proxy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/3.1.25/proxy.ini -------------------------------------------------------------------------------- /goagent/3.1.6/proxy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/3.1.6/proxy.ini -------------------------------------------------------------------------------- /goagent/3.2.3/proxy.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/3.2.3/proxy.ini -------------------------------------------------------------------------------- /goagent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/README.md -------------------------------------------------------------------------------- /goagent/iplist.ini.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/goagent/iplist.ini.zip -------------------------------------------------------------------------------- /istat-menus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/istat-menus/README.md -------------------------------------------------------------------------------- /istat-menus/istat-menus-settings.ismp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/istat-menus/istat-menus-settings.ismp -------------------------------------------------------------------------------- /iterm2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/iterm2/README.md -------------------------------------------------------------------------------- /iterm2/myprofile.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/iterm2/myprofile.json -------------------------------------------------------------------------------- /iterm2/preferences/com.googlecode.iterm2.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/iterm2/preferences/com.googlecode.iterm2.plist -------------------------------------------------------------------------------- /jetbrains/pycharm3/IntelliJ IDEA Global Settings: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /jetbrains/pycharm3/codestyles/Default _1_.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/codestyles/Default _1_.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/colors/DarculaCalf.icls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/colors/DarculaCalf.icls -------------------------------------------------------------------------------- /jetbrains/pycharm3/colors/Solarized Dark.icls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/colors/Solarized Dark.icls -------------------------------------------------------------------------------- /jetbrains/pycharm3/colors/Solarized Light.icls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/colors/Solarized Light.icls -------------------------------------------------------------------------------- /jetbrains/pycharm3/fileTemplates/internal/Python Script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/fileTemplates/internal/Python Script.py -------------------------------------------------------------------------------- /jetbrains/pycharm3/fileTemplates/internal/Python Unit Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/fileTemplates/internal/Python Unit Test.py -------------------------------------------------------------------------------- /jetbrains/pycharm3/inspection/Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/inspection/Default.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/installed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/installed.txt -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/abbreviations.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/abbreviations.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/code.style.schemes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/code.style.schemes.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/colors.scheme.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/colors.scheme.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/editor.codeinsight.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/editor.codeinsight.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/editor.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/editor.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/file.template.settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/file.template.settings.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/filetypes.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/filetypes.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/ide.general.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/ide.general.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/jdk.table.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/jdk.table.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/keymap.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/keymap.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/notifications.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/notifications.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/project.default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/project.default.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/template.settings.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/template.settings.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/ui.lnf.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/ui.lnf.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/options/webServers.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/options/webServers.xml -------------------------------------------------------------------------------- /jetbrains/pycharm3/quicklists/Deployment.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/jetbrains/pycharm3/quicklists/Deployment.xml -------------------------------------------------------------------------------- /mark-text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/mark-text/README.md -------------------------------------------------------------------------------- /mark-text/preference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/mark-text/preference.md -------------------------------------------------------------------------------- /proxy-auto-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/proxy-auto-config/README.md -------------------------------------------------------------------------------- /proxy-auto-config/user-rule.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/proxy-auto-config/user-rule.txt -------------------------------------------------------------------------------- /pry/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/pry/README.md -------------------------------------------------------------------------------- /pry/pryrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/pry/pryrc -------------------------------------------------------------------------------- /rime-removed/essay.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/essay.txt -------------------------------------------------------------------------------- /rime-removed/key_bindings.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/key_bindings.yaml -------------------------------------------------------------------------------- /rime-removed/luna_pinyin.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/luna_pinyin.dict.yaml -------------------------------------------------------------------------------- /rime-removed/luna_pinyin.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/luna_pinyin.schema.yaml -------------------------------------------------------------------------------- /rime-removed/luna_pinyin_fluency.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/luna_pinyin_fluency.schema.yaml -------------------------------------------------------------------------------- /rime-removed/luna_pinyin_simp.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/luna_pinyin_simp.schema.yaml -------------------------------------------------------------------------------- /rime-removed/luna_pinyin_tw.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/luna_pinyin_tw.schema.yaml -------------------------------------------------------------------------------- /rime-removed/luna_quanpin.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/luna_quanpin.schema.yaml -------------------------------------------------------------------------------- /rime-removed/pinyin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/pinyin.yaml -------------------------------------------------------------------------------- /rime-removed/punctuation.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/punctuation.yaml -------------------------------------------------------------------------------- /rime-removed/rime.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/rime.lua -------------------------------------------------------------------------------- /rime-removed/symbols.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/symbols.yaml -------------------------------------------------------------------------------- /rime-removed/terra_pinyin.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/terra_pinyin.dict.yaml -------------------------------------------------------------------------------- /rime-removed/terra_pinyin.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/terra_pinyin.schema.yaml -------------------------------------------------------------------------------- /rime-removed/zhuyin.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime-removed/zhuyin.yaml -------------------------------------------------------------------------------- /rime/.editorconfig: -------------------------------------------------------------------------------- 1 | [*.dict.yaml] 2 | indent_style = tab 3 | -------------------------------------------------------------------------------- /rime/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/.gitignore -------------------------------------------------------------------------------- /rime/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/README.md -------------------------------------------------------------------------------- /rime/cn_dicts/41448.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/cn_dicts/41448.dict.yaml -------------------------------------------------------------------------------- /rime/cn_dicts/8105.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/cn_dicts/8105.dict.yaml -------------------------------------------------------------------------------- /rime/cn_dicts/base.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/cn_dicts/base.dict.yaml -------------------------------------------------------------------------------- /rime/cn_dicts/ext.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/cn_dicts/ext.dict.yaml -------------------------------------------------------------------------------- /rime/cn_dicts/others.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/cn_dicts/others.dict.yaml -------------------------------------------------------------------------------- /rime/cn_dicts/tencent.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/cn_dicts/tencent.dict.yaml -------------------------------------------------------------------------------- /rime/custom_phrase.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/custom_phrase.txt -------------------------------------------------------------------------------- /rime/default.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/default.custom.yaml -------------------------------------------------------------------------------- /rime/default.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/default.yaml -------------------------------------------------------------------------------- /rime/double_pinyin.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin.schema.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_abc.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_abc.schema.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_flypy.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_flypy.custom.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_flypy.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_flypy.schema.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_jiajia.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_jiajia.schema.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_mspy.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_mspy.schema.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_sogou.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_sogou.schema.yaml -------------------------------------------------------------------------------- /rime/double_pinyin_ziguang.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/double_pinyin_ziguang.schema.yaml -------------------------------------------------------------------------------- /rime/en_dicts/cn_en.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_abc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_abc.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_double_pinyin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_double_pinyin.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_flypy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_flypy.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_jiajia.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_jiajia.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_mspy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_mspy.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_sogou.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_sogou.txt -------------------------------------------------------------------------------- /rime/en_dicts/cn_en_ziguang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/cn_en_ziguang.txt -------------------------------------------------------------------------------- /rime/en_dicts/en.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/en.dict.yaml -------------------------------------------------------------------------------- /rime/en_dicts/en_ext.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/en_dicts/en_ext.dict.yaml -------------------------------------------------------------------------------- /rime/hamster.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/hamster.custom.yaml -------------------------------------------------------------------------------- /rime/lua/autocap_filter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/autocap_filter.lua -------------------------------------------------------------------------------- /rime/lua/calc_translator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/calc_translator.lua -------------------------------------------------------------------------------- /rime/lua/cn_en_spacer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cn_en_spacer.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/drop_words.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/drop_words.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/filter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/filter.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/hide_words.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/hide_words.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/logger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/logger.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/metatable.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/metatable.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/processor.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/processor.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/reduce_freq_words.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/reduce_freq_words.lua -------------------------------------------------------------------------------- /rime/lua/cold_word_drop/string.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/cold_word_drop/string.lua -------------------------------------------------------------------------------- /rime/lua/corrector.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/corrector.lua -------------------------------------------------------------------------------- /rime/lua/date_translator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/date_translator.lua -------------------------------------------------------------------------------- /rime/lua/debuger.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/debuger.lua -------------------------------------------------------------------------------- /rime/lua/en_spacer.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/en_spacer.lua -------------------------------------------------------------------------------- /rime/lua/force_gc.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/force_gc.lua -------------------------------------------------------------------------------- /rime/lua/is_in_user_dict.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/is_in_user_dict.lua -------------------------------------------------------------------------------- /rime/lua/long_word_filter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/long_word_filter.lua -------------------------------------------------------------------------------- /rime/lua/lunar.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/lunar.lua -------------------------------------------------------------------------------- /rime/lua/number_translator.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/number_translator.lua -------------------------------------------------------------------------------- /rime/lua/pin_cand_filter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/pin_cand_filter.lua -------------------------------------------------------------------------------- /rime/lua/reduce_english_filter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/reduce_english_filter.lua -------------------------------------------------------------------------------- /rime/lua/search.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/search.lua -------------------------------------------------------------------------------- /rime/lua/select_character.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/select_character.lua -------------------------------------------------------------------------------- /rime/lua/t9_preedit.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/t9_preedit.lua -------------------------------------------------------------------------------- /rime/lua/unicode.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/unicode.lua -------------------------------------------------------------------------------- /rime/lua/uuid.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/uuid.lua -------------------------------------------------------------------------------- /rime/lua/v_filter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/lua/v_filter.lua -------------------------------------------------------------------------------- /rime/melt_eng.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/melt_eng.dict.yaml -------------------------------------------------------------------------------- /rime/melt_eng.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/melt_eng.schema.yaml -------------------------------------------------------------------------------- /rime/opencc/custom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/opencc/custom.txt -------------------------------------------------------------------------------- /rime/opencc/emoji.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/opencc/emoji.json -------------------------------------------------------------------------------- /rime/opencc/emoji.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/opencc/emoji.txt -------------------------------------------------------------------------------- /rime/opencc/others.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/opencc/others.txt -------------------------------------------------------------------------------- /rime/radical_pinyin.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/radical_pinyin.dict.yaml -------------------------------------------------------------------------------- /rime/radical_pinyin.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/radical_pinyin.schema.yaml -------------------------------------------------------------------------------- /rime/rime_ice.custom.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/rime_ice.custom.dict.yaml -------------------------------------------------------------------------------- /rime/rime_ice.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/rime_ice.custom.yaml -------------------------------------------------------------------------------- /rime/rime_ice.dict.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/rime_ice.dict.yaml -------------------------------------------------------------------------------- /rime/rime_ice.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/rime_ice.schema.yaml -------------------------------------------------------------------------------- /rime/squirrel.custom.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/squirrel.custom.yaml -------------------------------------------------------------------------------- /rime/squirrel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/squirrel.yaml -------------------------------------------------------------------------------- /rime/symbols_caps_v.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/symbols_caps_v.yaml -------------------------------------------------------------------------------- /rime/symbols_v.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/symbols_v.yaml -------------------------------------------------------------------------------- /rime/t9.schema.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/t9.schema.yaml -------------------------------------------------------------------------------- /rime/weasel.custom.yaml: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rime/weasel.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/weasel.yaml -------------------------------------------------------------------------------- /rime/webdavignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rime/webdavignore -------------------------------------------------------------------------------- /rvm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rvm/README.md -------------------------------------------------------------------------------- /rvm/rvmrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/rvm/rvmrc -------------------------------------------------------------------------------- /sublime-text-2: -------------------------------------------------------------------------------- 1 | sublime-text/ -------------------------------------------------------------------------------- /sublime-text/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/sublime-text/.gitignore -------------------------------------------------------------------------------- /sublime-text/Distraction Free.sublime-settings: -------------------------------------------------------------------------------- 1 | { 2 | "update_check": false 3 | } 4 | -------------------------------------------------------------------------------- /sublime-text/Package Control.sublime-settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/sublime-text/Package Control.sublime-settings -------------------------------------------------------------------------------- /sublime-text/Preferences.sublime-settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/sublime-text/Preferences.sublime-settings -------------------------------------------------------------------------------- /sublime-text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/sublime-text/README.md -------------------------------------------------------------------------------- /switchy-omega/OmegaOptions.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/switchy-omega/OmegaOptions.bak -------------------------------------------------------------------------------- /switchy-omega/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/switchy-omega/README.md -------------------------------------------------------------------------------- /switchy-omega/clean_omega.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/switchy-omega/clean_omega.py -------------------------------------------------------------------------------- /switchy-omega/omega_options.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/switchy-omega/omega_options.json -------------------------------------------------------------------------------- /typora/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/typora/README.md -------------------------------------------------------------------------------- /typora/preference.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/typora/preference.yaml -------------------------------------------------------------------------------- /v2ray/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/v2ray/README.md -------------------------------------------------------------------------------- /v2ray/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/v2ray/config.json -------------------------------------------------------------------------------- /vim/.gitignore: -------------------------------------------------------------------------------- 1 | .netrwhist 2 | -------------------------------------------------------------------------------- /vim/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/vim/README.md -------------------------------------------------------------------------------- /vim/autoload/pathogen.vim: -------------------------------------------------------------------------------- 1 | ../../_include/vim-pathogen/autoload/pathogen.vim -------------------------------------------------------------------------------- /vim/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/vim/vimrc -------------------------------------------------------------------------------- /zsh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/README.md -------------------------------------------------------------------------------- /zsh/zsh-custom/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/.gitignore -------------------------------------------------------------------------------- /zsh/zsh-custom/__path.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/__path.zsh -------------------------------------------------------------------------------- /zsh/zsh-custom/aliases.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/aliases.zsh -------------------------------------------------------------------------------- /zsh/zsh-custom/example.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/example.zsh -------------------------------------------------------------------------------- /zsh/zsh-custom/exports.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/exports.zsh -------------------------------------------------------------------------------- /zsh/zsh-custom/functions.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/functions.zsh -------------------------------------------------------------------------------- /zsh/zsh-custom/plugins/example/example.plugin.zsh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/plugins/example/example.plugin.zsh -------------------------------------------------------------------------------- /zsh/zsh-custom/themes/calfzhou.zsh-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/themes/calfzhou.zsh-theme -------------------------------------------------------------------------------- /zsh/zsh-custom/themes/example.zsh-theme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zsh-custom/themes/example.zsh-theme -------------------------------------------------------------------------------- /zsh/zshrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/calfzhou/dotfiles/HEAD/zsh/zshrc --------------------------------------------------------------------------------