Skip to main content

Contemplative Chronicles

Tools

Table of Contents

FZF

For zsh we need version more than 0.48 hence I can't use default apt from ubuntu linux.

    git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
    ~/.fzf/install
    # Set up fzf key bindings and fuzzy completion
    source <(fzf --zsh)