This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!
zim
¶
zim
is a Zsh configuration framework with blazing speed and modular extensions.
Reference(s)
Table of contents¶
Install¶
-
Define a
zim
home (in$ZDOTDIR
): -
Install
zim
: -
Start a new terminal or log out (
$ logout
) and log back in.
Config¶
-
You can select an other theme: https://github.com/zimfw/zimfw/wiki/Themes
-
Change theme (e.g.
s1ck94
instead ofsteeef
, and add itsprompt-pwd
dependency):Now restart your terminal and enjoy your new theme.$ vi $ZDOTDIR/.zimrc > ... > # > # Prompt > # > # Exposes git repository status information to prompts. > zmodule git-info + > # Formats the path to the current working directory to be used by prompts. + > zmodule prompt-pwd ~ > # s1ck94 prompt theme. ~ > zmodule s1ck94 > > ... $ zimfw install # install prompt-pwd and s1ck94 $ zimfw uninstall # uninstall no more used modules
-
You also can refer to the wiki: https://github.com/zimfw/zimfw/wiki
-
You might dislike the "fish like auto suggestions", in this case you can disable it:
-
You also might dislike the default Zsh editor key map to Emacs and want it rather to
vi
: -
Finally, if everything is working like you want, you might want to remove the Bash dotfiles of your home folder.
Use¶
TODO:
- https://zimfw.sh/docs/commands/
-
Upgrade/update:
If this cheat sheet has been useful to you, then please consider leaving a star here.