gitextract_0vxcr2cu/ ├── .Xdefaults ├── .Xmodmap ├── .bash_profile ├── .bashrc ├── .config/ │ ├── git/ │ │ ├── config │ │ ├── config.colors.dark │ │ ├── config.colors.light │ │ └── template/ │ │ └── hooks/ │ │ ├── post-applypatch │ │ ├── post-checkout │ │ ├── post-commit │ │ ├── post-merge │ │ ├── post-rewrite │ │ └── pre-commit │ ├── karabiner/ │ │ └── assets/ │ │ └── complex_modifications/ │ │ ├── any.json │ │ └── keychron-k6.json │ └── rg/ │ └── rgrc ├── .ctags ├── .emacs.d/ │ ├── configs/ │ │ ├── erlang.el │ │ └── haskell.el │ └── init.el ├── .gemrc ├── .gitignore ├── .gnupg/ │ ├── gpg-agent.conf │ └── gpg.conf ├── .hgrc ├── .iex.exs ├── .inputrc ├── .irbrc ├── .lldbinit ├── .macos ├── .misc/ │ ├── YellowLight.itermcolors │ └── neovim-local.mk ├── .profile ├── .pryrc ├── .psqlrc ├── .pypirc ├── .rtorrent.rc ├── .shrc ├── .tmux.conf ├── .travis.yml ├── .vim/ │ ├── autoload/ │ │ └── mhi.vim │ ├── colors/ │ │ └── fnord.vim │ ├── lua/ │ │ └── config.lua │ └── vimrc ├── .weechat/ │ └── weechat.conf ├── .xinitrc ├── .yarnrc ├── .zsh/ │ ├── .zlogout │ ├── .zprofile │ ├── .zshrc │ ├── completion/ │ │ └── _mix │ ├── dircolors.dark │ └── dircolors.light ├── .zshenv ├── README.md ├── bin/ │ ├── battery │ ├── book │ ├── book.erl │ ├── book.go │ ├── bootstrap-homebrew │ ├── bootstrap-host │ ├── bootstrap-ruby │ ├── bootstrap-vim │ ├── build-angband │ ├── build-elixir │ ├── build-erlang │ ├── build-git │ ├── build-go │ ├── build-htop │ ├── build-tmux │ ├── build-vim │ ├── build-zsh │ ├── busy │ ├── c_rocks │ ├── dotfiles │ ├── ec │ ├── english │ ├── english-notification │ ├── fix-term │ ├── gem-info │ ├── git-ctags │ ├── git-neck │ ├── git-standup │ ├── git-to │ ├── git-trail │ ├── git-whereami │ ├── itb │ ├── man │ ├── markov │ ├── mhi │ ├── mhi-fix │ ├── mhi-net │ ├── numsys │ ├── s3cp │ ├── s3ls │ ├── s3rm │ ├── s3screenshot │ ├── shell_function_missing │ ├── svn-clean │ ├── svn-stats │ ├── task │ ├── tips │ ├── twump │ ├── unbook │ ├── unixsniff │ ├── vm │ ├── weasel │ ├── wlan │ └── zproc └── english.yaml