|
1 | 1 | # If you modify this execute `zimfw uninstall & zimfw install` |
2 | 2 |
|
3 | | -zmodule zimfw/prompt-pwd |
4 | | -zmodule zimfw/git-info |
5 | | -zmodule zimfw/duration-info |
| 3 | +# |
| 4 | +# Modules |
| 5 | +# |
| 6 | +# Sets sane Zsh built-in environment options. |
6 | 7 | zmodule zimfw/environment |
7 | | -zmodule zsh-users/zsh-autosuggestions |
8 | | -zmodule zsh-users/zsh-completions |
9 | | -zmodule zsh-users/zsh-syntax-highlighting |
10 | | -zmodule Aloxaf/fzf-tab |
11 | | -zmodule wfxr/forgit |
12 | | -zmodule zimfw/archive |
| 8 | +# Provides handy git aliases and functions. |
13 | 9 | zmodule zimfw/git |
14 | | -zmodule zimfw/gitster |
15 | | -zmodule zimfw/homebrew |
| 10 | +# Applies correct bindkeys for input events. |
16 | 11 | zmodule zimfw/input |
| 12 | +# Sets a custom terminal title. |
| 13 | +zmodule zimfw/termtitle |
| 14 | +# Utility aliases and functions. Adds colour to ls, grep and less. |
| 15 | +zmodule zimfw/utility |
| 16 | +# Provides archive and unarchive functions for easy archive manipulation. |
| 17 | +zmodule zimfw/archive |
| 18 | +# Adds aliases for Homebrew. |
| 19 | +zmodule zimfw/homebrew |
| 20 | +# Figures out where to get the best help, and gets it. |
17 | 21 | zmodule zimfw/run-help |
| 22 | +# Provides a convenient way to load ssh-agent. |
18 | 23 | zmodule zimfw/ssh |
19 | | -zmodule zimfw/utility |
20 | | -zmodule zimfw/completion |
| 24 | +# Configures fzf for faster fetching of files and directories names. |
| 25 | +# zmodule fzf |
| 26 | + |
| 27 | +# |
| 28 | +# Third-party modules |
| 29 | +# |
| 30 | +zmodule Aloxaf/fzf-tab |
| 31 | +zmodule Freed-Wu/fzf-tab-source |
| 32 | +zmodule wfxr/forgit |
| 33 | +zmodule paulirish/git-open |
| 34 | +zmodule MichaelAquilina/zsh-you-should-use |
| 35 | +zmodule ohmyzsh/ohmyzsh --root plugins/aliases |
| 36 | +zmodule ohmyzsh/ohmyzsh --root plugins/dirhistory |
| 37 | +zmodule ohmyzsh/ohmyzsh --root plugins/sudo |
| 38 | +zmodule ohmyzsh/ohmyzsh --root plugins/brew |
| 39 | +zmodule ohmyzsh/ohmyzsh --root plugins/colorize |
| 40 | +zmodule ohmyzsh/ohmyzsh --root plugins/command-not-found |
| 41 | + |
| 42 | +# |
| 43 | +# Prompt |
| 44 | +# |
| 45 | +# Formats the current working directory to be used by prompts. |
| 46 | +zmodule zimfw/prompt-pwd |
| 47 | +# Exposes to prompts how long the last command took to execute. |
| 48 | +zmodule zimfw/duration-info |
| 49 | +# Exposes git repository status information to prompts. |
| 50 | +zmodule zimfw/git-info |
| 51 | +# Theme |
| 52 | +zmodule agnoster |
| 53 | + |
| 54 | +# |
| 55 | +# Completion |
| 56 | +# |
| 57 | +zmodule zsh-users/zsh-completions --fpath src |
| 58 | +zmodule completion |
| 59 | + |
| 60 | +# |
| 61 | +# Modules that must be initialized last |
| 62 | +# |
| 63 | +zmodule ohmyzsh/ohmyzsh --root plugins/git |
| 64 | +zmodule ohmyzsh/ohmyzsh --root plugins/cp |
| 65 | +zmodule zsh-users/zsh-syntax-highlighting |
| 66 | +zmodule zsh-users/zsh-history-substring-search |
| 67 | +zmodule zsh-users/zsh-autosuggestions |
0 commit comments