Squirrelsong dark deep purple theme for fzf

Squirrelsong light theme for fzf

fzf

Installing from GitHub

  1. Copy fzf-squirrelsong.sh or fzf-squirrelsong-dp.sh to your dotfiles.

  2. Add the following to your ~/.bashrc, ~/.zshrc, or any other file that your shell loads on startup.

    source fzf-squirrelsong.sh
  3. Reference in your FZF_DEFAULT_OPTS setup:

    export FZF_DEFAULT_OPTS="--color '$FZF_COLORS'"

zsh-fast-syntax-highlighting

Installing from GitHub

  1. Copy fast-syntax-highlighting-squirrelsong.ini to your dotfiles.
  2. Load the plugin, then apply the theme:
source $(brew --prefix zsh-fast-syntax-highlighting)/share/zsh-fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh
fast-theme /path/to/fast-syntax-highlighting-squirrelsong.ini