Personal zsh configuration
Go to file
2022-11-30 22:53:46 -08:00
functions Initial commit 2022-08-28 02:52:37 -07:00
plugins Add fzf-tab 2022-10-03 04:07:06 -07:00
.gitignore Initial commit 2022-08-28 02:52:37 -07:00
.gitmodules Fix .gitmodules 2022-10-03 04:07:39 -07:00
bookmark.zsh Update bookmark.zsh 2022-11-10 20:43:33 -08:00
init.zsh Add trash-cli aliases and disable normal rm 2022-11-30 22:53:46 -08:00
LICENSE Initial commit 2022-08-28 02:52:37 -07:00
README.md Update README.md 2022-08-30 02:05:00 -07:00

zsh-config

This is my personal zsh configuraton.

Requirements

  • exa (optional) - better ls
  • bat (optional) - better cat, less, man, etc.

Installation

  1. Clone this repo and init the submodules
  2. Create a .zshrc and fill it with something like this:

ZSH_CONFIG_DIR="path/to/this/repo"
source "${ZSH_CONFIG_DIR}/init.zsh}"

  1. 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