https://github.com/zdharma-continuum/zsnapshot
https://github.com/zdharma-continuum/zsnapshot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zdharma-continuum/zsnapshot
- Owner: zdharma-continuum
- License: other
- Created: 2021-11-06T11:24:10.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-16T04:43:38.000Z (over 2 years ago)
- Last Synced: 2025-01-13T14:19:19.901Z (10 months ago)
- Language: Shell
- Size: 14.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - zsnapshot - Adds command to dump the current ZSH state into a file, for later restoration by sourcing the snapshot file. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - zsnapshot - Adds command to dump the current ZSH state into a file, for later restoration by sourcing the snapshot file. (Plugins / ZSH on Windows)
README
# Zsnapshot
Plugin that provides `zsnapshot` command which dumps current ZSH state into a file, for restoration by sourcing the file
## Installation
### [Zinit](https://github.com/zdharma-continuum/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](https://github.com/zsh-users/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](http://ohmyz.sh/)
1. `cd ~/.oh-my-zsh/custom/plugins`
1. `git clone https://github.com/zdharma-continuum/zsnapshot.git`
1. Add zsnapshot to your plugin list
### [Zgen](https://github.com/tarjoilija/zgen)
Add `zgen load zdharma-continuum/zsnapshot` to your .zshrc file in the same function you're doing your other `zgen load`
calls in.