Personal zsh configuration
functions | ||
plugins | ||
.gitignore | ||
.gitmodules | ||
bookmark.zsh | ||
init.zsh | ||
LICENSE | ||
README.md |
zsh-config
This is my personal zsh configuraton.
Requirements
Installation
- Clone this repo
- Create a
.zshrc
and fill it with something like this:
ZSH_CONFIG_DIR="path/to/this/repo"
source "${ZSH_CONFIG_DIR}/init.zsh}"
- Optionally, set some other variables (before the
source
line):
- ZSH_BOOKMARK_DIR: Bookmark directory (default: ~/.cache/zsh/bookmarks)
- ZSH_BOOKMARK_LS: If true, run
ls
after jumping to a bookmark