Awesome
Zsnapshot
Plugin that provides zsnapshot
command which dumps current ZSH state into a file, for restoration by sourcing the file
Installation
Zinit
Add zinit load zdharma-continuum/zsnapshot
to your .zshrc
file. Zinit will handle cloning the plugin for you
automatically the next time you start zsh.
Antigen
Adding antigen bundle zdharma-continuum/zsnapshot
to your .zshrc file. Antigen will handle cloning the plugin for you
automatically the next time you start zsh. You can also add the plugin to a running zsh with
antigen bundle zdharma-continuum/zsnapshot
for testing before adding it to your .zshrc
.
Oh-My-Zsh
cd ~/.oh-my-zsh/custom/plugins
git clone https://github.com/zdharma-continuum/zsnapshot.git
- Add zsnapshot to your plugin list
Zgen
Add zgen load zdharma-continuum/zsnapshot
to your .zshrc file in the same function you're doing your other zgen load
calls in.