Personal zsh configuration
Go to file
2023-03-01 23:18:09 -08:00
functions Initial commit 2022-08-28 02:52:37 -07:00
plugins Update submodules and fix bug 2023-03-01 23:18:09 -08:00
.gitignore Initial commit 2022-08-28 02:52:37 -07:00
.gitmodules Various changes 2022-11-30 23:28:40 -08:00
arch.zsh Change autocomplete strategy 2022-12-02 10:31:48 -08:00
bookmark.zsh Update bookmark.zsh 2022-11-10 20:43:33 -08:00
init.zsh Update submodules and fix bug 2023-03-01 23:18:09 -08:00
LICENSE Initial commit 2022-08-28 02:52:37 -07:00
README.md Remove trash-cli 2022-12-01 07:40:17 -08:00

zsh-config

This is my personal zsh configuraton.

Requirements

  • starship - a pretty and fast prompt
  • direnv* - runs on cd, safely set enviroment
  • exa* - better ls
  • bat* - better cat, less, man, etc.

(* = optional)

Installation

  1. Clone this repo and init the submodules
git clone 'https://git.zander.im/Zander671/zsh-config.git'
git submodule init && git submodule update
  1. Create a .zshrc and fill it with something like this:
ZSH_CONFIG_DIR="path/to/this/repo" # This variable *MUST* be set
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