From 8a2e1006b3b272126332aa064f3ad95387129544 Mon Sep 17 00:00:00 2001 From: Biswakalyan Bhuyan Date: Thu, 13 Feb 2025 14:13:49 +0530 Subject: new dot files --- .config/cava/config | 4 +- .config/cava/shaders/bar_spectrum.frag | 79 + .config/cava/shaders/northern_lights.frag | 34 + .config/cava/shaders/pass_through.vert | 14 + .config/gtk-2.0/gtkfilechooser.ini | 8 +- .config/gtk-2.0/gtkrc-2.0 | 6 +- .config/gtk-3.0/settings.ini | 3 +- .config/mpd/database | Bin 0 -> 24696 bytes .config/nvim/.stylua.toml | 6 + .config/nvim/LICENSE | 24 + .config/nvim/README.md | 9 + .config/nvim/init.lua | 73 + .config/nvim/lazy-lock.json | 32 + .config/nvim/lua/chadrc.lua | 18 + .config/nvim/lua/configs/conform.lua | 15 + .config/nvim/lua/configs/lazy.lua | 47 + .config/nvim/lua/configs/lspconfig.lua | 67 + .config/nvim/lua/mappings.lua | 10 + .config/nvim/lua/options.lua | 6 + .config/nvim/lua/plugins/init.lua | 80 + .config/nvim/pywal/LICENSE | 674 + .config/nvim/pywal/README.md | 38 + .config/nvim/pywal/chadwal.py | 120 + .config/nvim/pywal/dark.lua | 70 + .config/nvim/pywal/light.lua | 70 + .config/nvim/pywal/matugen.lua | 81 + .config/shell/profile | 4 +- .config/shell/shortcutenvrc | 30 + .config/wal/templates/base46-dark.lua | 70 + .config/wal/templates/dunstrc | 15 +- .config/x11/xprofile | 2 +- .config/x11/xresources | 2 +- .config/zsh/.zcompdump | 654 +- .config/zsh/.zshrc | 12 +- .config/zsh/oh-my-zsh/CODE_OF_CONDUCT.md | 76 + .config/zsh/oh-my-zsh/CONTRIBUTING.md | 224 + .config/zsh/oh-my-zsh/LICENSE.txt | 21 + .config/zsh/oh-my-zsh/README.md | 367 + .config/zsh/oh-my-zsh/SECURITY.md | 24 + .config/zsh/oh-my-zsh/cache/.gitkeep | 0 .config/zsh/oh-my-zsh/cache/.zsh-update | 1 + .config/zsh/oh-my-zsh/cache/grep-alias | 3 + .config/zsh/oh-my-zsh/custom/example.zsh | 10 + .../custom/plugins/example/example.plugin.zsh | 2 + .../zsh/oh-my-zsh/custom/themes/example.zsh-theme | 4 + .config/zsh/oh-my-zsh/lib/bzr.zsh | 10 + .config/zsh/oh-my-zsh/lib/cli.zsh | 820 + .config/zsh/oh-my-zsh/lib/clipboard.zsh | 107 + .config/zsh/oh-my-zsh/lib/compfix.zsh | 44 + .config/zsh/oh-my-zsh/lib/completion.zsh | 78 + .config/zsh/oh-my-zsh/lib/correction.zsh | 15 + .config/zsh/oh-my-zsh/lib/diagnostics.zsh | 353 + .config/zsh/oh-my-zsh/lib/directories.zsh | 38 + .config/zsh/oh-my-zsh/lib/functions.zsh | 255 + .config/zsh/oh-my-zsh/lib/git.zsh | 281 + .config/zsh/oh-my-zsh/lib/grep.zsh | 41 + .config/zsh/oh-my-zsh/lib/history.zsh | 40 + .config/zsh/oh-my-zsh/lib/key-bindings.zsh | 138 + .config/zsh/oh-my-zsh/lib/misc.zsh | 35 + .config/zsh/oh-my-zsh/lib/nvm.zsh | 6 + .../zsh/oh-my-zsh/lib/prompt_info_functions.zsh | 43 + .config/zsh/oh-my-zsh/lib/spectrum.zsh | 37 + .config/zsh/oh-my-zsh/lib/termsupport.zsh | 136 + .config/zsh/oh-my-zsh/lib/theme-and-appearance.zsh | 59 + .config/zsh/oh-my-zsh/lib/vcs_info.zsh | 53 + .config/zsh/oh-my-zsh/log/.gitkeep | 0 .config/zsh/oh-my-zsh/oh-my-zsh.sh | 187 + .../plugins/1password/1password.plugin.zsh | 9 + .config/zsh/oh-my-zsh/plugins/1password/README.md | 38 + .config/zsh/oh-my-zsh/plugins/1password/_opswd | 19 + .config/zsh/oh-my-zsh/plugins/1password/opswd | 78 + .config/zsh/oh-my-zsh/plugins/adb/README.md | 8 + .config/zsh/oh-my-zsh/plugins/adb/_adb | 67 + .config/zsh/oh-my-zsh/plugins/ag/README.md | 13 + .config/zsh/oh-my-zsh/plugins/ag/_ag | 66 + .../zsh/oh-my-zsh/plugins/alias-finder/README.md | 46 + .../plugins/alias-finder/alias-finder.plugin.zsh | 47 + .config/zsh/oh-my-zsh/plugins/aliases/.gitignore | 1 + .config/zsh/oh-my-zsh/plugins/aliases/README.md | 22 + .../oh-my-zsh/plugins/aliases/aliases.plugin.zsh | 11 + .../zsh/oh-my-zsh/plugins/aliases/cheatsheet.py | 55 + .config/zsh/oh-my-zsh/plugins/aliases/termcolor.py | 168 + .config/zsh/oh-my-zsh/plugins/ansible/README.md | 34 + .../oh-my-zsh/plugins/ansible/ansible.plugin.zsh | 28 + .config/zsh/oh-my-zsh/plugins/ant/README.md | 12 + .config/zsh/oh-my-zsh/plugins/ant/_ant | 22 + .config/zsh/oh-my-zsh/plugins/ant/ant.plugin.zsh | 2 + .../oh-my-zsh/plugins/apache2-macports/README.md | 21 + .../apache2-macports/apache2-macports.plugin.zsh | 6 + .config/zsh/oh-my-zsh/plugins/arcanist/README.md | 43 + .../oh-my-zsh/plugins/arcanist/arcanist.plugin.zsh | 39 + .config/zsh/oh-my-zsh/plugins/archlinux/README.md | 183 + .../plugins/archlinux/archlinux.plugin.zsh | 184 + .config/zsh/oh-my-zsh/plugins/asdf/README.md | 27 + .config/zsh/oh-my-zsh/plugins/asdf/asdf.plugin.zsh | 27 + .config/zsh/oh-my-zsh/plugins/autoenv/README.md | 20 + .../oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh | 72 + .config/zsh/oh-my-zsh/plugins/autojump/README.md | 11 + .../oh-my-zsh/plugins/autojump/autojump.plugin.zsh | 36 + .config/zsh/oh-my-zsh/plugins/autopep8/README.md | 8 + .config/zsh/oh-my-zsh/plugins/autopep8/_autopep8 | 32 + .config/zsh/oh-my-zsh/plugins/aws/README.md | 76 + .config/zsh/oh-my-zsh/plugins/aws/aws.plugin.zsh | 212 + .config/zsh/oh-my-zsh/plugins/battery/README.md | 29 + .../oh-my-zsh/plugins/battery/battery.plugin.zsh | 262 + .config/zsh/oh-my-zsh/plugins/bazel/README.md | 14 + .config/zsh/oh-my-zsh/plugins/bazel/_bazel | 341 + .config/zsh/oh-my-zsh/plugins/bbedit/README.md | 20 + .../zsh/oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh | 21 + .config/zsh/oh-my-zsh/plugins/bedtools/README.md | 5 + .config/zsh/oh-my-zsh/plugins/bedtools/_bedtools | 64 + .config/zsh/oh-my-zsh/plugins/bgnotify/README.md | 54 + .../oh-my-zsh/plugins/bgnotify/bgnotify.plugin.zsh | 93 + .config/zsh/oh-my-zsh/plugins/bower/README.md | 17 + .config/zsh/oh-my-zsh/plugins/bower/_bower | 58 + .../zsh/oh-my-zsh/plugins/bower/bower.plugin.zsh | 84 + .config/zsh/oh-my-zsh/plugins/branch/README.md | 49 + .../zsh/oh-my-zsh/plugins/branch/branch.plugin.zsh | 35 + .config/zsh/oh-my-zsh/plugins/brew/README.md | 30 + .config/zsh/oh-my-zsh/plugins/brew/brew.plugin.zsh | 21 + .config/zsh/oh-my-zsh/plugins/bundler/README.md | 74 + .config/zsh/oh-my-zsh/plugins/bundler/_bundler | 105 + .../oh-my-zsh/plugins/bundler/bundler.plugin.zsh | 127 + .config/zsh/oh-my-zsh/plugins/cabal/README.md | 9 + .../zsh/oh-my-zsh/plugins/cabal/cabal.plugin.zsh | 93 + .config/zsh/oh-my-zsh/plugins/cake/README.md | 15 + .config/zsh/oh-my-zsh/plugins/cake/cake.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/cakephp3/README.md | 16 + .../oh-my-zsh/plugins/cakephp3/cakephp3.plugin.zsh | 38 + .config/zsh/oh-my-zsh/plugins/capistrano/README.md | 14 + .../zsh/oh-my-zsh/plugins/capistrano/_capistrano | 49 + .../plugins/capistrano/capistrano.plugin.zsh | 11 + .config/zsh/oh-my-zsh/plugins/cargo/README.md | 3 + .../zsh/oh-my-zsh/plugins/cargo/cargo.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/cask/README.md | 15 + .config/zsh/oh-my-zsh/plugins/cask/cask.plugin.zsh | 26 + .config/zsh/oh-my-zsh/plugins/catimg/README.md | 23 + .../zsh/oh-my-zsh/plugins/catimg/catimg.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/catimg/catimg.sh | 88 + .config/zsh/oh-my-zsh/plugins/catimg/colors.png | Bin 0 -> 353 bytes .config/zsh/oh-my-zsh/plugins/celery/README.md | 9 + .config/zsh/oh-my-zsh/plugins/celery/_celery | 129 + .config/zsh/oh-my-zsh/plugins/charm/README.md | 9 + .../zsh/oh-my-zsh/plugins/charm/charm.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/chruby/README.md | 21 + .../zsh/oh-my-zsh/plugins/chruby/chruby.plugin.zsh | 94 + .../zsh/oh-my-zsh/plugins/chucknorris/.gitignore | 1 + .../zsh/oh-my-zsh/plugins/chucknorris/README.md | 38 + .../plugins/chucknorris/chucknorris.plugin.zsh | 24 + .../plugins/chucknorris/fortunes/chucknorris | 568 + .../zsh/oh-my-zsh/plugins/cloudfoundry/README.md | 58 + .../plugins/cloudfoundry/cloudfoundry.plugin.zsh | 34 + .../zsh/oh-my-zsh/plugins/codeclimate/README.md | 8 + .../zsh/oh-my-zsh/plugins/codeclimate/_codeclimate | 82 + .config/zsh/oh-my-zsh/plugins/coffee/README.md | 31 + .config/zsh/oh-my-zsh/plugins/coffee/_coffee | 81 + .../zsh/oh-my-zsh/plugins/coffee/coffee.plugin.zsh | 16 + .config/zsh/oh-my-zsh/plugins/colemak/.gitignore | 1 + .config/zsh/oh-my-zsh/plugins/colemak/README.md | 48 + .config/zsh/oh-my-zsh/plugins/colemak/colemak-less | 6 + .../oh-my-zsh/plugins/colemak/colemak.plugin.zsh | 38 + .../oh-my-zsh/plugins/colored-man-pages/README.md | 32 + .../colored-man-pages/colored-man-pages.plugin.zsh | 53 + .../zsh/oh-my-zsh/plugins/colored-man-pages/nroff | 12 + .config/zsh/oh-my-zsh/plugins/colorize/README.md | 56 + .../oh-my-zsh/plugins/colorize/colorize.plugin.zsh | 114 + .../oh-my-zsh/plugins/command-not-found/README.md | 34 + .../command-not-found/command-not-found.plugin.zsh | 69 + .../zsh/oh-my-zsh/plugins/common-aliases/README.md | 125 + .../common-aliases/common-aliases.plugin.zsh | 90 + .config/zsh/oh-my-zsh/plugins/compleat/README.md | 9 + .../oh-my-zsh/plugins/compleat/compleat.plugin.zsh | 20 + .config/zsh/oh-my-zsh/plugins/composer/README.md | 35 + .../oh-my-zsh/plugins/composer/composer.plugin.zsh | 76 + .config/zsh/oh-my-zsh/plugins/copybuffer/README.md | 11 + .../plugins/copybuffer/copybuffer.plugin.zsh | 16 + .config/zsh/oh-my-zsh/plugins/copydir/README.md | 3 + .../oh-my-zsh/plugins/copydir/copydir.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/copyfile/README.md | 11 + .../oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/copypath/README.md | 15 + .../oh-my-zsh/plugins/copypath/copypath.plugin.zsh | 15 + .config/zsh/oh-my-zsh/plugins/cp/README.md | 32 + .config/zsh/oh-my-zsh/plugins/cp/cp.plugin.zsh | 4 + .config/zsh/oh-my-zsh/plugins/cpanm/README.md | 9 + .config/zsh/oh-my-zsh/plugins/cpanm/_cpanm | 64 + .config/zsh/oh-my-zsh/plugins/dash/README.md | 28 + .config/zsh/oh-my-zsh/plugins/dash/dash.plugin.zsh | 84 + .config/zsh/oh-my-zsh/plugins/debian/README.md | 88 + .../zsh/oh-my-zsh/plugins/debian/debian.plugin.zsh | 234 + .config/zsh/oh-my-zsh/plugins/deno/README.md | 19 + .config/zsh/oh-my-zsh/plugins/deno/deno.plugin.zsh | 27 + .config/zsh/oh-my-zsh/plugins/dircycle/README.md | 78 + .../oh-my-zsh/plugins/dircycle/dircycle.plugin.zsh | 54 + .config/zsh/oh-my-zsh/plugins/direnv/README.md | 15 + .../zsh/oh-my-zsh/plugins/direnv/direnv.plugin.zsh | 16 + .config/zsh/oh-my-zsh/plugins/dirhistory/README.md | 62 + .../plugins/dirhistory/dirhistory.plugin.zsh | 221 + .config/zsh/oh-my-zsh/plugins/dirpersist/README.md | 10 + .../plugins/dirpersist/dirpersist.plugin.zsh | 21 + .config/zsh/oh-my-zsh/plugins/dnf/README.md | 29 + .config/zsh/oh-my-zsh/plugins/dnf/dnf.plugin.zsh | 15 + .config/zsh/oh-my-zsh/plugins/dnote/README.md | 51 + .config/zsh/oh-my-zsh/plugins/dnote/_dnote | 39 + .../zsh/oh-my-zsh/plugins/docker-compose/README.md | 32 + .../plugins/docker-compose/_docker-compose | 421 + .../docker-compose/docker-compose.plugin.zsh | 22 + .../zsh/oh-my-zsh/plugins/docker-machine/README.md | 19 + .../plugins/docker-machine/_docker-machine | 359 + .../docker-machine/docker-machine.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/docker/README.md | 73 + .config/zsh/oh-my-zsh/plugins/docker/_docker | 3143 +++ .../zsh/oh-my-zsh/plugins/docker/docker.plugin.zsh | 39 + .config/zsh/oh-my-zsh/plugins/doctl/README.md | 9 + .../zsh/oh-my-zsh/plugins/doctl/doctl.plugin.zsh | 9 + .config/zsh/oh-my-zsh/plugins/dotenv/README.md | 92 + .../zsh/oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh | 67 + .config/zsh/oh-my-zsh/plugins/dotnet/README.md | 24 + .../zsh/oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/droplr/README.md | 19 + .../zsh/oh-my-zsh/plugins/droplr/droplr.plugin.zsh | 15 + .config/zsh/oh-my-zsh/plugins/drush/README.md | 66 + .../zsh/oh-my-zsh/plugins/drush/drush.complete.sh | 50 + .../zsh/oh-my-zsh/plugins/drush/drush.plugin.zsh | 107 + .config/zsh/oh-my-zsh/plugins/eecms/README.md | 11 + .../zsh/oh-my-zsh/plugins/eecms/eecms.plugin.zsh | 20 + .config/zsh/oh-my-zsh/plugins/emacs/README.md | 30 + .../zsh/oh-my-zsh/plugins/emacs/emacs.plugin.zsh | 68 + .config/zsh/oh-my-zsh/plugins/emacs/emacsclient.sh | 38 + .config/zsh/oh-my-zsh/plugins/ember-cli/README.md | 33 + .config/zsh/oh-my-zsh/plugins/ember-cli/_ember-cli | 189 + .../plugins/ember-cli/ember-cli.plugin.zsh | 12 + .../zsh/oh-my-zsh/plugins/emoji-clock/README.md | 14 + .../plugins/emoji-clock/emoji-clock.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/emoji/README.md | 127 + .../plugins/emoji/emoji-char-definitions.zsh | 7274 +++++++ .config/zsh/oh-my-zsh/plugins/emoji/emoji-data.txt | 4122 ++++ .../zsh/oh-my-zsh/plugins/emoji/emoji.plugin.zsh | 110 + .config/zsh/oh-my-zsh/plugins/emoji/gemoji_db.json | 21538 +++++++++++++++++++ .../zsh/oh-my-zsh/plugins/emoji/update_emoji.py | 213 + .config/zsh/oh-my-zsh/plugins/emotty/README.md | 39 + .../zsh/oh-my-zsh/plugins/emotty/emotty.plugin.zsh | 55 + .../oh-my-zsh/plugins/emotty/emotty_emoji_set.zsh | 24 + .../oh-my-zsh/plugins/emotty/emotty_floral_set.zsh | 18 + .../oh-my-zsh/plugins/emotty/emotty_love_set.zsh | 34 + .../oh-my-zsh/plugins/emotty/emotty_nature_set.zsh | 58 + .../plugins/emotty/emotty_stellar_set.zsh | 25 + .../oh-my-zsh/plugins/emotty/emotty_zodiac_set.zsh | 29 + .config/zsh/oh-my-zsh/plugins/encode64/README.md | 58 + .../oh-my-zsh/plugins/encode64/encode64.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/extract/README.md | 60 + .config/zsh/oh-my-zsh/plugins/extract/_extract | 7 + .../oh-my-zsh/plugins/extract/extract.plugin.zsh | 85 + .config/zsh/oh-my-zsh/plugins/fabric/README.md | 9 + .config/zsh/oh-my-zsh/plugins/fabric/_fab | 69 + .../zsh/oh-my-zsh/plugins/fabric/fabric.plugin.zsh | 0 .../zsh/oh-my-zsh/plugins/fancy-ctrl-z/README.md | 14 + .../plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh | 12 + .config/zsh/oh-my-zsh/plugins/fasd/README.md | 21 + .config/zsh/oh-my-zsh/plugins/fasd/fasd.plugin.zsh | 16 + .config/zsh/oh-my-zsh/plugins/fastfile/README.md | 85 + .../oh-my-zsh/plugins/fastfile/fastfile.plugin.zsh | 128 + .config/zsh/oh-my-zsh/plugins/fbterm/README.md | 10 + .../zsh/oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/fd/README.md | 9 + .config/zsh/oh-my-zsh/plugins/fd/_fd | 273 + .config/zsh/oh-my-zsh/plugins/fig/README.md | 9 + .config/zsh/oh-my-zsh/plugins/fig/fig.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/firewalld/README.md | 22 + .../plugins/firewalld/firewalld.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/flutter/README.md | 28 + .config/zsh/oh-my-zsh/plugins/flutter/_flutter | 37 + .../oh-my-zsh/plugins/flutter/flutter.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/fnm/README.md | 9 + .config/zsh/oh-my-zsh/plugins/fnm/fnm.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/forklift/README.md | 23 + .../oh-my-zsh/plugins/forklift/forklift.plugin.zsh | 122 + .config/zsh/oh-my-zsh/plugins/fossil/README.md | 7 + .config/zsh/oh-my-zsh/plugins/fossil/_fossil | 32 + .../zsh/oh-my-zsh/plugins/fossil/fossil.plugin.zsh | 57 + .../oh-my-zsh/plugins/frontend-search/README.md | 75 + .../oh-my-zsh/plugins/frontend-search/_frontend | 161 + .../frontend-search/frontend-search.plugin.zsh | 112 + .config/zsh/oh-my-zsh/plugins/fzf/README.md | 52 + .config/zsh/oh-my-zsh/plugins/fzf/fzf.plugin.zsh | 228 + .config/zsh/oh-my-zsh/plugins/gas/README.md | 10 + .config/zsh/oh-my-zsh/plugins/gas/_gas | 39 + .config/zsh/oh-my-zsh/plugins/gatsby/README.md | 7 + .config/zsh/oh-my-zsh/plugins/gatsby/_gatsby | 24 + .config/zsh/oh-my-zsh/plugins/gb/README.md | 21 + .config/zsh/oh-my-zsh/plugins/gb/_gb | 111 + .config/zsh/oh-my-zsh/plugins/gcloud/README.md | 24 + .../zsh/oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh | 34 + .config/zsh/oh-my-zsh/plugins/geeknote/README.md | 10 + .config/zsh/oh-my-zsh/plugins/geeknote/_geeknote | 157 + .../oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh | 2 + .config/zsh/oh-my-zsh/plugins/gem/README.md | 17 + .config/zsh/oh-my-zsh/plugins/gem/_gem | 72 + .config/zsh/oh-my-zsh/plugins/gem/gem.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/genpass/README.md | 66 + .../zsh/oh-my-zsh/plugins/genpass/genpass-apple | 79 + .../zsh/oh-my-zsh/plugins/genpass/genpass-monkey | 32 + .config/zsh/oh-my-zsh/plugins/genpass/genpass-xkcd | 68 + .../oh-my-zsh/plugins/genpass/genpass.plugin.zsh | 1 + .config/zsh/oh-my-zsh/plugins/gh/README.md | 23 + .config/zsh/oh-my-zsh/plugins/gh/gh.plugin.zsh | 14 + .../zsh/oh-my-zsh/plugins/git-auto-fetch/README.md | 50 + .../git-auto-fetch/git-auto-fetch.plugin.zsh | 63 + .../oh-my-zsh/plugins/git-escape-magic/README.md | 16 + .../plugins/git-escape-magic/git-escape-magic | 135 + .../git-escape-magic/git-escape-magic.plugin.zsh | 9 + .config/zsh/oh-my-zsh/plugins/git-extras/README.md | 17 + .../plugins/git-extras/git-extras.plugin.zsh | 498 + .../zsh/oh-my-zsh/plugins/git-flow-avh/README.md | 19 + .../plugins/git-flow-avh/git-flow-avh.plugin.zsh | 526 + .config/zsh/oh-my-zsh/plugins/git-flow/README.md | 40 + .config/zsh/oh-my-zsh/plugins/git-flow/_git-flow | 327 + .../oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh | 32 + .../zsh/oh-my-zsh/plugins/git-hubflow/README.md | 24 + .../plugins/git-hubflow/git-hubflow.plugin.zsh | 333 + .config/zsh/oh-my-zsh/plugins/git-lfs/README.md | 24 + .../oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/git-prompt/README.md | 66 + .../plugins/git-prompt/git-prompt.plugin.zsh | 101 + .../zsh/oh-my-zsh/plugins/git-prompt/gitstatus.py | 100 + .config/zsh/oh-my-zsh/plugins/git/README.md | 245 + .config/zsh/oh-my-zsh/plugins/git/git.plugin.zsh | 335 + .config/zsh/oh-my-zsh/plugins/gitfast/README.md | 15 + .config/zsh/oh-my-zsh/plugins/gitfast/_git | 286 + .../oh-my-zsh/plugins/gitfast/git-completion.bash | 3632 ++++ .../zsh/oh-my-zsh/plugins/gitfast/git-prompt.sh | 586 + .../oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh | 11 + .config/zsh/oh-my-zsh/plugins/gitfast/update | 8 + .config/zsh/oh-my-zsh/plugins/github/README.md | 46 + .config/zsh/oh-my-zsh/plugins/github/_hub | 174 + .../zsh/oh-my-zsh/plugins/github/github.plugin.zsh | 76 + .config/zsh/oh-my-zsh/plugins/gitignore/README.md | 17 + .../plugins/gitignore/gitignore.plugin.zsh | 12 + .config/zsh/oh-my-zsh/plugins/glassfish/README.md | 9 + .config/zsh/oh-my-zsh/plugins/glassfish/_asadmin | 1150 + .../plugins/glassfish/glassfish.plugin.zsh | 0 .config/zsh/oh-my-zsh/plugins/globalias/README.md | 79 + .../plugins/globalias/globalias.plugin.zsh | 23 + .config/zsh/oh-my-zsh/plugins/gnu-utils/README.md | 38 + .../plugins/gnu-utils/gnu-utils.plugin.zsh | 63 + .config/zsh/oh-my-zsh/plugins/golang/README.md | 37 + .config/zsh/oh-my-zsh/plugins/golang/_golang | 249 + .../zsh/oh-my-zsh/plugins/golang/golang.plugin.zsh | 34 + .../oh-my-zsh/plugins/golang/templates/package.txt | 29 + .../oh-my-zsh/plugins/golang/templates/search.txt | 0 .config/zsh/oh-my-zsh/plugins/gpg-agent/README.md | 9 + .../plugins/gpg-agent/gpg-agent.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/gradle/README.md | 30 + .config/zsh/oh-my-zsh/plugins/gradle/_gradle | 420 + .../zsh/oh-my-zsh/plugins/gradle/gradle.plugin.zsh | 26 + .config/zsh/oh-my-zsh/plugins/grails/README.md | 16 + .../zsh/oh-my-zsh/plugins/grails/grails.plugin.zsh | 60 + .config/zsh/oh-my-zsh/plugins/grc/README.md | 15 + .config/zsh/oh-my-zsh/plugins/grc/grc.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/grunt/README.md | 37 + .../zsh/oh-my-zsh/plugins/grunt/grunt.plugin.zsh | 255 + .config/zsh/oh-my-zsh/plugins/gulp/README.md | 8 + .config/zsh/oh-my-zsh/plugins/gulp/gulp.plugin.zsh | 29 + .config/zsh/oh-my-zsh/plugins/hanami/README.md | 45 + .../zsh/oh-my-zsh/plugins/hanami/hanami.plugin.zsh | 19 + .config/zsh/oh-my-zsh/plugins/helm/README.md | 9 + .config/zsh/oh-my-zsh/plugins/helm/helm.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/heroku/README.md | 9 + .../zsh/oh-my-zsh/plugins/heroku/heroku.plugin.zsh | 9 + .../plugins/history-substring-search/README.md | 198 + .../history-substring-search.plugin.zsh | 19 + .../history-substring-search.zsh | 759 + .../update-from-upstream.zsh | 129 + .config/zsh/oh-my-zsh/plugins/history/README.md | 17 + .../oh-my-zsh/plugins/history/history.plugin.zsh | 3 + .../zsh/oh-my-zsh/plugins/hitchhiker/.gitignore | 1 + .config/zsh/oh-my-zsh/plugins/hitchhiker/README.md | 44 + .../plugins/hitchhiker/fortunes/hitchhiker | 275 + .../plugins/hitchhiker/hitchhiker.plugin.zsh | 28 + .config/zsh/oh-my-zsh/plugins/hitokoto/README.md | 15 + .../oh-my-zsh/plugins/hitokoto/hitokoto.plugin.zsh | 18 + .config/zsh/oh-my-zsh/plugins/homestead/README.md | 9 + .../plugins/homestead/homestead.plugin.zsh | 10 + .config/zsh/oh-my-zsh/plugins/httpie/README.md | 14 + .config/zsh/oh-my-zsh/plugins/httpie/_httpie | 181 + .config/zsh/oh-my-zsh/plugins/invoke/README.md | 10 + .../zsh/oh-my-zsh/plugins/invoke/invoke.plugin.zsh | 5 + .config/zsh/oh-my-zsh/plugins/ionic/README.md | 30 + .../zsh/oh-my-zsh/plugins/ionic/ionic.plugin.zsh | 15 + .config/zsh/oh-my-zsh/plugins/ipfs/LICENSE | 22 + .config/zsh/oh-my-zsh/plugins/ipfs/README.md | 17 + .config/zsh/oh-my-zsh/plugins/ipfs/_ipfs | 791 + .config/zsh/oh-my-zsh/plugins/isodate/README.md | 22 + .../oh-my-zsh/plugins/isodate/isodate.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/istioctl/README.md | 9 + .../oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh | 4 + .config/zsh/oh-my-zsh/plugins/iterm2/README.md | 29 + .../zsh/oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh | 68 + .config/zsh/oh-my-zsh/plugins/jake-node/README.md | 9 + .../plugins/jake-node/jake-node.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/jenv/README.md | 27 + .config/zsh/oh-my-zsh/plugins/jenv/jenv.plugin.zsh | 36 + .config/zsh/oh-my-zsh/plugins/jfrog/README.md | 11 + .../zsh/oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh | 11 + .config/zsh/oh-my-zsh/plugins/jhbuild/README.md | 34 + .../oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh | 32 + .config/zsh/oh-my-zsh/plugins/jira/README.md | 70 + .config/zsh/oh-my-zsh/plugins/jira/_jira | 24 + .config/zsh/oh-my-zsh/plugins/jira/jira.plugin.zsh | 133 + .config/zsh/oh-my-zsh/plugins/jruby/README.md | 21 + .../zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh | 4 + .config/zsh/oh-my-zsh/plugins/jsontools/README.md | 79 + .../plugins/jsontools/jsontools.plugin.zsh | 113 + .config/zsh/oh-my-zsh/plugins/juju/README.md | 130 + .config/zsh/oh-my-zsh/plugins/juju/juju.plugin.zsh | 172 + .config/zsh/oh-my-zsh/plugins/jump/README.md | 31 + .config/zsh/oh-my-zsh/plugins/jump/jump.plugin.zsh | 59 + .config/zsh/oh-my-zsh/plugins/kate/README.md | 20 + .config/zsh/oh-my-zsh/plugins/kate/kate.plugin.zsh | 9 + .config/zsh/oh-my-zsh/plugins/keychain/README.md | 45 + .../oh-my-zsh/plugins/keychain/keychain.plugin.zsh | 32 + .config/zsh/oh-my-zsh/plugins/kitchen/README.md | 9 + .config/zsh/oh-my-zsh/plugins/kitchen/_kitchen | 85 + .config/zsh/oh-my-zsh/plugins/kn/README.md | 17 + .config/zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh | 8 + .config/zsh/oh-my-zsh/plugins/knife/README.md | 25 + .config/zsh/oh-my-zsh/plugins/knife/_knife | 257 + .config/zsh/oh-my-zsh/plugins/knife_ssh/README.md | 14 + .../plugins/knife_ssh/knife_ssh.plugin.zsh | 18 + .config/zsh/oh-my-zsh/plugins/kops/README.md | 12 + .config/zsh/oh-my-zsh/plugins/kops/kops.plugin.zsh | 3 + .config/zsh/oh-my-zsh/plugins/kube-ps1/README.md | 238 + .../oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh | 371 + .config/zsh/oh-my-zsh/plugins/kubectl/README.md | 137 + .../oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh | 189 + .config/zsh/oh-my-zsh/plugins/kubectx/README.md | 26 + .../oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/kubectx/prod.png | Bin 0 -> 3834 bytes .config/zsh/oh-my-zsh/plugins/kubectx/stage.png | Bin 0 -> 3829 bytes .config/zsh/oh-my-zsh/plugins/lando/LICENSE | 21 + .config/zsh/oh-my-zsh/plugins/lando/README.md | 37 + .../zsh/oh-my-zsh/plugins/lando/lando.plugin.zsh | 41 + .config/zsh/oh-my-zsh/plugins/laravel/README.md | 57 + .config/zsh/oh-my-zsh/plugins/laravel/_artisan | 40 + .../oh-my-zsh/plugins/laravel/laravel.plugin.zsh | 41 + .config/zsh/oh-my-zsh/plugins/laravel4/README.md | 18 + .../oh-my-zsh/plugins/laravel4/laravel4.plugin.zsh | 20 + .config/zsh/oh-my-zsh/plugins/laravel5/README.md | 18 + .../oh-my-zsh/plugins/laravel5/laravel5.plugin.zsh | 19 + .../oh-my-zsh/plugins/last-working-dir/README.md | 33 + .../last-working-dir/last-working-dir.plugin.zsh | 28 + .config/zsh/oh-my-zsh/plugins/lein/README.md | 9 + .config/zsh/oh-my-zsh/plugins/lein/_lein | 69 + .config/zsh/oh-my-zsh/plugins/lighthouse/README.md | 29 + .../plugins/lighthouse/lighthouse.plugin.zsh | 12 + .config/zsh/oh-my-zsh/plugins/lol/README.md | 71 + .config/zsh/oh-my-zsh/plugins/lol/lol.plugin.zsh | 51 + .config/zsh/oh-my-zsh/plugins/lpass/README.md | 13 + .config/zsh/oh-my-zsh/plugins/lpass/_lpass | 169 + .config/zsh/oh-my-zsh/plugins/lxd/README.md | 9 + .config/zsh/oh-my-zsh/plugins/lxd/lxd.plugin.zsh | 26 + .config/zsh/oh-my-zsh/plugins/macos/README.md | 63 + .config/zsh/oh-my-zsh/plugins/macos/_security | 90 + .../zsh/oh-my-zsh/plugins/macos/macos.plugin.zsh | 268 + .config/zsh/oh-my-zsh/plugins/macos/music | 170 + .config/zsh/oh-my-zsh/plugins/macos/spotify | 478 + .config/zsh/oh-my-zsh/plugins/macports/README.md | 47 + .config/zsh/oh-my-zsh/plugins/macports/_port | 92 + .../oh-my-zsh/plugins/macports/macports.plugin.zsh | 44 + .../zsh/oh-my-zsh/plugins/magic-enter/README.md | 17 + .../plugins/magic-enter/magic-enter.plugin.zsh | 38 + .config/zsh/oh-my-zsh/plugins/man/README.md | 13 + .config/zsh/oh-my-zsh/plugins/man/man.plugin.zsh | 37 + .config/zsh/oh-my-zsh/plugins/marked2/README.md | 13 + .../oh-my-zsh/plugins/marked2/marked2.plugin.zsh | 12 + .config/zsh/oh-my-zsh/plugins/mercurial/README.md | 69 + .../plugins/mercurial/mercurial.plugin.zsh | 118 + .config/zsh/oh-my-zsh/plugins/meteor/README.md | 46 + .config/zsh/oh-my-zsh/plugins/meteor/_meteor | 67 + .../zsh/oh-my-zsh/plugins/meteor/meteor.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/microk8s/README.md | 24 + .../oh-my-zsh/plugins/microk8s/microk8s.plugin.zsh | 82 + .config/zsh/oh-my-zsh/plugins/minikube/README.md | 9 + .../oh-my-zsh/plugins/minikube/minikube.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/mix-fast/README.md | 28 + .../oh-my-zsh/plugins/mix-fast/mix-fast.plugin.zsh | 30 + .config/zsh/oh-my-zsh/plugins/mix/README.md | 19 + .config/zsh/oh-my-zsh/plugins/mix/_mix | 156 + .config/zsh/oh-my-zsh/plugins/mongocli/README.md | 19 + .../oh-my-zsh/plugins/mongocli/mongocli.plugin.zsh | 4 + .config/zsh/oh-my-zsh/plugins/mosh/README.md | 9 + .config/zsh/oh-my-zsh/plugins/mosh/mosh.plugin.zsh | 2 + .config/zsh/oh-my-zsh/plugins/multipass/README.md | 22 + .config/zsh/oh-my-zsh/plugins/multipass/_multipass | 73 + .../plugins/multipass/multipass.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/mvn/README.md | 61 + .config/zsh/oh-my-zsh/plugins/mvn/mvn.plugin.zsh | 342 + .../zsh/oh-my-zsh/plugins/mysql-macports/README.md | 20 + .../mysql-macports/mysql-macports.plugin.zsh | 8 + .../zsh/oh-my-zsh/plugins/n98-magerun/README.md | 21 + .../plugins/n98-magerun/n98-magerun.plugin.zsh | 42 + .config/zsh/oh-my-zsh/plugins/nanoc/README.md | 20 + .config/zsh/oh-my-zsh/plugins/nanoc/_nanoc | 92 + .../zsh/oh-my-zsh/plugins/nanoc/nanoc.plugin.zsh | 6 + .config/zsh/oh-my-zsh/plugins/ng/README.md | 10 + .config/zsh/oh-my-zsh/plugins/ng/_ng | 56 + .config/zsh/oh-my-zsh/plugins/nmap/README.md | 27 + .config/zsh/oh-my-zsh/plugins/nmap/nmap.plugin.zsh | 32 + .config/zsh/oh-my-zsh/plugins/node/README.md | 19 + .config/zsh/oh-my-zsh/plugins/node/node.plugin.zsh | 6 + .config/zsh/oh-my-zsh/plugins/nomad/README.md | 15 + .config/zsh/oh-my-zsh/plugins/nomad/_nomad | 153 + .config/zsh/oh-my-zsh/plugins/npm/README.md | 48 + .config/zsh/oh-my-zsh/plugins/npm/npm.plugin.zsh | 111 + .config/zsh/oh-my-zsh/plugins/npx/README.md | 16 + .config/zsh/oh-my-zsh/plugins/npx/npx.plugin.zsh | 12 + .config/zsh/oh-my-zsh/plugins/nvm/README.md | 34 + .config/zsh/oh-my-zsh/plugins/nvm/_nvm | 34 + .config/zsh/oh-my-zsh/plugins/nvm/nvm.plugin.zsh | 79 + .config/zsh/oh-my-zsh/plugins/oc/README.md | 13 + .config/zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/octozen/README.md | 12 + .../oh-my-zsh/plugins/octozen/octozen.plugin.zsh | 11 + .../zsh/oh-my-zsh/plugins/operator-sdk/README.md | 11 + .../plugins/operator-sdk/operator-sdk.plugin.zsh | 4 + .config/zsh/oh-my-zsh/plugins/osx/README.md | 3 + .config/zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh | 5 + .config/zsh/oh-my-zsh/plugins/otp/README.md | 22 + .config/zsh/oh-my-zsh/plugins/otp/otp.plugin.zsh | 45 + .config/zsh/oh-my-zsh/plugins/pass/README.md | 22 + .config/zsh/oh-my-zsh/plugins/pass/_pass | 144 + .config/zsh/oh-my-zsh/plugins/paver/README.md | 12 + .../zsh/oh-my-zsh/plugins/paver/paver.plugin.zsh | 16 + .config/zsh/oh-my-zsh/plugins/pep8/README.md | 8 + .config/zsh/oh-my-zsh/plugins/pep8/_pep8 | 34 + .../plugins/per-directory-history/README.md | 48 + .../per-directory-history.plugin.zsh | 1 + .../per-directory-history.zsh | 174 + .config/zsh/oh-my-zsh/plugins/percol/README.md | 23 + .../zsh/oh-my-zsh/plugins/percol/percol.plugin.zsh | 25 + .config/zsh/oh-my-zsh/plugins/perl/README.md | 37 + .config/zsh/oh-my-zsh/plugins/perl/perl.plugin.zsh | 56 + .config/zsh/oh-my-zsh/plugins/perms/README.md | 15 + .../zsh/oh-my-zsh/plugins/perms/perms.plugin.zsh | 82 + .config/zsh/oh-my-zsh/plugins/phing/README.md | 9 + .../zsh/oh-my-zsh/plugins/phing/phing.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/pip/README.md | 28 + .config/zsh/oh-my-zsh/plugins/pip/_pip | 100 + .config/zsh/oh-my-zsh/plugins/pip/pip.plugin.zsh | 111 + .config/zsh/oh-my-zsh/plugins/pipenv/README.md | 28 + .../zsh/oh-my-zsh/plugins/pipenv/pipenv.plugin.zsh | 44 + .config/zsh/oh-my-zsh/plugins/pj/README.md | 45 + .config/zsh/oh-my-zsh/plugins/pj/pj.plugin.zsh | 34 + .config/zsh/oh-my-zsh/plugins/please/README.md | 26 + .../zsh/oh-my-zsh/plugins/please/please.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/pm2/README.md | 19 + .config/zsh/oh-my-zsh/plugins/pm2/_pm2 | 168 + .config/zsh/oh-my-zsh/plugins/pm2/pm2.plugin.zsh | 6 + .config/zsh/oh-my-zsh/plugins/pod/README.md | 10 + .config/zsh/oh-my-zsh/plugins/pod/_pod | 682 + .config/zsh/oh-my-zsh/plugins/poetry/README.md | 9 + .../zsh/oh-my-zsh/plugins/poetry/poetry.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/postgres/README.md | 22 + .../oh-my-zsh/plugins/postgres/postgres.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/pow/README.md | 21 + .config/zsh/oh-my-zsh/plugins/pow/pow.plugin.zsh | 85 + .config/zsh/oh-my-zsh/plugins/powder/README.md | 8 + .config/zsh/oh-my-zsh/plugins/powder/_powder | 4 + .config/zsh/oh-my-zsh/plugins/powify/README.md | 10 + .config/zsh/oh-my-zsh/plugins/powify/_powify | 55 + .config/zsh/oh-my-zsh/plugins/profiles/README.md | 25 + .../oh-my-zsh/plugins/profiles/profiles.plugin.zsh | 12 + .config/zsh/oh-my-zsh/plugins/pyenv/README.md | 24 + .../zsh/oh-my-zsh/plugins/pyenv/pyenv.plugin.zsh | 98 + .config/zsh/oh-my-zsh/plugins/pylint/README.md | 16 + .config/zsh/oh-my-zsh/plugins/pylint/_pylint | 31 + .../zsh/oh-my-zsh/plugins/pylint/pylint.plugin.zsh | 1 + .config/zsh/oh-my-zsh/plugins/python/README.md | 29 + .../zsh/oh-my-zsh/plugins/python/python.plugin.zsh | 83 + .config/zsh/oh-my-zsh/plugins/rails/README.md | 118 + .config/zsh/oh-my-zsh/plugins/rails/_rails | 624 + .../zsh/oh-my-zsh/plugins/rails/rails.plugin.zsh | 116 + .config/zsh/oh-my-zsh/plugins/rake-fast/README.md | 35 + .../plugins/rake-fast/rake-fast.plugin.zsh | 43 + .config/zsh/oh-my-zsh/plugins/rake/README.md | 41 + .config/zsh/oh-my-zsh/plugins/rake/rake.plugin.zsh | 9 + .config/zsh/oh-my-zsh/plugins/rand-quote/README.md | 15 + .../plugins/rand-quote/rand-quote.plugin.zsh | 23 + .config/zsh/oh-my-zsh/plugins/rbenv/README.md | 26 + .../zsh/oh-my-zsh/plugins/rbenv/rbenv.plugin.zsh | 68 + .config/zsh/oh-my-zsh/plugins/rbfu/README.md | 18 + .config/zsh/oh-my-zsh/plugins/rbfu/rbfu.plugin.zsh | 49 + .config/zsh/oh-my-zsh/plugins/rbw/README.md | 22 + .config/zsh/oh-my-zsh/plugins/rbw/rbw.plugin.zsh | 43 + .../zsh/oh-my-zsh/plugins/react-native/README.md | 76 + .../oh-my-zsh/plugins/react-native/_react-native | 32 + .../plugins/react-native/react-native.plugin.zsh | 67 + .config/zsh/oh-my-zsh/plugins/rebar/README.md | 9 + .config/zsh/oh-my-zsh/plugins/rebar/_rebar | 79 + .config/zsh/oh-my-zsh/plugins/redis-cli/README.md | 15 + .config/zsh/oh-my-zsh/plugins/redis-cli/_redis-cli | 142 + .config/zsh/oh-my-zsh/plugins/repo/README.md | 25 + .config/zsh/oh-my-zsh/plugins/repo/_repo | 279 + .config/zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh | 10 + .config/zsh/oh-my-zsh/plugins/ripgrep/README.md | 9 + .config/zsh/oh-my-zsh/plugins/ripgrep/_ripgrep | 640 + .config/zsh/oh-my-zsh/plugins/ros/README.md | 10 + .config/zsh/oh-my-zsh/plugins/ros/_ros | 64 + .config/zsh/oh-my-zsh/plugins/rsync/README.md | 16 + .../zsh/oh-my-zsh/plugins/rsync/rsync.plugin.zsh | 4 + .config/zsh/oh-my-zsh/plugins/ruby/README.md | 33 + .config/zsh/oh-my-zsh/plugins/ruby/ruby.plugin.zsh | 26 + .config/zsh/oh-my-zsh/plugins/rust/README.md | 9 + .config/zsh/oh-my-zsh/plugins/rust/_rustc | 228 + .config/zsh/oh-my-zsh/plugins/rust/rust.plugin.zsh | 26 + .config/zsh/oh-my-zsh/plugins/rustup/README.md | 3 + .../zsh/oh-my-zsh/plugins/rustup/rustup.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/rvm/README.md | 36 + .config/zsh/oh-my-zsh/plugins/rvm/rvm.plugin.zsh | 55 + .config/zsh/oh-my-zsh/plugins/safe-paste/README.md | 9 + .../plugins/safe-paste/safe-paste.plugin.zsh | 100 + .config/zsh/oh-my-zsh/plugins/salt/README.md | 5 + .config/zsh/oh-my-zsh/plugins/salt/_salt | 279 + .config/zsh/oh-my-zsh/plugins/samtools/README.md | 5 + .config/zsh/oh-my-zsh/plugins/samtools/_samtools | 40 + .config/zsh/oh-my-zsh/plugins/sbt/README.md | 32 + .config/zsh/oh-my-zsh/plugins/sbt/_sbt | 56 + .config/zsh/oh-my-zsh/plugins/sbt/sbt.plugin.zsh | 25 + .config/zsh/oh-my-zsh/plugins/scala/README.md | 16 + .config/zsh/oh-my-zsh/plugins/scala/_scala | 249 + .config/zsh/oh-my-zsh/plugins/scd/README.md | 159 + .config/zsh/oh-my-zsh/plugins/scd/_scd | 60 + .config/zsh/oh-my-zsh/plugins/scd/scd | 533 + .config/zsh/oh-my-zsh/plugins/scd/scd.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/screen/README.md | 10 + .../zsh/oh-my-zsh/plugins/screen/screen.plugin.zsh | 54 + .config/zsh/oh-my-zsh/plugins/scw/README.md | 7 + .config/zsh/oh-my-zsh/plugins/scw/_scw | 333 + .config/zsh/oh-my-zsh/plugins/sdk/README.md | 14 + .config/zsh/oh-my-zsh/plugins/sdk/sdk.plugin.zsh | 58 + .config/zsh/oh-my-zsh/plugins/sfdx/README.md | 11 + .config/zsh/oh-my-zsh/plugins/sfdx/_sfdx | 1110 + .config/zsh/oh-my-zsh/plugins/sfffe/README.md | 17 + .../zsh/oh-my-zsh/plugins/sfffe/sfffe.plugin.zsh | 28 + .../oh-my-zsh/plugins/shell-proxy/.editorconfig | 3 + .../zsh/oh-my-zsh/plugins/shell-proxy/README.md | 62 + .config/zsh/oh-my-zsh/plugins/shell-proxy/proxy.py | 78 + .../plugins/shell-proxy/shell-proxy.plugin.zsh | 37 + .../zsh/oh-my-zsh/plugins/shell-proxy/ssh-agent.py | 16 + .../zsh/oh-my-zsh/plugins/shell-proxy/ssh-proxy.py | 36 + .../zsh/oh-my-zsh/plugins/shrink-path/README.md | 116 + .../plugins/shrink-path/shrink-path.plugin.zsh | 182 + .config/zsh/oh-my-zsh/plugins/singlechar/README.md | 118 + .../plugins/singlechar/singlechar.plugin.zsh | 123 + .config/zsh/oh-my-zsh/plugins/spring/README.md | 25 + .config/zsh/oh-my-zsh/plugins/spring/_spring | 29 + .config/zsh/oh-my-zsh/plugins/sprunge/README.md | 38 + .../oh-my-zsh/plugins/sprunge/sprunge.plugin.zsh | 52 + .config/zsh/oh-my-zsh/plugins/ssh-agent/README.md | 106 + .../plugins/ssh-agent/ssh-agent.plugin.zsh | 105 + .config/zsh/oh-my-zsh/plugins/stack/README.md | 9 + .../zsh/oh-my-zsh/plugins/stack/stack.plugin.zsh | 4 + .../zsh/oh-my-zsh/plugins/sublime-merge/README.md | 17 + .../plugins/sublime-merge/sublime-merge.plugin.zsh | 55 + .config/zsh/oh-my-zsh/plugins/sublime/README.md | 37 + .../oh-my-zsh/plugins/sublime/sublime.plugin.zsh | 124 + .config/zsh/oh-my-zsh/plugins/sudo/README.md | 75 + .config/zsh/oh-my-zsh/plugins/sudo/sudo.plugin.zsh | 108 + .config/zsh/oh-my-zsh/plugins/supervisor/README.md | 13 + .../oh-my-zsh/plugins/supervisor/_supervisorctl | 143 + .../zsh/oh-my-zsh/plugins/supervisor/_supervisord | 33 + .../plugins/supervisor/supervisor.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/suse/README.md | 96 + .config/zsh/oh-my-zsh/plugins/suse/suse.plugin.zsh | 59 + .config/zsh/oh-my-zsh/plugins/svcat/README.md | 9 + .../zsh/oh-my-zsh/plugins/svcat/svcat.plugin.zsh | 6 + .../zsh/oh-my-zsh/plugins/svn-fast-info/README.md | 56 + .../plugins/svn-fast-info/svn-fast-info.plugin.zsh | 74 + .config/zsh/oh-my-zsh/plugins/svn/README.md | 67 + .config/zsh/oh-my-zsh/plugins/svn/svn.plugin.zsh | 89 + .config/zsh/oh-my-zsh/plugins/swiftpm/README.md | 22 + .config/zsh/oh-my-zsh/plugins/swiftpm/_swift | 474 + .../oh-my-zsh/plugins/swiftpm/swiftpm.plugin.zsh | 8 + .config/zsh/oh-my-zsh/plugins/symfony/README.md | 9 + .../oh-my-zsh/plugins/symfony/symfony.plugin.zsh | 13 + .config/zsh/oh-my-zsh/plugins/symfony2/README.md | 28 + .../oh-my-zsh/plugins/symfony2/symfony2.plugin.zsh | 34 + .../zsh/oh-my-zsh/plugins/systemadmin/README.md | 51 + .../plugins/systemadmin/systemadmin.plugin.zsh | 155 + .config/zsh/oh-my-zsh/plugins/systemd/README.md | 97 + .../oh-my-zsh/plugins/systemd/systemd.plugin.zsh | 116 + .../zsh/oh-my-zsh/plugins/taskwarrior/README.md | 18 + .config/zsh/oh-my-zsh/plugins/taskwarrior/_task | 285 + .../plugins/taskwarrior/taskwarrior.plugin.zsh | 7 + .config/zsh/oh-my-zsh/plugins/term_tab/README | 16 + .../oh-my-zsh/plugins/term_tab/term_tab.plugin.zsh | 41 + .config/zsh/oh-my-zsh/plugins/terminitor/README.md | 9 + .../zsh/oh-my-zsh/plugins/terminitor/_terminitor | 38 + .config/zsh/oh-my-zsh/plugins/terraform/README.md | 43 + .config/zsh/oh-my-zsh/plugins/terraform/_terraform | 411 + .../plugins/terraform/terraform.plugin.zsh | 18 + .config/zsh/oh-my-zsh/plugins/textastic/README.md | 15 + .../plugins/textastic/textastic.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/textmate/README.md | 17 + .../oh-my-zsh/plugins/textmate/textmate.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/thefuck/README.md | 13 + .../oh-my-zsh/plugins/thefuck/thefuck.plugin.zsh | 21 + .config/zsh/oh-my-zsh/plugins/themes/README.md | 18 + .../zsh/oh-my-zsh/plugins/themes/themes.plugin.zsh | 35 + .config/zsh/oh-my-zsh/plugins/thor/README.md | 10 + .config/zsh/oh-my-zsh/plugins/thor/_thor | 4 + .config/zsh/oh-my-zsh/plugins/tig/README.md | 16 + .config/zsh/oh-my-zsh/plugins/tig/tig.plugin.zsh | 3 + .config/zsh/oh-my-zsh/plugins/timer/README.md | 18 + .../zsh/oh-my-zsh/plugins/timer/timer.plugin.zsh | 35 + .config/zsh/oh-my-zsh/plugins/tmux-cssh/README.md | 10 + .config/zsh/oh-my-zsh/plugins/tmux-cssh/_tmux-cssh | 25 + .config/zsh/oh-my-zsh/plugins/tmux/README.md | 43 + .config/zsh/oh-my-zsh/plugins/tmux/tmux.extra.conf | 2 + .config/zsh/oh-my-zsh/plugins/tmux/tmux.only.conf | 1 + .config/zsh/oh-my-zsh/plugins/tmux/tmux.plugin.zsh | 109 + .config/zsh/oh-my-zsh/plugins/tmuxinator/README.md | 19 + .../zsh/oh-my-zsh/plugins/tmuxinator/_tmuxinator | 23 + .../plugins/tmuxinator/tmuxinator.plugin.zsh | 5 + .config/zsh/oh-my-zsh/plugins/toolbox/README.md | 19 + .../oh-my-zsh/plugins/toolbox/kubectx.plugin.zsh | 3 + .config/zsh/oh-my-zsh/plugins/torrent/README.md | 13 + .../oh-my-zsh/plugins/torrent/torrent.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/transfer/README.md | 41 + .../oh-my-zsh/plugins/transfer/transfer.plugin.zsh | 97 + .config/zsh/oh-my-zsh/plugins/tugboat/README.md | 12 + .config/zsh/oh-my-zsh/plugins/tugboat/_tugboat | 106 + .config/zsh/oh-my-zsh/plugins/ubuntu/README.md | 61 + .../zsh/oh-my-zsh/plugins/ubuntu/ubuntu.plugin.zsh | 127 + .config/zsh/oh-my-zsh/plugins/ufw/README.md | 18 + .config/zsh/oh-my-zsh/plugins/ufw/_ufw | 115 + .../oh-my-zsh/plugins/universalarchive/README.md | 46 + .../plugins/universalarchive/_universalarchive | 6 + .../universalarchive/universalarchive.plugin.zsh | 70 + .config/zsh/oh-my-zsh/plugins/urltools/README.md | 29 + .../oh-my-zsh/plugins/urltools/urltools.plugin.zsh | 42 + .../zsh/oh-my-zsh/plugins/vagrant-prompt/README.md | 6 + .../vagrant-prompt/vagrant-prompt.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/vagrant/README.md | 40 + .config/zsh/oh-my-zsh/plugins/vagrant/_vagrant | 133 + .../oh-my-zsh/plugins/vagrant/vagrant.plugin.zsh | 33 + .config/zsh/oh-my-zsh/plugins/vault/README.md | 15 + .config/zsh/oh-my-zsh/plugins/vault/_vault | 400 + .config/zsh/oh-my-zsh/plugins/vi-mode/README.md | 132 + .../oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh | 145 + .../oh-my-zsh/plugins/vim-interaction/README.md | 82 + .../vim-interaction/vim-interaction.plugin.zsh | 69 + .config/zsh/oh-my-zsh/plugins/virtualenv/README.md | 15 + .../plugins/virtualenv/virtualenv.plugin.zsh | 7 + .../oh-my-zsh/plugins/virtualenvwrapper/README.md | 38 + .../virtualenvwrapper/virtualenvwrapper.plugin.zsh | 91 + .config/zsh/oh-my-zsh/plugins/volta/README.md | 11 + .../zsh/oh-my-zsh/plugins/volta/volta.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/vscode/README.md | 78 + .../zsh/oh-my-zsh/plugins/vscode/vscode.plugin.zsh | 41 + .config/zsh/oh-my-zsh/plugins/vundle/README.md | 19 + .../zsh/oh-my-zsh/plugins/vundle/vundle.plugin.zsh | 27 + .config/zsh/oh-my-zsh/plugins/wakeonlan/README.md | 43 + .config/zsh/oh-my-zsh/plugins/wakeonlan/_wake | 4 + .../plugins/wakeonlan/wakeonlan.plugin.zsh | 14 + .config/zsh/oh-my-zsh/plugins/wd/LICENSE | 21 + .config/zsh/oh-my-zsh/plugins/wd/README.md | 260 + .config/zsh/oh-my-zsh/plugins/wd/_wd.sh | 98 + .config/zsh/oh-my-zsh/plugins/wd/wd.plugin.zsh | 15 + .config/zsh/oh-my-zsh/plugins/wd/wd.sh | 501 + .config/zsh/oh-my-zsh/plugins/web-search/README.md | 79 + .../plugins/web-search/web-search.plugin.zsh | 82 + .config/zsh/oh-my-zsh/plugins/wp-cli/README.md | 109 + .../zsh/oh-my-zsh/plugins/wp-cli/wp-cli.plugin.zsh | 123 + .config/zsh/oh-my-zsh/plugins/xcode/README.md | 88 + .config/zsh/oh-my-zsh/plugins/xcode/_xcselv | 19 + .../zsh/oh-my-zsh/plugins/xcode/xcode.plugin.zsh | 201 + .config/zsh/oh-my-zsh/plugins/yarn/README.md | 56 + .config/zsh/oh-my-zsh/plugins/yarn/_yarn | 502 + .config/zsh/oh-my-zsh/plugins/yarn/yarn.plugin.zsh | 44 + .config/zsh/oh-my-zsh/plugins/yii/README.md | 15 + .config/zsh/oh-my-zsh/plugins/yii/yii.plugin.zsh | 17 + .config/zsh/oh-my-zsh/plugins/yii2/README.md | 7 + .config/zsh/oh-my-zsh/plugins/yii2/yii2.plugin.zsh | 29 + .config/zsh/oh-my-zsh/plugins/yum/README.md | 27 + .config/zsh/oh-my-zsh/plugins/yum/yum.plugin.zsh | 16 + .config/zsh/oh-my-zsh/plugins/z/Makefile | 4 + .config/zsh/oh-my-zsh/plugins/z/README | 148 + .config/zsh/oh-my-zsh/plugins/z/README.md | 23 + .config/zsh/oh-my-zsh/plugins/z/z.1 | 173 + .config/zsh/oh-my-zsh/plugins/z/z.plugin.zsh | 6 + .config/zsh/oh-my-zsh/plugins/z/z.sh | 267 + .config/zsh/oh-my-zsh/plugins/zbell/README.md | 33 + .../zsh/oh-my-zsh/plugins/zbell/zbell.plugin.zsh | 96 + .config/zsh/oh-my-zsh/plugins/zeus/README.md | 50 + .config/zsh/oh-my-zsh/plugins/zeus/_zeus | 98 + .config/zsh/oh-my-zsh/plugins/zeus/zeus.plugin.zsh | 70 + .config/zsh/oh-my-zsh/plugins/zoxide/README.md | 14 + .../zsh/oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh | 5 + .../oh-my-zsh/plugins/zsh-interactive-cd/README.md | 23 + .../zsh-interactive-cd.plugin.zsh | 148 + .../.config/znt/n-aliases.conf | 33 + .../zsh-navigation-tools/.config/znt/n-cd.conf | 68 + .../zsh-navigation-tools/.config/znt/n-env.conf | 38 + .../.config/znt/n-functions.conf | 41 + .../.config/znt/n-history.conf | 43 + .../zsh-navigation-tools/.config/znt/n-kill.conf | 46 + .../zsh-navigation-tools/.config/znt/n-list.conf | 55 + .../.config/znt/n-options.conf | 34 + .../.config/znt/n-panelize.conf | 34 + .../oh-my-zsh/plugins/zsh-navigation-tools/LICENSE | 700 + .../plugins/zsh-navigation-tools/Makefile | 35 + .../oh-my-zsh/plugins/zsh-navigation-tools/NEWS | 17 + .../plugins/zsh-navigation-tools/README.md | 259 + .../oh-my-zsh/plugins/zsh-navigation-tools/_n-kill | 41 + .../zsh-navigation-tools/doc/generate_single_file | 35 + .../zsh-navigation-tools/doc/img/n-history2.png | Bin 0 -> 108316 bytes .../plugins/zsh-navigation-tools/doc/install.sh | 70 + .../plugins/zsh-navigation-tools/doc/n-preview | 224 + .../plugins/zsh-navigation-tools/doc/znt-tmux.zsh | 50 + .../plugins/zsh-navigation-tools/n-aliases | 47 + .../oh-my-zsh/plugins/zsh-navigation-tools/n-cd | 71 + .../oh-my-zsh/plugins/zsh-navigation-tools/n-env | 47 + .../plugins/zsh-navigation-tools/n-functions | 54 + .../oh-my-zsh/plugins/zsh-navigation-tools/n-help | 135 + .../plugins/zsh-navigation-tools/n-history | 371 + .../oh-my-zsh/plugins/zsh-navigation-tools/n-kill | 96 + .../oh-my-zsh/plugins/zsh-navigation-tools/n-list | 517 + .../plugins/zsh-navigation-tools/n-list-draw | 133 + .../plugins/zsh-navigation-tools/n-list-input | 377 + .../plugins/zsh-navigation-tools/n-options | 84 + .../plugins/zsh-navigation-tools/n-panelize | 68 + .../plugins/zsh-navigation-tools/znt-cd-widget | 8 + .../zsh-navigation-tools/znt-history-widget | 22 + .../plugins/zsh-navigation-tools/znt-kill-widget | 8 + .../zsh-navigation-tools/znt-usetty-wrapper | 40 + .../zsh-navigation-tools.plugin.zsh | 77 + .config/zsh/oh-my-zsh/templates/zshrc.zsh-template | 101 + .config/zsh/oh-my-zsh/themes/3den.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/Soliah.zsh-theme | 85 + .config/zsh/oh-my-zsh/themes/adben.zsh-theme | 118 + .config/zsh/oh-my-zsh/themes/af-magic.zsh-theme | 46 + .config/zsh/oh-my-zsh/themes/afowler.zsh-theme | 10 + .config/zsh/oh-my-zsh/themes/agnoster.zsh-theme | 258 + .config/zsh/oh-my-zsh/themes/alanpeabody.zsh-theme | 24 + .config/zsh/oh-my-zsh/themes/amuse.zsh-theme | 18 + .config/zsh/oh-my-zsh/themes/apple.zsh-theme | 24 + .config/zsh/oh-my-zsh/themes/arrow.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/aussiegeek.zsh-theme | 8 + .config/zsh/oh-my-zsh/themes/avit.zsh-theme | 85 + .../zsh/oh-my-zsh/themes/awesomepanda.zsh-theme | 16 + .config/zsh/oh-my-zsh/themes/bira.zsh-theme | 32 + .config/zsh/oh-my-zsh/themes/blinks.zsh-theme | 30 + .config/zsh/oh-my-zsh/themes/bureau.zsh-theme | 126 + .../zsh/oh-my-zsh/themes/candy-kingdom.zsh-theme | 34 + .config/zsh/oh-my-zsh/themes/candy.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/clean.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/cloud.zsh-theme | 10 + .config/zsh/oh-my-zsh/themes/crcandy.zsh-theme | 8 + .config/zsh/oh-my-zsh/themes/crunch.zsh-theme | 39 + .config/zsh/oh-my-zsh/themes/cypher.zsh-theme | 4 + .config/zsh/oh-my-zsh/themes/dallas.zsh-theme | 27 + .config/zsh/oh-my-zsh/themes/darkblood.zsh-theme | 9 + .config/zsh/oh-my-zsh/themes/daveverwer.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/dieter.zsh-theme | 56 + .config/zsh/oh-my-zsh/themes/dogenpunk.zsh-theme | 77 + .config/zsh/oh-my-zsh/themes/dpoggi.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/dst.zsh-theme | 16 + .config/zsh/oh-my-zsh/themes/dstufft.zsh-theme | 19 + .config/zsh/oh-my-zsh/themes/duellj.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/eastwood.zsh-theme | 23 + .config/zsh/oh-my-zsh/themes/edvardm.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/emotty.zsh-theme | 113 + .config/zsh/oh-my-zsh/themes/essembeh.zsh-theme | 50 + .config/zsh/oh-my-zsh/themes/evan.zsh-theme | 2 + .config/zsh/oh-my-zsh/themes/fino-time.zsh-theme | 37 + .config/zsh/oh-my-zsh/themes/fino.zsh-theme | 47 + .config/zsh/oh-my-zsh/themes/fishy.zsh-theme | 35 + .config/zsh/oh-my-zsh/themes/flazz.zsh-theme | 19 + .config/zsh/oh-my-zsh/themes/fletcherm.zsh-theme | 12 + .config/zsh/oh-my-zsh/themes/fox.zsh-theme | 9 + .config/zsh/oh-my-zsh/themes/frisk.zsh-theme | 12 + .config/zsh/oh-my-zsh/themes/frontcube.zsh-theme | 13 + .config/zsh/oh-my-zsh/themes/funky.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/fwalch.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/gallifrey.zsh-theme | 11 + .config/zsh/oh-my-zsh/themes/gallois.zsh-theme | 24 + .../zsh/oh-my-zsh/themes/garyblessington.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/gentoo.zsh-theme | 30 + .../zsh/oh-my-zsh/themes/geoffgarside.zsh-theme | 5 + .config/zsh/oh-my-zsh/themes/gianu.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/gnzh.zsh-theme | 43 + .config/zsh/oh-my-zsh/themes/gozilla.zsh-theme | 15 + .config/zsh/oh-my-zsh/themes/half-life.zsh-theme | 93 + .config/zsh/oh-my-zsh/themes/humza.zsh-theme | 26 + .config/zsh/oh-my-zsh/themes/imajes.zsh-theme | 5 + .config/zsh/oh-my-zsh/themes/intheloop.zsh-theme | 23 + .config/zsh/oh-my-zsh/themes/itchy.zsh-theme | 18 + .config/zsh/oh-my-zsh/themes/jaischeema.zsh-theme | 12 + .config/zsh/oh-my-zsh/themes/jbergantine.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/jispwoso.zsh-theme | 10 + .config/zsh/oh-my-zsh/themes/jnrowe.zsh-theme | 37 + .config/zsh/oh-my-zsh/themes/jonathan.zsh-theme | 124 + .config/zsh/oh-my-zsh/themes/josh.zsh-theme | 43 + .config/zsh/oh-my-zsh/themes/jreese.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/jtriley.zsh-theme | 2 + .../zsh/oh-my-zsh/themes/juanghurtado.zsh-theme | 41 + .config/zsh/oh-my-zsh/themes/junkfood.zsh-theme | 30 + .config/zsh/oh-my-zsh/themes/kafeitu.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/kardan.zsh-theme | 12 + .../zsh/oh-my-zsh/themes/kennethreitz.zsh-theme | 15 + .config/zsh/oh-my-zsh/themes/kiwi.zsh-theme | 10 + .config/zsh/oh-my-zsh/themes/kolo.zsh-theme | 24 + .config/zsh/oh-my-zsh/themes/kphoen.zsh-theme | 43 + .config/zsh/oh-my-zsh/themes/lambda.zsh-theme | 4 + .config/zsh/oh-my-zsh/themes/linuxonly.zsh-theme | 58 + .config/zsh/oh-my-zsh/themes/lukerandall.zsh-theme | 24 + .../zsh/oh-my-zsh/themes/macovsky-ruby.zsh-theme | 1 + .config/zsh/oh-my-zsh/themes/macovsky.zsh-theme | 12 + .config/zsh/oh-my-zsh/themes/maran.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/mgutz.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/mh.zsh-theme | 24 + .../zsh/oh-my-zsh/themes/michelebologna.zsh-theme | 79 + .config/zsh/oh-my-zsh/themes/mikeh.zsh-theme | 21 + .config/zsh/oh-my-zsh/themes/miloshadzic.zsh-theme | 8 + .config/zsh/oh-my-zsh/themes/minimal.zsh-theme | 26 + .config/zsh/oh-my-zsh/themes/mira.zsh-theme | 23 + .config/zsh/oh-my-zsh/themes/mlh.zsh-theme | 97 + .../zsh/oh-my-zsh/themes/mortalscumbag.zsh-theme | 65 + .config/zsh/oh-my-zsh/themes/mrtazz.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/murilasso.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/muse.zsh-theme | 16 + .config/zsh/oh-my-zsh/themes/nanotech.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/nebirhos.zsh-theme | 21 + .config/zsh/oh-my-zsh/themes/nicoulaj.zsh-theme | 43 + .config/zsh/oh-my-zsh/themes/norm.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/obraun.zsh-theme | 10 + .config/zsh/oh-my-zsh/themes/peepcode.zsh-theme | 47 + .config/zsh/oh-my-zsh/themes/philips.zsh-theme | 14 + .config/zsh/oh-my-zsh/themes/pmcgee.zsh-theme | 16 + .../themes/pygmalion-virtualenv.zsh-theme | 54 + .config/zsh/oh-my-zsh/themes/pygmalion.zsh-theme | 32 + .config/zsh/oh-my-zsh/themes/random.zsh-theme | 47 + .config/zsh/oh-my-zsh/themes/re5et.zsh-theme | 15 + .config/zsh/oh-my-zsh/themes/refined.zsh-theme | 108 + .config/zsh/oh-my-zsh/themes/rgm.zsh-theme | 8 + .config/zsh/oh-my-zsh/themes/risto.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/rixius.zsh-theme | 21 + .config/zsh/oh-my-zsh/themes/rkj-repos.zsh-theme | 35 + .config/zsh/oh-my-zsh/themes/rkj.zsh-theme | 9 + .../zsh/oh-my-zsh/themes/robbyrussell.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/sammy.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/simonoff.zsh-theme | 99 + .config/zsh/oh-my-zsh/themes/simple.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/skaro.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/smt.zsh-theme | 83 + .config/zsh/oh-my-zsh/themes/sonicradish.zsh-theme | 37 + .config/zsh/oh-my-zsh/themes/sorin.zsh-theme | 42 + .config/zsh/oh-my-zsh/themes/sporty_256.zsh-theme | 13 + .config/zsh/oh-my-zsh/themes/steeef.zsh-theme | 103 + .config/zsh/oh-my-zsh/themes/strug.zsh-theme | 25 + .config/zsh/oh-my-zsh/themes/sunaku.zsh-theme | 25 + .config/zsh/oh-my-zsh/themes/sunrise.zsh-theme | 93 + .config/zsh/oh-my-zsh/themes/superjarin.zsh-theme | 18 + .config/zsh/oh-my-zsh/themes/suvash.zsh-theme | 21 + .../zsh/oh-my-zsh/themes/takashiyoshida.zsh-theme | 27 + .../zsh/oh-my-zsh/themes/terminalparty.zsh-theme | 8 + .../zsh/oh-my-zsh/themes/theunraveler.zsh-theme | 16 + .config/zsh/oh-my-zsh/themes/tjkirch.zsh-theme | 15 + .config/zsh/oh-my-zsh/themes/tjkirch_mod.zsh-theme | 13 + .config/zsh/oh-my-zsh/themes/tonotdo.zsh-theme | 12 + .config/zsh/oh-my-zsh/themes/trapd00r.zsh-theme | 132 + .config/zsh/oh-my-zsh/themes/wedisagree.zsh-theme | 109 + .config/zsh/oh-my-zsh/themes/wezm+.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/wezm.zsh-theme | 7 + .config/zsh/oh-my-zsh/themes/wuffers.zsh-theme | 5 + .../oh-my-zsh/themes/xiong-chiamiov-plus.zsh-theme | 6 + .../zsh/oh-my-zsh/themes/xiong-chiamiov.zsh-theme | 6 + .config/zsh/oh-my-zsh/themes/ys.zsh-theme | 80 + .config/zsh/oh-my-zsh/themes/zhann.zsh-theme | 25 + .config/zsh/oh-my-zsh/tools/changelog.sh | 476 + .config/zsh/oh-my-zsh/tools/check_for_upgrade.sh | 209 + .config/zsh/oh-my-zsh/tools/install.sh | 517 + .config/zsh/oh-my-zsh/tools/require_tool.sh | 161 + .config/zsh/oh-my-zsh/tools/theme_chooser.sh | 98 + .config/zsh/oh-my-zsh/tools/uninstall.sh | 40 + .config/zsh/oh-my-zsh/tools/upgrade.sh | 245 + .../clear_comtypes_cache.cpython-310.pyc | Bin 0 -> 1303 bytes .local/bin/alembic | 8 + .local/bin/alert | 3 + .local/bin/arkenfox-auto-update | 23 + .local/bin/base58 | 8 + .local/bin/booksplit | 43 + .local/bin/brom_to_offs | 8 + .local/bin/chardetect | 8 + .local/bin/classic-radio | 4 + .local/bin/clear_comtypes_cache.py | 57 + .local/bin/client_secrets.json | 1 + .local/bin/compiler | 52 + .local/bin/convert-json | 8 + .local/bin/cron/README.md | 11 + .local/bin/cron/checkup | 17 + .local/bin/cron/crontog | 6 + .local/bin/cron/newsup | 15 + .local/bin/da_parser | 8 + .local/bin/displayselect | 82 + .local/bin/django-admin | 8 + .local/bin/dmenuhandler | 21 + .local/bin/dmenumount | 67 + .local/bin/dmenumountcifs | 19 + .local/bin/dmenupass | 6 + .local/bin/dmenurecord | 123 + .local/bin/dmenuumount | 44 + .local/bin/dmenuunicode | 18 + .local/bin/dwm_bar | 67 + .local/bin/emoji | 3 + .local/bin/epylint | 8 + .local/bin/estimator_ckpt_converter | 8 + .local/bin/ext | 45 + .local/bin/f2py | 8 + .local/bin/f2py3 | 8 + .local/bin/f2py3.10 | 8 + .local/bin/f2py3.8 | 8 + .local/bin/flake8 | 8 + .local/bin/flask | 8 + .local/bin/fonttools | 8 + .local/bin/get_objgraph | 54 + .local/bin/getbib | 14 + .local/bin/getcomproot | 9 + .local/bin/getkeys | 5 + .local/bin/google-oauthlib-tool | 8 + .local/bin/holehe | 8 + .local/bin/httpx | 8 + .local/bin/ifinstalled | 12 + .local/bin/import_pb_to_tensorboard | 8 + .local/bin/isort | 8 + .local/bin/isort-identify-imports | 8 + .local/bin/jsonschema | 8 + .local/bin/keystone-manage | 8 + .local/bin/keystone-status | 8 + .local/bin/keystone-wsgi-admin | 53 + .local/bin/keystone-wsgi-public | 53 + .local/bin/layoutmenu | 7 + .local/bin/lfub | 24 + .local/bin/linkhandler | 26 + .local/bin/lockutils-wrapper | 8 + .local/bin/maimpick | 20 + .local/bin/make_metadata | 8 + .local/bin/mako-render | 8 + .local/bin/markdown_py | 8 + .local/bin/mdexport | 8 + .local/bin/merge_metadata | 8 + .local/bin/mounter | 119 + .local/bin/mtk | 8 + .local/bin/mtk_gui | 8 + .local/bin/nasad | 8 + .local/bin/netaddr | 8 + .local/bin/newword | 6 + .local/bin/noisereduce | 81 + .local/bin/normalizer | 8 + .local/bin/notflix | 6 + .local/bin/opout | 13 + .local/bin/oslo-config-generator | 8 + .local/bin/oslo-config-validator | 8 + .local/bin/oslo-messaging-send-notification | 8 + .local/bin/oslo-metrics | 8 + .local/bin/oslopolicy-checker | 8 + .local/bin/oslopolicy-convert-json-to-yaml | 8 + .local/bin/oslopolicy-list-redundant | 8 + .local/bin/oslopolicy-policy-generator | 8 + .local/bin/oslopolicy-policy-upgrade | 8 + .local/bin/oslopolicy-sample-generator | 8 + .local/bin/oslopolicy-validator | 8 + .local/bin/osprofiler | 8 + .local/bin/otp | 50 + .local/bin/pagalnew | 50 + .local/bin/parse_xsd2 | 8 + .local/bin/pauseallmpv | 10 + .local/bin/pbr | 8 + .local/bin/peertubetorrent | 9 + .local/bin/pip | 8 + .local/bin/pip3 | 8 + .local/bin/pip3.8 | 8 + .local/bin/podentr | 7 + .local/bin/prompt | 8 + .local/bin/py.test | 8 + .local/bin/pycodestyle | 8 + .local/bin/pyflakes | 8 + .local/bin/pyftmerge | 8 + .local/bin/pyftsubset | 8 + .local/bin/pylint | 8 + .local/bin/pyreverse | 8 + .local/bin/pyrsa-decrypt | 8 + .local/bin/pyrsa-encrypt | 8 + .local/bin/pyrsa-keygen | 8 + .local/bin/pyrsa-priv2pub | 8 + .local/bin/pyrsa-sign | 8 + .local/bin/pyrsa-verify | 8 + .local/bin/pyserial-miniterm | 8 + .local/bin/pyserial-ports | 8 + .local/bin/pyside6-android-deploy | 8 + .local/bin/pyside6-assistant | 8 + .local/bin/pyside6-deploy | 8 + .local/bin/pyside6-designer | 8 + .local/bin/pyside6-genpyi | 8 + .local/bin/pyside6-linguist | 8 + .local/bin/pyside6-lrelease | 8 + .local/bin/pyside6-lupdate | 8 + .local/bin/pyside6-metaobjectdump | 8 + .local/bin/pyside6-project | 8 + .local/bin/pyside6-qml | 8 + .local/bin/pyside6-qmlcachegen | 8 + .local/bin/pyside6-qmlformat | 8 + .local/bin/pyside6-qmlimportscanner | 8 + .local/bin/pyside6-qmllint | 8 + .local/bin/pyside6-qmlls | 8 + .local/bin/pyside6-qmltyperegistrar | 8 + .local/bin/pyside6-qtpy2cpp | 8 + .local/bin/pyside6-rcc | 8 + .local/bin/pyside6-uic | 8 + .local/bin/pytest | 8 + .local/bin/pywalfox | 8 + .local/bin/qndl | 12 + .local/bin/queueandnotify | 14 + .local/bin/randompass | 31 + .local/bin/remapd | 8 + .local/bin/remaps | 11 + .local/bin/rotdir | 12 + .local/bin/rssadd | 18 + .local/bin/samedir | 10 + .local/bin/saved_model_cli | 8 + .local/bin/sd | 22 + .local/bin/set_wallpaper | 21 + .local/bin/setbg | 42 + .local/bin/shortcuts | 44 + .local/bin/simplex-chat | Bin 0 -> 104330520 bytes .local/bin/slider | 126 + .local/bin/socialscan | 8 + .local/bin/sqlformat | 8 + .local/bin/srt | 57 + .local/bin/srt-deduplicate | 96 + .local/bin/srt-fixed-timeshift | 47 + .local/bin/srt-linear-timeshift | 105 + .local/bin/srt-lines-matching | 85 + .local/bin/srt-mux | 112 + .local/bin/srt-normalise | 28 + .local/bin/srt-play | 59 + .local/bin/srt-process | 57 + .local/bin/stage2 | 8 + .local/bin/statusbar/sb-battery | 37 + .local/bin/statusbar/sb-brightness | 23 + .local/bin/statusbar/sb-clock | 29 + .local/bin/statusbar/sb-cpu | 12 + .local/bin/statusbar/sb-cpubars | 44 + .local/bin/statusbar/sb-disk | 23 + .local/bin/statusbar/sb-doppler | 280 + .local/bin/statusbar/sb-forecast | 53 + .local/bin/statusbar/sb-help-icon | 17 + .local/bin/statusbar/sb-internet | 33 + .local/bin/statusbar/sb-iplocate | 15 + .local/bin/statusbar/sb-kbselect | 17 + .local/bin/statusbar/sb-mailbox | 20 + .local/bin/statusbar/sb-memory | 12 + .local/bin/statusbar/sb-moonphase | 37 + .local/bin/statusbar/sb-mpdup | 8 + .local/bin/statusbar/sb-music | 19 + .local/bin/statusbar/sb-nettraf | 29 + .local/bin/statusbar/sb-news | 17 + .local/bin/statusbar/sb-pacpackages | 29 + .local/bin/statusbar/sb-popupgrade | 9 + .local/bin/statusbar/sb-price | 56 + .local/bin/statusbar/sb-tasks | 20 + .local/bin/statusbar/sb-torrent | 27 + .local/bin/statusbar/sb-volume | 39 + .local/bin/switch_audio | 14 + .local/bin/symilar | 8 + .local/bin/sysact | 26 + .local/bin/system_action | 16 + .local/bin/tag | 49 + .local/bin/td-toggle | 12 + .local/bin/tensorboard | 8 + .local/bin/texclear | 9 + .local/bin/tf_upgrade_v2 | 8 + .local/bin/tflite_convert | 8 + .local/bin/toco | 8 + .local/bin/toco_from_protos | 8 + .local/bin/torwrap | 7 + .local/bin/tqdm | 8 + .local/bin/transadd | 9 + .local/bin/ttx | 8 + .local/bin/tutorialvids | 26 + .local/bin/undill | 22 + .local/bin/unix | 26 + .local/bin/unmounter | 28 + .local/bin/upload.py | 181 + .local/bin/vosk-transcriber | 8 + .local/bin/waldl | 161 + .local/bin/weath | 25 + .local/bin/wheel | 8 + .local/bin/xdg-terminal-exec | 3 + .local/bin/xmlschema-json2xml | 8 + .local/bin/xmlschema-validate | 8 + .local/bin/xmlschema-xml2json | 8 + .local/bin/yappi | 8 + .local/bin/ytplay | 4 + .local/share/applications/video.desktop | 4 + .../share/gnupg/.#lk0x000056f725d33120.zeus.31120 | 0 .local/share/gnupg/.#lk0x00005753cf5f1120.zeus.718 | 0 .../share/gnupg/.#lk0x00005aa71cb0f120.zeus.3256 | 2 + .local/share/gnupg/.#lk0x00005aac368de120.zeus.716 | 0 .../share/gnupg/.#lk0x00005c3b74063120.zeus.3247 | 2 + .../gnupg/.#lk0x00005dad06836060.etherious.3041 | 2 + .local/share/gnupg/.#lk0x00005fdee73cc120.zeus.714 | 0 .../share/gnupg/.#lk0x0000610913c9d2f0.zeus.6928 | 2 + .../share/gnupg/.#lk0x000062840950a2b0.zeus.16138 | 2 + .../share/gnupg/.#lk0x000062eab63702b0.zeus.13441 | 2 + .../share/gnupg/.#lk0x000063eaa9cad120.zeus.31119 | 0 .local/share/gnupg/crls.d/DIR.txt | 4 + ...crl-12EEE3F4F4D3ECB168B43D78106FDFF4A5172373.db | Bin 0 -> 3296 bytes ...crl-144A4E581367F7B27E14A530EE3E29EC10C865EF.db | Bin 0 -> 154536 bytes ...crl-E07621FD4237730D23C776BB9F4F49BDB8A1A65A.db | Bin 0 -> 2048 bytes .../4815868C8308F173939DDBE6DFA0EA92EFC18945.key | 32 + .../58D3DBBB43C7309D432FE4E460306C594C3AA161.key | 57 + .../E3A4844330B5A881F3E6369F40C71ABE28F2213D.key | 57 + .../FF45DFF6144F641B18644DACF1CF0D0E42CB6DEF.key | 32 + .local/share/gnupg/pubring.kbx | Bin 0 -> 37901 bytes .local/share/gnupg/pubring.kbx~ | Bin 0 -> 35501 bytes .local/share/gnupg/random_seed | Bin 0 -> 600 bytes .local/share/gnupg/sshcontrol | 11 + .local/share/gnupg/trustdb.gpg | Bin 0 -> 1280 bytes .local/share/gnupg/trustlist.txt | 6 + 1231 files changed, 108880 insertions(+), 373 deletions(-) create mode 100644 .config/cava/shaders/bar_spectrum.frag create mode 100644 .config/cava/shaders/northern_lights.frag create mode 100644 .config/cava/shaders/pass_through.vert create mode 100644 .config/mpd/database create mode 100644 .config/nvim/.stylua.toml create mode 100644 .config/nvim/LICENSE create mode 100644 .config/nvim/README.md create mode 100644 .config/nvim/init.lua create mode 100644 .config/nvim/lazy-lock.json create mode 100644 .config/nvim/lua/chadrc.lua create mode 100644 .config/nvim/lua/configs/conform.lua create mode 100644 .config/nvim/lua/configs/lazy.lua create mode 100644 .config/nvim/lua/configs/lspconfig.lua create mode 100644 .config/nvim/lua/mappings.lua create mode 100644 .config/nvim/lua/options.lua create mode 100644 .config/nvim/lua/plugins/init.lua create mode 100644 .config/nvim/pywal/LICENSE create mode 100644 .config/nvim/pywal/README.md create mode 100644 .config/nvim/pywal/chadwal.py create mode 100644 .config/nvim/pywal/dark.lua create mode 100644 .config/nvim/pywal/light.lua create mode 100644 .config/nvim/pywal/matugen.lua create mode 100644 .config/shell/shortcutenvrc create mode 100644 .config/wal/templates/base46-dark.lua create mode 100644 .config/zsh/oh-my-zsh/CODE_OF_CONDUCT.md create mode 100644 .config/zsh/oh-my-zsh/CONTRIBUTING.md create mode 100644 .config/zsh/oh-my-zsh/LICENSE.txt create mode 100644 .config/zsh/oh-my-zsh/README.md create mode 100644 .config/zsh/oh-my-zsh/SECURITY.md create mode 100644 .config/zsh/oh-my-zsh/cache/.gitkeep create mode 100644 .config/zsh/oh-my-zsh/cache/.zsh-update create mode 100644 .config/zsh/oh-my-zsh/cache/grep-alias create mode 100644 .config/zsh/oh-my-zsh/custom/example.zsh create mode 100644 .config/zsh/oh-my-zsh/custom/plugins/example/example.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/custom/themes/example.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/lib/bzr.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/cli.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/clipboard.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/compfix.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/completion.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/correction.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/diagnostics.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/directories.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/functions.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/git.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/grep.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/history.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/key-bindings.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/misc.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/nvm.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/prompt_info_functions.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/spectrum.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/termsupport.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/theme-and-appearance.zsh create mode 100644 .config/zsh/oh-my-zsh/lib/vcs_info.zsh create mode 100644 .config/zsh/oh-my-zsh/log/.gitkeep create mode 100644 .config/zsh/oh-my-zsh/oh-my-zsh.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/1password/1password.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/1password/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/1password/_opswd create mode 100644 .config/zsh/oh-my-zsh/plugins/1password/opswd create mode 100644 .config/zsh/oh-my-zsh/plugins/adb/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/adb/_adb create mode 100644 .config/zsh/oh-my-zsh/plugins/ag/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ag/_ag create mode 100644 .config/zsh/oh-my-zsh/plugins/alias-finder/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/alias-finder/alias-finder.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/aliases/.gitignore create mode 100644 .config/zsh/oh-my-zsh/plugins/aliases/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/aliases/aliases.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/aliases/cheatsheet.py create mode 100644 .config/zsh/oh-my-zsh/plugins/aliases/termcolor.py create mode 100644 .config/zsh/oh-my-zsh/plugins/ansible/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ansible/ansible.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ant/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ant/_ant create mode 100644 .config/zsh/oh-my-zsh/plugins/ant/ant.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/apache2-macports/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/apache2-macports/apache2-macports.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/arcanist/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/arcanist/arcanist.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/archlinux/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/archlinux/archlinux.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/asdf/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/asdf/asdf.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/autoenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/autoenv/autoenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/autojump/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/autojump/autojump.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/autopep8/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/autopep8/_autopep8 create mode 100644 .config/zsh/oh-my-zsh/plugins/aws/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/aws/aws.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/battery/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/battery/battery.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/bazel/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/bazel/_bazel create mode 100644 .config/zsh/oh-my-zsh/plugins/bbedit/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/bbedit/bbedit.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/bedtools/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/bedtools/_bedtools create mode 100644 .config/zsh/oh-my-zsh/plugins/bgnotify/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/bgnotify/bgnotify.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/bower/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/bower/_bower create mode 100644 .config/zsh/oh-my-zsh/plugins/bower/bower.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/branch/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/branch/branch.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/brew/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/brew/brew.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/bundler/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/bundler/_bundler create mode 100644 .config/zsh/oh-my-zsh/plugins/bundler/bundler.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cabal/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cabal/cabal.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cake/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cake/cake.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cakephp3/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cakephp3/cakephp3.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/capistrano/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/capistrano/_capistrano create mode 100644 .config/zsh/oh-my-zsh/plugins/capistrano/capistrano.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cargo/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cargo/cargo.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cask/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cask/cask.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/catimg/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/catimg/catimg.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/catimg/catimg.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/catimg/colors.png create mode 100644 .config/zsh/oh-my-zsh/plugins/celery/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/celery/_celery create mode 100644 .config/zsh/oh-my-zsh/plugins/charm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/charm/charm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/chruby/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/chruby/chruby.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/chucknorris/.gitignore create mode 100644 .config/zsh/oh-my-zsh/plugins/chucknorris/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/chucknorris/chucknorris.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/chucknorris/fortunes/chucknorris create mode 100644 .config/zsh/oh-my-zsh/plugins/cloudfoundry/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cloudfoundry/cloudfoundry.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/codeclimate/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/codeclimate/_codeclimate create mode 100644 .config/zsh/oh-my-zsh/plugins/coffee/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/coffee/_coffee create mode 100644 .config/zsh/oh-my-zsh/plugins/coffee/coffee.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/colemak/.gitignore create mode 100644 .config/zsh/oh-my-zsh/plugins/colemak/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/colemak/colemak-less create mode 100644 .config/zsh/oh-my-zsh/plugins/colemak/colemak.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/colored-man-pages/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/colored-man-pages/colored-man-pages.plugin.zsh create mode 100755 .config/zsh/oh-my-zsh/plugins/colored-man-pages/nroff create mode 100644 .config/zsh/oh-my-zsh/plugins/colorize/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/colorize/colorize.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/command-not-found/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/command-not-found/command-not-found.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/common-aliases/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/common-aliases/common-aliases.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/compleat/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/compleat/compleat.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/composer/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/composer/composer.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/copybuffer/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/copybuffer/copybuffer.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/copydir/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/copydir/copydir.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/copyfile/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/copyfile/copyfile.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/copypath/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/copypath/copypath.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cp/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cp/cp.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/cpanm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/cpanm/_cpanm create mode 100644 .config/zsh/oh-my-zsh/plugins/dash/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dash/dash.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/debian/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/debian/debian.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/deno/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/deno/deno.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dircycle/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dircycle/dircycle.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/direnv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/direnv/direnv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dirhistory/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dirhistory/dirhistory.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dirpersist/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dirpersist/dirpersist.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dnf/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dnf/dnf.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dnote/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dnote/_dnote create mode 100644 .config/zsh/oh-my-zsh/plugins/docker-compose/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/docker-compose/_docker-compose create mode 100644 .config/zsh/oh-my-zsh/plugins/docker-compose/docker-compose.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/docker-machine/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/docker-machine/_docker-machine create mode 100644 .config/zsh/oh-my-zsh/plugins/docker-machine/docker-machine.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/docker/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/docker/_docker create mode 100644 .config/zsh/oh-my-zsh/plugins/docker/docker.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/doctl/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/doctl/doctl.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dotenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dotenv/dotenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/dotnet/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/dotnet/dotnet.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/droplr/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/droplr/droplr.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/drush/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/drush/drush.complete.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/drush/drush.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/eecms/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/eecms/eecms.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emacs/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/emacs/emacs.plugin.zsh create mode 100755 .config/zsh/oh-my-zsh/plugins/emacs/emacsclient.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/ember-cli/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ember-cli/_ember-cli create mode 100644 .config/zsh/oh-my-zsh/plugins/ember-cli/ember-cli.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji-clock/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji-clock/emoji-clock.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji/emoji-char-definitions.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji/emoji-data.txt create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji/emoji.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji/gemoji_db.json create mode 100644 .config/zsh/oh-my-zsh/plugins/emoji/update_emoji.py create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty_emoji_set.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty_floral_set.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty_love_set.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty_nature_set.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty_stellar_set.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/emotty/emotty_zodiac_set.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/encode64/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/encode64/encode64.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/extract/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/extract/_extract create mode 100644 .config/zsh/oh-my-zsh/plugins/extract/extract.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fabric/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fabric/_fab create mode 100644 .config/zsh/oh-my-zsh/plugins/fabric/fabric.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fancy-ctrl-z/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fasd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fasd/fasd.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fastfile/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fastfile/fastfile.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fbterm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fbterm/fbterm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fd/_fd create mode 100644 .config/zsh/oh-my-zsh/plugins/fig/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fig/fig.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/firewalld/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/firewalld/firewalld.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/flutter/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/flutter/_flutter create mode 100644 .config/zsh/oh-my-zsh/plugins/flutter/flutter.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fnm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fnm/fnm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/forklift/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/forklift/forklift.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fossil/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fossil/_fossil create mode 100644 .config/zsh/oh-my-zsh/plugins/fossil/fossil.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/frontend-search/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/frontend-search/_frontend create mode 100644 .config/zsh/oh-my-zsh/plugins/frontend-search/frontend-search.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/fzf/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/fzf/fzf.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gas/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gas/_gas create mode 100644 .config/zsh/oh-my-zsh/plugins/gatsby/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gatsby/_gatsby create mode 100644 .config/zsh/oh-my-zsh/plugins/gb/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gb/_gb create mode 100644 .config/zsh/oh-my-zsh/plugins/gcloud/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gcloud/gcloud.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/geeknote/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/geeknote/_geeknote create mode 100644 .config/zsh/oh-my-zsh/plugins/geeknote/geeknote.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gem/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gem/_gem create mode 100644 .config/zsh/oh-my-zsh/plugins/gem/gem.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/genpass/README.md create mode 100755 .config/zsh/oh-my-zsh/plugins/genpass/genpass-apple create mode 100755 .config/zsh/oh-my-zsh/plugins/genpass/genpass-monkey create mode 100755 .config/zsh/oh-my-zsh/plugins/genpass/genpass-xkcd create mode 100644 .config/zsh/oh-my-zsh/plugins/genpass/genpass.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gh/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gh/gh.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-auto-fetch/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-auto-fetch/git-auto-fetch.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-escape-magic/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-escape-magic/git-escape-magic create mode 100644 .config/zsh/oh-my-zsh/plugins/git-escape-magic/git-escape-magic.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-extras/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-extras/git-extras.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-flow-avh/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-flow-avh/git-flow-avh.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-flow/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-flow/_git-flow create mode 100644 .config/zsh/oh-my-zsh/plugins/git-flow/git-flow.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-hubflow/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-hubflow/git-hubflow.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-lfs/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-lfs/git-lfs.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-prompt/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git-prompt/git-prompt.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/git-prompt/gitstatus.py create mode 100644 .config/zsh/oh-my-zsh/plugins/git/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/git/git.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gitfast/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gitfast/_git create mode 100644 .config/zsh/oh-my-zsh/plugins/gitfast/git-completion.bash create mode 100644 .config/zsh/oh-my-zsh/plugins/gitfast/git-prompt.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/gitfast/gitfast.plugin.zsh create mode 100755 .config/zsh/oh-my-zsh/plugins/gitfast/update create mode 100644 .config/zsh/oh-my-zsh/plugins/github/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/github/_hub create mode 100644 .config/zsh/oh-my-zsh/plugins/github/github.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gitignore/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gitignore/gitignore.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/glassfish/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/glassfish/_asadmin create mode 100644 .config/zsh/oh-my-zsh/plugins/glassfish/glassfish.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/globalias/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/globalias/globalias.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gnu-utils/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gnu-utils/gnu-utils.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/golang/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/golang/_golang create mode 100644 .config/zsh/oh-my-zsh/plugins/golang/golang.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/golang/templates/package.txt create mode 100644 .config/zsh/oh-my-zsh/plugins/golang/templates/search.txt create mode 100644 .config/zsh/oh-my-zsh/plugins/gpg-agent/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gpg-agent/gpg-agent.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gradle/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gradle/_gradle create mode 100644 .config/zsh/oh-my-zsh/plugins/gradle/gradle.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/grails/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/grails/grails.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/grc/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/grc/grc.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/grunt/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/grunt/grunt.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/gulp/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/gulp/gulp.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/hanami/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/hanami/hanami.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/helm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/helm/helm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/heroku/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/heroku/heroku.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/history-substring-search/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/history-substring-search/history-substring-search.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/history-substring-search/history-substring-search.zsh create mode 100755 .config/zsh/oh-my-zsh/plugins/history-substring-search/update-from-upstream.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/history/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/history/history.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/hitchhiker/.gitignore create mode 100644 .config/zsh/oh-my-zsh/plugins/hitchhiker/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/hitchhiker/fortunes/hitchhiker create mode 100644 .config/zsh/oh-my-zsh/plugins/hitchhiker/hitchhiker.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/hitokoto/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/hitokoto/hitokoto.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/homestead/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/homestead/homestead.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/httpie/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/httpie/_httpie create mode 100644 .config/zsh/oh-my-zsh/plugins/invoke/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/invoke/invoke.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ionic/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ionic/ionic.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ipfs/LICENSE create mode 100644 .config/zsh/oh-my-zsh/plugins/ipfs/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ipfs/_ipfs create mode 100644 .config/zsh/oh-my-zsh/plugins/isodate/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/isodate/isodate.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/istioctl/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/istioctl/istioctl.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/iterm2/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/iterm2/iterm2.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jake-node/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jake-node/jake-node.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jenv/jenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jfrog/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jfrog/jfrog.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jhbuild/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jhbuild/jhbuild.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jira/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jira/_jira create mode 100644 .config/zsh/oh-my-zsh/plugins/jira/jira.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jruby/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jruby/jruby.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jsontools/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jsontools/jsontools.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/juju/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/juju/juju.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/jump/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/jump/jump.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kate/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kate/kate.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/keychain/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/keychain/keychain.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kitchen/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kitchen/_kitchen create mode 100644 .config/zsh/oh-my-zsh/plugins/kn/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kn/kn.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/knife/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/knife/_knife create mode 100644 .config/zsh/oh-my-zsh/plugins/knife_ssh/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/knife_ssh/knife_ssh.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kops/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kops/kops.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kube-ps1/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kube-ps1/kube-ps1.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kubectl/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kubectl/kubectl.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kubectx/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/kubectx/kubectx.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/kubectx/prod.png create mode 100644 .config/zsh/oh-my-zsh/plugins/kubectx/stage.png create mode 100644 .config/zsh/oh-my-zsh/plugins/lando/LICENSE create mode 100644 .config/zsh/oh-my-zsh/plugins/lando/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/lando/lando.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel/_artisan create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel/laravel.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel4/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel4/laravel4.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel5/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/laravel5/laravel5.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/last-working-dir/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/last-working-dir/last-working-dir.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/lein/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/lein/_lein create mode 100644 .config/zsh/oh-my-zsh/plugins/lighthouse/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/lighthouse/lighthouse.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/lol/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/lol/lol.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/lpass/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/lpass/_lpass create mode 100644 .config/zsh/oh-my-zsh/plugins/lxd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/lxd/lxd.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/macos/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/macos/_security create mode 100644 .config/zsh/oh-my-zsh/plugins/macos/macos.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/macos/music create mode 100644 .config/zsh/oh-my-zsh/plugins/macos/spotify create mode 100644 .config/zsh/oh-my-zsh/plugins/macports/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/macports/_port create mode 100644 .config/zsh/oh-my-zsh/plugins/macports/macports.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/magic-enter/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/magic-enter/magic-enter.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/man/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/man/man.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/marked2/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/marked2/marked2.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/mercurial/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mercurial/mercurial.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/meteor/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/meteor/_meteor create mode 100644 .config/zsh/oh-my-zsh/plugins/meteor/meteor.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/microk8s/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/microk8s/microk8s.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/minikube/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/minikube/minikube.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/mix-fast/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mix-fast/mix-fast.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/mix/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mix/_mix create mode 100644 .config/zsh/oh-my-zsh/plugins/mongocli/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mongocli/mongocli.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/mosh/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mosh/mosh.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/multipass/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/multipass/_multipass create mode 100644 .config/zsh/oh-my-zsh/plugins/multipass/multipass.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/mvn/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mvn/mvn.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/mysql-macports/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/mysql-macports/mysql-macports.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/n98-magerun/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/n98-magerun/n98-magerun.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/nanoc/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/nanoc/_nanoc create mode 100644 .config/zsh/oh-my-zsh/plugins/nanoc/nanoc.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ng/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ng/_ng create mode 100644 .config/zsh/oh-my-zsh/plugins/nmap/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/nmap/nmap.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/node/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/node/node.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/nomad/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/nomad/_nomad create mode 100644 .config/zsh/oh-my-zsh/plugins/npm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/npm/npm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/npx/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/npx/npx.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/nvm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/nvm/_nvm create mode 100644 .config/zsh/oh-my-zsh/plugins/nvm/nvm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/oc/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/oc/oc.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/octozen/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/octozen/octozen.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/operator-sdk/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/operator-sdk/operator-sdk.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/osx/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/osx/osx.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/otp/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/otp/otp.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pass/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pass/_pass create mode 100644 .config/zsh/oh-my-zsh/plugins/paver/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/paver/paver.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pep8/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pep8/_pep8 create mode 100644 .config/zsh/oh-my-zsh/plugins/per-directory-history/README.md create mode 120000 .config/zsh/oh-my-zsh/plugins/per-directory-history/per-directory-history.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/per-directory-history/per-directory-history.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/percol/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/percol/percol.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/perl/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/perl/perl.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/perms/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/perms/perms.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/phing/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/phing/phing.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pip/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pip/_pip create mode 100644 .config/zsh/oh-my-zsh/plugins/pip/pip.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pipenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pipenv/pipenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pj/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pj/pj.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/please/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/please/please.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pm2/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pm2/_pm2 create mode 100644 .config/zsh/oh-my-zsh/plugins/pm2/pm2.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pod/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pod/_pod create mode 100644 .config/zsh/oh-my-zsh/plugins/poetry/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/poetry/poetry.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/postgres/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/postgres/postgres.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pow/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pow/pow.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/powder/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/powder/_powder create mode 100644 .config/zsh/oh-my-zsh/plugins/powify/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/powify/_powify create mode 100644 .config/zsh/oh-my-zsh/plugins/profiles/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/profiles/profiles.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pyenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pyenv/pyenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/pylint/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/pylint/_pylint create mode 100644 .config/zsh/oh-my-zsh/plugins/pylint/pylint.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/python/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/python/python.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rails/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rails/_rails create mode 100644 .config/zsh/oh-my-zsh/plugins/rails/rails.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rake-fast/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rake-fast/rake-fast.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rake/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rake/rake.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rand-quote/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rand-quote/rand-quote.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rbenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rbenv/rbenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rbfu/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rbfu/rbfu.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rbw/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rbw/rbw.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/react-native/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/react-native/_react-native create mode 100644 .config/zsh/oh-my-zsh/plugins/react-native/react-native.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rebar/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rebar/_rebar create mode 100644 .config/zsh/oh-my-zsh/plugins/redis-cli/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/redis-cli/_redis-cli create mode 100644 .config/zsh/oh-my-zsh/plugins/repo/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/repo/_repo create mode 100644 .config/zsh/oh-my-zsh/plugins/repo/repo.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ripgrep/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ripgrep/_ripgrep create mode 100644 .config/zsh/oh-my-zsh/plugins/ros/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ros/_ros create mode 100644 .config/zsh/oh-my-zsh/plugins/rsync/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rsync/rsync.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ruby/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ruby/ruby.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rust/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rust/_rustc create mode 100644 .config/zsh/oh-my-zsh/plugins/rust/rust.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rustup/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rustup/rustup.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/rvm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/rvm/rvm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/safe-paste/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/safe-paste/safe-paste.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/salt/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/salt/_salt create mode 100644 .config/zsh/oh-my-zsh/plugins/samtools/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/samtools/_samtools create mode 100644 .config/zsh/oh-my-zsh/plugins/sbt/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sbt/_sbt create mode 100644 .config/zsh/oh-my-zsh/plugins/sbt/sbt.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/scala/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/scala/_scala create mode 100644 .config/zsh/oh-my-zsh/plugins/scd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/scd/_scd create mode 100755 .config/zsh/oh-my-zsh/plugins/scd/scd create mode 100644 .config/zsh/oh-my-zsh/plugins/scd/scd.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/screen/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/screen/screen.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/scw/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/scw/_scw create mode 100644 .config/zsh/oh-my-zsh/plugins/sdk/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sdk/sdk.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/sfdx/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sfdx/_sfdx create mode 100644 .config/zsh/oh-my-zsh/plugins/sfffe/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sfffe/sfffe.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/shell-proxy/.editorconfig create mode 100644 .config/zsh/oh-my-zsh/plugins/shell-proxy/README.md create mode 100755 .config/zsh/oh-my-zsh/plugins/shell-proxy/proxy.py create mode 100644 .config/zsh/oh-my-zsh/plugins/shell-proxy/shell-proxy.plugin.zsh create mode 100755 .config/zsh/oh-my-zsh/plugins/shell-proxy/ssh-agent.py create mode 100755 .config/zsh/oh-my-zsh/plugins/shell-proxy/ssh-proxy.py create mode 100644 .config/zsh/oh-my-zsh/plugins/shrink-path/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/shrink-path/shrink-path.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/singlechar/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/singlechar/singlechar.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/spring/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/spring/_spring create mode 100644 .config/zsh/oh-my-zsh/plugins/sprunge/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sprunge/sprunge.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ssh-agent/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ssh-agent/ssh-agent.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/stack/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/stack/stack.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/sublime-merge/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sublime-merge/sublime-merge.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/sublime/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sublime/sublime.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/sudo/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/sudo/sudo.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/supervisor/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/supervisor/_supervisorctl create mode 100644 .config/zsh/oh-my-zsh/plugins/supervisor/_supervisord create mode 100644 .config/zsh/oh-my-zsh/plugins/supervisor/supervisor.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/suse/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/suse/suse.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/svcat/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/svcat/svcat.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/svn-fast-info/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/svn-fast-info/svn-fast-info.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/svn/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/svn/svn.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/swiftpm/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/swiftpm/_swift create mode 100644 .config/zsh/oh-my-zsh/plugins/swiftpm/swiftpm.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/symfony/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/symfony/symfony.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/symfony2/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/symfony2/symfony2.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/systemadmin/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/systemadmin/systemadmin.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/systemd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/systemd/systemd.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/taskwarrior/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/taskwarrior/_task create mode 100644 .config/zsh/oh-my-zsh/plugins/taskwarrior/taskwarrior.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/term_tab/README create mode 100644 .config/zsh/oh-my-zsh/plugins/term_tab/term_tab.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/terminitor/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/terminitor/_terminitor create mode 100644 .config/zsh/oh-my-zsh/plugins/terraform/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/terraform/_terraform create mode 100644 .config/zsh/oh-my-zsh/plugins/terraform/terraform.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/textastic/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/textastic/textastic.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/textmate/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/textmate/textmate.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/thefuck/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/thefuck/thefuck.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/themes/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/themes/themes.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/thor/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/thor/_thor create mode 100644 .config/zsh/oh-my-zsh/plugins/tig/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/tig/tig.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/timer/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/timer/timer.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/tmux-cssh/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/tmux-cssh/_tmux-cssh create mode 100644 .config/zsh/oh-my-zsh/plugins/tmux/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/tmux/tmux.extra.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/tmux/tmux.only.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/tmux/tmux.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/tmuxinator/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/tmuxinator/_tmuxinator create mode 100644 .config/zsh/oh-my-zsh/plugins/tmuxinator/tmuxinator.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/toolbox/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/toolbox/kubectx.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/torrent/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/torrent/torrent.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/transfer/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/transfer/transfer.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/tugboat/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/tugboat/_tugboat create mode 100644 .config/zsh/oh-my-zsh/plugins/ubuntu/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ubuntu/ubuntu.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/ufw/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/ufw/_ufw create mode 100644 .config/zsh/oh-my-zsh/plugins/universalarchive/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/universalarchive/_universalarchive create mode 100644 .config/zsh/oh-my-zsh/plugins/universalarchive/universalarchive.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/urltools/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/urltools/urltools.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/vagrant-prompt/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vagrant-prompt/vagrant-prompt.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/vagrant/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vagrant/_vagrant create mode 100644 .config/zsh/oh-my-zsh/plugins/vagrant/vagrant.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/vault/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vault/_vault create mode 100644 .config/zsh/oh-my-zsh/plugins/vi-mode/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vi-mode/vi-mode.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/vim-interaction/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vim-interaction/vim-interaction.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/virtualenv/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/virtualenv/virtualenv.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/virtualenvwrapper/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/virtualenvwrapper/virtualenvwrapper.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/volta/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/volta/volta.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/vscode/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vscode/vscode.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/vundle/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/vundle/vundle.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/wakeonlan/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/wakeonlan/_wake create mode 100644 .config/zsh/oh-my-zsh/plugins/wakeonlan/wakeonlan.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/wd/LICENSE create mode 100644 .config/zsh/oh-my-zsh/plugins/wd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/wd/_wd.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/wd/wd.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/wd/wd.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/web-search/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/web-search/web-search.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/wp-cli/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/wp-cli/wp-cli.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/xcode/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/xcode/_xcselv create mode 100644 .config/zsh/oh-my-zsh/plugins/xcode/xcode.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/yarn/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/yarn/_yarn create mode 100644 .config/zsh/oh-my-zsh/plugins/yarn/yarn.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/yii/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/yii/yii.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/yii2/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/yii2/yii2.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/yum/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/yum/yum.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/z/Makefile create mode 100644 .config/zsh/oh-my-zsh/plugins/z/README create mode 100644 .config/zsh/oh-my-zsh/plugins/z/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/z/z.1 create mode 100644 .config/zsh/oh-my-zsh/plugins/z/z.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/z/z.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/zbell/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/zbell/zbell.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/zeus/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/zeus/_zeus create mode 100644 .config/zsh/oh-my-zsh/plugins/zeus/zeus.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/zoxide/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/zoxide/zoxide.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-interactive-cd/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-interactive-cd/zsh-interactive-cd.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-aliases.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-cd.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-env.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-functions.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-history.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-kill.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-list.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-options.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/.config/znt/n-panelize.conf create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/LICENSE create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/Makefile create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/NEWS create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/README.md create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/_n-kill create mode 100755 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/doc/generate_single_file create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/doc/img/n-history2.png create mode 100755 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/doc/install.sh create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/doc/n-preview create mode 100755 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/doc/znt-tmux.zsh create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-aliases create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-cd create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-env create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-functions create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-help create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-history create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-kill create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-list create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-list-draw create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-list-input create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-options create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/n-panelize create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-cd-widget create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-history-widget create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-kill-widget create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/znt-usetty-wrapper create mode 100644 .config/zsh/oh-my-zsh/plugins/zsh-navigation-tools/zsh-navigation-tools.plugin.zsh create mode 100644 .config/zsh/oh-my-zsh/templates/zshrc.zsh-template create mode 100644 .config/zsh/oh-my-zsh/themes/3den.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/Soliah.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/adben.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/af-magic.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/afowler.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/agnoster.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/alanpeabody.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/amuse.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/apple.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/arrow.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/aussiegeek.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/avit.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/awesomepanda.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/bira.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/blinks.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/bureau.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/candy-kingdom.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/candy.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/clean.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/cloud.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/crcandy.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/crunch.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/cypher.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/dallas.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/darkblood.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/daveverwer.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/dieter.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/dogenpunk.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/dpoggi.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/dst.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/dstufft.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/duellj.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/eastwood.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/edvardm.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/emotty.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/essembeh.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/evan.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/fino-time.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/fino.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/fishy.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/flazz.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/fletcherm.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/fox.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/frisk.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/frontcube.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/funky.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/fwalch.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/gallifrey.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/gallois.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/garyblessington.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/gentoo.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/geoffgarside.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/gianu.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/gnzh.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/gozilla.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/half-life.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/humza.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/imajes.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/intheloop.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/itchy.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jaischeema.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jbergantine.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jispwoso.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jnrowe.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jonathan.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/josh.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jreese.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/jtriley.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/juanghurtado.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/junkfood.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/kafeitu.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/kardan.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/kennethreitz.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/kiwi.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/kolo.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/kphoen.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/lambda.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/linuxonly.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/lukerandall.zsh-theme create mode 120000 .config/zsh/oh-my-zsh/themes/macovsky-ruby.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/macovsky.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/maran.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mgutz.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mh.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/michelebologna.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mikeh.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/miloshadzic.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/minimal.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mira.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mlh.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mortalscumbag.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/mrtazz.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/murilasso.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/muse.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/nanotech.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/nebirhos.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/nicoulaj.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/norm.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/obraun.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/peepcode.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/philips.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/pmcgee.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/pygmalion-virtualenv.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/pygmalion.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/random.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/re5et.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/refined.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/rgm.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/risto.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/rixius.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/rkj-repos.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/rkj.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/robbyrussell.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/sammy.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/simonoff.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/simple.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/skaro.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/smt.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/sonicradish.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/sorin.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/sporty_256.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/steeef.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/strug.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/sunaku.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/sunrise.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/superjarin.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/suvash.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/takashiyoshida.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/terminalparty.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/theunraveler.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/tjkirch.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/tjkirch_mod.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/tonotdo.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/trapd00r.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/wedisagree.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/wezm+.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/wezm.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/wuffers.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/xiong-chiamiov-plus.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/xiong-chiamiov.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/ys.zsh-theme create mode 100644 .config/zsh/oh-my-zsh/themes/zhann.zsh-theme create mode 100755 .config/zsh/oh-my-zsh/tools/changelog.sh create mode 100644 .config/zsh/oh-my-zsh/tools/check_for_upgrade.sh create mode 100755 .config/zsh/oh-my-zsh/tools/install.sh create mode 100755 .config/zsh/oh-my-zsh/tools/require_tool.sh create mode 100755 .config/zsh/oh-my-zsh/tools/theme_chooser.sh create mode 100644 .config/zsh/oh-my-zsh/tools/uninstall.sh create mode 100755 .config/zsh/oh-my-zsh/tools/upgrade.sh create mode 100644 .local/bin/__pycache__/clear_comtypes_cache.cpython-310.pyc create mode 100755 .local/bin/alembic create mode 100755 .local/bin/alert create mode 100755 .local/bin/arkenfox-auto-update create mode 100755 .local/bin/base58 create mode 100755 .local/bin/booksplit create mode 100755 .local/bin/brom_to_offs create mode 100755 .local/bin/chardetect create mode 100755 .local/bin/classic-radio create mode 100644 .local/bin/clear_comtypes_cache.py create mode 100644 .local/bin/client_secrets.json create mode 100755 .local/bin/compiler create mode 100755 .local/bin/convert-json create mode 100644 .local/bin/cron/README.md create mode 100755 .local/bin/cron/checkup create mode 100755 .local/bin/cron/crontog create mode 100755 .local/bin/cron/newsup create mode 100755 .local/bin/da_parser create mode 100755 .local/bin/displayselect create mode 100755 .local/bin/django-admin create mode 100755 .local/bin/dmenuhandler create mode 100755 .local/bin/dmenumount create mode 100755 .local/bin/dmenumountcifs create mode 100755 .local/bin/dmenupass create mode 100755 .local/bin/dmenurecord create mode 100755 .local/bin/dmenuumount create mode 100755 .local/bin/dmenuunicode create mode 100755 .local/bin/dwm_bar create mode 100755 .local/bin/emoji create mode 100755 .local/bin/epylint create mode 100755 .local/bin/estimator_ckpt_converter create mode 100755 .local/bin/ext create mode 100755 .local/bin/f2py create mode 100755 .local/bin/f2py3 create mode 100755 .local/bin/f2py3.10 create mode 100755 .local/bin/f2py3.8 create mode 100755 .local/bin/flake8 create mode 100755 .local/bin/flask create mode 100755 .local/bin/fonttools create mode 100755 .local/bin/get_objgraph create mode 100755 .local/bin/getbib create mode 100755 .local/bin/getcomproot create mode 100755 .local/bin/getkeys create mode 100755 .local/bin/google-oauthlib-tool create mode 100755 .local/bin/holehe create mode 100755 .local/bin/httpx create mode 100755 .local/bin/ifinstalled create mode 100755 .local/bin/import_pb_to_tensorboard create mode 100755 .local/bin/isort create mode 100755 .local/bin/isort-identify-imports create mode 100755 .local/bin/jsonschema create mode 100755 .local/bin/keystone-manage create mode 100755 .local/bin/keystone-status create mode 100755 .local/bin/keystone-wsgi-admin create mode 100755 .local/bin/keystone-wsgi-public create mode 100755 .local/bin/layoutmenu create mode 100755 .local/bin/lfub create mode 100755 .local/bin/linkhandler create mode 100755 .local/bin/lockutils-wrapper create mode 100755 .local/bin/maimpick create mode 100755 .local/bin/make_metadata create mode 100755 .local/bin/mako-render create mode 100755 .local/bin/markdown_py create mode 100755 .local/bin/mdexport create mode 100755 .local/bin/merge_metadata create mode 100755 .local/bin/mounter create mode 100755 .local/bin/mtk create mode 100755 .local/bin/mtk_gui create mode 100755 .local/bin/nasad create mode 100755 .local/bin/netaddr create mode 100755 .local/bin/newword create mode 100755 .local/bin/noisereduce create mode 100755 .local/bin/normalizer create mode 100755 .local/bin/notflix create mode 100755 .local/bin/opout create mode 100755 .local/bin/oslo-config-generator create mode 100755 .local/bin/oslo-config-validator create mode 100755 .local/bin/oslo-messaging-send-notification create mode 100755 .local/bin/oslo-metrics create mode 100755 .local/bin/oslopolicy-checker create mode 100755 .local/bin/oslopolicy-convert-json-to-yaml create mode 100755 .local/bin/oslopolicy-list-redundant create mode 100755 .local/bin/oslopolicy-policy-generator create mode 100755 .local/bin/oslopolicy-policy-upgrade create mode 100755 .local/bin/oslopolicy-sample-generator create mode 100755 .local/bin/oslopolicy-validator create mode 100755 .local/bin/osprofiler create mode 100755 .local/bin/otp create mode 100755 .local/bin/pagalnew create mode 100755 .local/bin/parse_xsd2 create mode 100755 .local/bin/pauseallmpv create mode 100755 .local/bin/pbr create mode 100755 .local/bin/peertubetorrent create mode 100755 .local/bin/pip create mode 100755 .local/bin/pip3 create mode 100755 .local/bin/pip3.8 create mode 100755 .local/bin/podentr create mode 100755 .local/bin/prompt create mode 100755 .local/bin/py.test create mode 100755 .local/bin/pycodestyle create mode 100755 .local/bin/pyflakes create mode 100755 .local/bin/pyftmerge create mode 100755 .local/bin/pyftsubset create mode 100755 .local/bin/pylint create mode 100755 .local/bin/pyreverse create mode 100755 .local/bin/pyrsa-decrypt create mode 100755 .local/bin/pyrsa-encrypt create mode 100755 .local/bin/pyrsa-keygen create mode 100755 .local/bin/pyrsa-priv2pub create mode 100755 .local/bin/pyrsa-sign create mode 100755 .local/bin/pyrsa-verify create mode 100755 .local/bin/pyserial-miniterm create mode 100755 .local/bin/pyserial-ports create mode 100755 .local/bin/pyside6-android-deploy create mode 100755 .local/bin/pyside6-assistant create mode 100755 .local/bin/pyside6-deploy create mode 100755 .local/bin/pyside6-designer create mode 100755 .local/bin/pyside6-genpyi create mode 100755 .local/bin/pyside6-linguist create mode 100755 .local/bin/pyside6-lrelease create mode 100755 .local/bin/pyside6-lupdate create mode 100755 .local/bin/pyside6-metaobjectdump create mode 100755 .local/bin/pyside6-project create mode 100755 .local/bin/pyside6-qml create mode 100755 .local/bin/pyside6-qmlcachegen create mode 100755 .local/bin/pyside6-qmlformat create mode 100755 .local/bin/pyside6-qmlimportscanner create mode 100755 .local/bin/pyside6-qmllint create mode 100755 .local/bin/pyside6-qmlls create mode 100755 .local/bin/pyside6-qmltyperegistrar create mode 100755 .local/bin/pyside6-qtpy2cpp create mode 100755 .local/bin/pyside6-rcc create mode 100755 .local/bin/pyside6-uic create mode 100755 .local/bin/pytest create mode 100755 .local/bin/pywalfox create mode 100755 .local/bin/qndl create mode 100755 .local/bin/queueandnotify create mode 100755 .local/bin/randompass create mode 100755 .local/bin/remapd create mode 100755 .local/bin/remaps create mode 100755 .local/bin/rotdir create mode 100755 .local/bin/rssadd create mode 100755 .local/bin/samedir create mode 100755 .local/bin/saved_model_cli create mode 100755 .local/bin/sd create mode 100755 .local/bin/set_wallpaper create mode 100755 .local/bin/setbg create mode 100755 .local/bin/shortcuts create mode 100755 .local/bin/simplex-chat create mode 100755 .local/bin/slider create mode 100755 .local/bin/socialscan create mode 100755 .local/bin/sqlformat create mode 100755 .local/bin/srt create mode 100755 .local/bin/srt-deduplicate create mode 100755 .local/bin/srt-fixed-timeshift create mode 100755 .local/bin/srt-linear-timeshift create mode 100755 .local/bin/srt-lines-matching create mode 100755 .local/bin/srt-mux create mode 100755 .local/bin/srt-normalise create mode 100755 .local/bin/srt-play create mode 100755 .local/bin/srt-process create mode 100755 .local/bin/stage2 create mode 100755 .local/bin/statusbar/sb-battery create mode 100755 .local/bin/statusbar/sb-brightness create mode 100755 .local/bin/statusbar/sb-clock create mode 100755 .local/bin/statusbar/sb-cpu create mode 100755 .local/bin/statusbar/sb-cpubars create mode 100755 .local/bin/statusbar/sb-disk create mode 100755 .local/bin/statusbar/sb-doppler create mode 100755 .local/bin/statusbar/sb-forecast create mode 100755 .local/bin/statusbar/sb-help-icon create mode 100755 .local/bin/statusbar/sb-internet create mode 100755 .local/bin/statusbar/sb-iplocate create mode 100755 .local/bin/statusbar/sb-kbselect create mode 100755 .local/bin/statusbar/sb-mailbox create mode 100755 .local/bin/statusbar/sb-memory create mode 100755 .local/bin/statusbar/sb-moonphase create mode 100755 .local/bin/statusbar/sb-mpdup create mode 100755 .local/bin/statusbar/sb-music create mode 100755 .local/bin/statusbar/sb-nettraf create mode 100755 .local/bin/statusbar/sb-news create mode 100755 .local/bin/statusbar/sb-pacpackages create mode 100755 .local/bin/statusbar/sb-popupgrade create mode 100755 .local/bin/statusbar/sb-price create mode 100755 .local/bin/statusbar/sb-tasks create mode 100755 .local/bin/statusbar/sb-torrent create mode 100755 .local/bin/statusbar/sb-volume create mode 100755 .local/bin/switch_audio create mode 100755 .local/bin/symilar create mode 100755 .local/bin/sysact create mode 100755 .local/bin/system_action create mode 100755 .local/bin/tag create mode 100755 .local/bin/td-toggle create mode 100755 .local/bin/tensorboard create mode 100755 .local/bin/texclear create mode 100755 .local/bin/tf_upgrade_v2 create mode 100755 .local/bin/tflite_convert create mode 100755 .local/bin/toco create mode 100755 .local/bin/toco_from_protos create mode 100755 .local/bin/torwrap create mode 100755 .local/bin/tqdm create mode 100755 .local/bin/transadd create mode 100755 .local/bin/ttx create mode 100755 .local/bin/tutorialvids create mode 100755 .local/bin/undill create mode 100755 .local/bin/unix create mode 100755 .local/bin/unmounter create mode 100644 .local/bin/upload.py create mode 100755 .local/bin/vosk-transcriber create mode 100755 .local/bin/waldl create mode 100644 .local/bin/weath create mode 100755 .local/bin/wheel create mode 100755 .local/bin/xdg-terminal-exec create mode 100755 .local/bin/xmlschema-json2xml create mode 100755 .local/bin/xmlschema-validate create mode 100755 .local/bin/xmlschema-xml2json create mode 100755 .local/bin/yappi create mode 100755 .local/bin/ytplay create mode 100644 .local/share/applications/video.desktop create mode 100644 .local/share/gnupg/.#lk0x000056f725d33120.zeus.31120 create mode 100644 .local/share/gnupg/.#lk0x00005753cf5f1120.zeus.718 create mode 100644 .local/share/gnupg/.#lk0x00005aa71cb0f120.zeus.3256 create mode 100644 .local/share/gnupg/.#lk0x00005aac368de120.zeus.716 create mode 100644 .local/share/gnupg/.#lk0x00005c3b74063120.zeus.3247 create mode 100644 .local/share/gnupg/.#lk0x00005dad06836060.etherious.3041 create mode 100644 .local/share/gnupg/.#lk0x00005fdee73cc120.zeus.714 create mode 100644 .local/share/gnupg/.#lk0x0000610913c9d2f0.zeus.6928 create mode 100644 .local/share/gnupg/.#lk0x000062840950a2b0.zeus.16138 create mode 100644 .local/share/gnupg/.#lk0x000062eab63702b0.zeus.13441 create mode 100644 .local/share/gnupg/.#lk0x000063eaa9cad120.zeus.31119 create mode 100644 .local/share/gnupg/crls.d/DIR.txt create mode 100644 .local/share/gnupg/crls.d/crl-12EEE3F4F4D3ECB168B43D78106FDFF4A5172373.db create mode 100644 .local/share/gnupg/crls.d/crl-144A4E581367F7B27E14A530EE3E29EC10C865EF.db create mode 100644 .local/share/gnupg/crls.d/crl-E07621FD4237730D23C776BB9F4F49BDB8A1A65A.db create mode 100644 .local/share/gnupg/private-keys-v1.d/4815868C8308F173939DDBE6DFA0EA92EFC18945.key create mode 100644 .local/share/gnupg/private-keys-v1.d/58D3DBBB43C7309D432FE4E460306C594C3AA161.key create mode 100644 .local/share/gnupg/private-keys-v1.d/E3A4844330B5A881F3E6369F40C71ABE28F2213D.key create mode 100644 .local/share/gnupg/private-keys-v1.d/FF45DFF6144F641B18644DACF1CF0D0E42CB6DEF.key create mode 100644 .local/share/gnupg/pubring.kbx create mode 100644 .local/share/gnupg/pubring.kbx~ create mode 100644 .local/share/gnupg/random_seed create mode 100644 .local/share/gnupg/sshcontrol create mode 100644 .local/share/gnupg/trustdb.gpg create mode 100644 .local/share/gnupg/trustlist.txt diff --git a/.config/cava/config b/.config/cava/config index 3b52728..a66a7a8 100644 --- a/.config/cava/config +++ b/.config/cava/config @@ -59,8 +59,8 @@ # For alsa 'source' will be the capture device. # For fifo 'source' will be the path to fifo-file. # For shmem 'source' will be /squeezelite-AA:BB:CC:DD:EE:FF where 'AA:BB:CC:DD:EE:FF' will be squeezelite's MAC address -; method = pulse -; source = auto +method = pulse +source = auto ; method = alsa ; source = hw:Loopback,1 diff --git a/.config/cava/shaders/bar_spectrum.frag b/.config/cava/shaders/bar_spectrum.frag new file mode 100644 index 0000000..b078913 --- /dev/null +++ b/.config/cava/shaders/bar_spectrum.frag @@ -0,0 +1,79 @@ +#version 330 + +in vec2 fragCoord; +out vec4 fragColor; + +// bar values. defaults to left channels first (low to high), then right (high to low). +uniform float bars[512]; + +uniform int bars_count; // number of bars (left + right) (configurable) +uniform int bar_width; // bar width (configurable), not used here +uniform int bar_spacing; // space bewteen bars (configurable) + +uniform vec3 u_resolution; // window resolution + +//colors, configurable in cava config file (r,g,b) (0.0 - 1.0) +uniform vec3 bg_color; // background color +uniform vec3 fg_color; // foreground color + +uniform int gradient_count; +uniform vec3 gradient_colors[8]; // gradient colors + +vec3 normalize_C(float y,vec3 col_1, vec3 col_2, float y_min, float y_max) +{ + //create color based on fraction of this color and next color + float yr = (y - y_min) / (y_max - y_min); + return col_1 * (1.0 - yr) + col_2 * yr; +} + +void main() +{ + // find which bar to use based on where we are on the x axis + float x = u_resolution.x * fragCoord.x; + int bar = int(bars_count * fragCoord.x); + + //calculate a bar size + float bar_size = u_resolution.x / bars_count; + + //the y coordinate and bar values are the same + float y = bars[bar]; + + // make sure there is a thin line at bottom + if (y * u_resolution.y < 1.0) + { + y = 1.0 / u_resolution.y; + } + + //draw the bar up to current height + if (y > fragCoord.y) + { + //make some space between bars basen on settings + if (x > (bar + 1) * (bar_size) - bar_spacing) + { + fragColor = vec4(bg_color,1.0); + } + else + { + if (gradient_count == 0) + { + fragColor = vec4(fg_color,1.0); + } + else + { + //find which color in the configured gradient we are at + int color = int((gradient_count - 1) * fragCoord.y); + + //find where on y this and next color is supposed to be + float y_min = color / (gradient_count - 1.0); + float y_max = (color + 1.0) / (gradient_count - 1.0); + + //make color + fragColor = vec4(normalize_C(fragCoord.y, gradient_colors[color], gradient_colors[color + 1], y_min, y_max), 1.0); + } + } + } + else + { + fragColor = vec4(bg_color,1.0); + } +} \ No newline at end of file diff --git a/.config/cava/shaders/northern_lights.frag b/.config/cava/shaders/northern_lights.frag new file mode 100644 index 0000000..ecd859a --- /dev/null +++ b/.config/cava/shaders/northern_lights.frag @@ -0,0 +1,34 @@ +#version 330 + +in vec2 fragCoord; +out vec4 fragColor; + +// bar values. defaults to left channels first (low to high), then right (high to low). +uniform float bars[512]; + +uniform int bars_count; // number of bars (left + right) (configurable) + +uniform vec3 u_resolution; // window resolution, not used here + +//colors, configurable in cava config file +uniform vec3 bg_color; // background color(r,g,b) (0.0 - 1.0), not used here +uniform vec3 fg_color; // foreground color, not used here + +void main() +{ + // find which bar to use based on where we are on the x axis + int bar = int(bars_count * fragCoord.x); + + float bar_y = 1.0 - abs((fragCoord.y - 0.5)) * 2.0; + float y = (bars[bar]) * bar_y; + + float bar_x = (fragCoord.x - float(bar) / float(bars_count)) * bars_count; + float bar_r = 1.0 - abs((bar_x - 0.5)) * 2; + + bar_r = bar_r * bar_r * 2; + + // set color + fragColor.r = fg_color.x * y * bar_r; + fragColor.g = fg_color.y * y * bar_r; + fragColor.b = fg_color.z * y * bar_r; +} diff --git a/.config/cava/shaders/pass_through.vert b/.config/cava/shaders/pass_through.vert new file mode 100644 index 0000000..a4f20e5 --- /dev/null +++ b/.config/cava/shaders/pass_through.vert @@ -0,0 +1,14 @@ +#version 330 + + +// Input vertex data, different for all executions of this shader. +layout(location = 0) in vec3 vertexPosition_modelspace; + +// Output data ; will be interpolated for each fragment. +out vec2 fragCoord; + +void main() +{ + gl_Position = vec4(vertexPosition_modelspace,1); + fragCoord = (vertexPosition_modelspace.xy+vec2(1,1))/2.0; +} diff --git a/.config/gtk-2.0/gtkfilechooser.ini b/.config/gtk-2.0/gtkfilechooser.ini index 227c02d..f99f575 100644 --- a/.config/gtk-2.0/gtkfilechooser.ini +++ b/.config/gtk-2.0/gtkfilechooser.ini @@ -2,10 +2,10 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true -GeometryX=209 -GeometryY=121 -GeometryWidth=948 -GeometryHeight=647 +GeometryX=0 +GeometryY=0 +GeometryWidth=731 +GeometryHeight=585 SortColumn=modified SortOrder=descending StartupMode=recent diff --git a/.config/gtk-2.0/gtkrc-2.0 b/.config/gtk-2.0/gtkrc-2.0 index cb6f363..2aafd85 100644 --- a/.config/gtk-2.0/gtkrc-2.0 +++ b/.config/gtk-2.0/gtkrc-2.0 @@ -1,12 +1,12 @@ # DO NOT EDIT! This file will be overwritten by LXAppearance. # Any customization should be done in ~/.gtkrc-2.0.mine instead. -include "/home/genos/.gtkrc-2.0.mine" +include "/home/surgot/.gtkrc-2.0.mine" gtk-theme-name="Materia-dark" gtk-icon-theme-name="Papirus-Dark" gtk-font-name="Sans 10" -gtk-cursor-theme-name="cutefish-dark" -gtk-cursor-theme-size=0 +gtk-cursor-theme-name="Cutefish-Dark" +gtk-cursor-theme-size=24 gtk-toolbar-style=GTK_TOOLBAR_TEXT gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 diff --git a/.config/gtk-3.0/settings.ini b/.config/gtk-3.0/settings.ini index 6c034fd..3a3022e 100644 --- a/.config/gtk-3.0/settings.ini +++ b/.config/gtk-3.0/settings.ini @@ -2,7 +2,8 @@ gtk-theme-name=Materia-dark gtk-icon-theme-name=Papirus-Dark gtk-font-name=Sans 10 -gtk-cursor-theme-size=0 +gtk-application-prefer-dark-theme=true +gtk-cursor-theme-size=24 gtk-toolbar-style=GTK_TOOLBAR_TEXT gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR gtk-button-images=0 diff --git a/.config/mpd/database b/.config/mpd/database new file mode 100644 index 0000000..38a1b82 Binary files /dev/null and b/.config/mpd/database differ diff --git a/.config/nvim/.stylua.toml b/.config/nvim/.stylua.toml new file mode 100644 index 0000000..ecb6dca --- /dev/null +++ b/.config/nvim/.stylua.toml @@ -0,0 +1,6 @@ +column_width = 120 +line_endings = "Unix" +indent_type = "Spaces" +indent_width = 2 +quote_style = "AutoPreferDouble" +call_parentheses = "None" diff --git a/.config/nvim/LICENSE b/.config/nvim/LICENSE new file mode 100644 index 0000000..fdddb29 --- /dev/null +++ b/.config/nvim/LICENSE @@ -0,0 +1,24 @@ +This is free and unencumbered software released into the public domain. + +Anyone is free to copy, modify, publish, use, compile, sell, or +distribute this software, either in source code form or as a compiled +binary, for any purpose, commercial or non-commercial, and by any +means. + +In jurisdictions that recognize copyright laws, the author or authors +of this software dedicate any and all copyright interest in the +software to the public domain. We make this dedication for the benefit +of the public at large and to the detriment of our heirs and +successors. We intend this dedication to be an overt act of +relinquishment in perpetuity of all present and future rights to this +software under copyright law. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +For more information, please refer to diff --git a/.config/nvim/README.md b/.config/nvim/README.md new file mode 100644 index 0000000..dc0deaa --- /dev/null +++ b/.config/nvim/README.md @@ -0,0 +1,9 @@ +**This repo is supposed to used as config by NvChad users!** + +- The main nvchad repo (NvChad/NvChad) is used as a plugin by this repo. +- So you just import its modules , like `require "nvchad.options" , require "nvchad.mappings"` +- So you can delete the .git from this repo ( when you clone it locally ) or fork it :) + +# Credits + +1) Lazyvim starter https://github.com/LazyVim/starter as nvchad's starter was inspired by Lazyvim's . It made a lot of things easier! diff --git a/.config/nvim/init.lua b/.config/nvim/init.lua new file mode 100644 index 0000000..3f4b827 --- /dev/null +++ b/.config/nvim/init.lua @@ -0,0 +1,73 @@ +vim.g.base46_cache = vim.fn.stdpath "data" .. "/nvchad/base46/" +vim.g.mapleader = " " + +-- bootstrap lazy and all plugins +local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim" + +if not vim.uv.fs_stat(lazypath) then + local repo = "https://github.com/folke/lazy.nvim.git" + vim.fn.system { "git", "clone", "--filter=blob:none", repo, "--branch=stable", lazypath } +end + +vim.opt.rtp:prepend(lazypath) + +local lazy_config = require "configs.lazy" + +-- load plugins +require("lazy").setup({ + { + "NvChad/NvChad", + lazy = false, + branch = "v2.5", + import = "nvchad.plugins", + }, + + { import = "plugins" }, +}, lazy_config) + +require "options" +require "nvchad.autocmds" + +-- load theme +dofile(vim.g.base46_cache .. "defaults") +dofile(vim.g.base46_cache .. "statusline") + +vim.schedule(function() + require "mappings" +end) +-- The setup config table shows all available config options with their default values: +require("presence").setup({ + -- General options + auto_update = true, -- Update activity based on autocmd events (if `false`, map or manually execute `:lua package.loaded.presence:update()`) + neovim_image_text = "The nigger", -- Text displayed when hovered over the Neovim image + main_image = "neovim", -- Main image display (either "neovim" or "file") + client_id = "793271441293967371", -- Use your own Discord application client id (not recommended) + log_level = nil, -- Log messages at or above this level (one of the following: "debug", "info", "warn", "error") + debounce_timeout = 10, -- Number of seconds to debounce events (or calls to `:lua package.loaded.presence:update(, true)`) + enable_line_number = false, -- Displays the current line number instead of the current project + blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches + buttons = true, -- Configure Rich Presence button(s), either a boolean to enable/disable, a static table (`{{ label = "