Skip to content
This repository has been archived by the owner on May 19, 2022. It is now read-only.

Installing via Package Managers

Mike Slinn edited this page May 23, 2016 · 22 revisions

After installing via the instructions in the appropriate section below, add this to your startup script:

eval "$(fasd --init auto)"

For more information, type:

man fasd

Debian / Ubuntu

$ sudo add-apt-repository ppa:aacebedo/fasd
$ sudo apt update
$ sudo apt install fasd

Arch Linux

AUR: https://aur.archlinux.org/packages/fasd/

AUR (git): https://aur.archlinux.org/packages/fasd-git/

Gentoo Linux

There's an ebuild at http://mestvaelt.gavagai.nl:8080/file/tip/app-misc/fasd.

OpenSUSE, Redhat, CentOS (rpm-based)

RPMs are available at https://build.opensuse.org/package/show/utilities/fasd.

Mac OS X

Install via Homebrew:

brew install fasd

oh-my-zsh

https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/fasd/fasd.plugin.zsh

echo 'plugins=(fasd)' >> ~/.zshrc Make sure to check and properly append plugins variable!

Clone this wiki locally