This repository has been archived by the owner on May 19, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 225
Installing via Package Managers
Swapnil Mhamane edited this page Oct 12, 2019
·
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
Snap for fasd are available on snap store.
sudo snap install fasd --beta
$ sudo add-apt-repository ppa:aacebedo/fasd
$ sudo apt-get update
$ sudo apt-get install fasd
$ pacman -S fasd
AUR (git): https://aur.archlinux.org/packages/fasd-git/
$ nix-env -i fasd
There's an ebuild at http://mestvaelt.gavagai.nl:8080/file/tip/app-misc/fasd.
RPMs are available at https://build.opensuse.org/package/show/utilities/fasd.
SlackBuilds for fasd are available on SBo (most easily accessible via sbopkg).
Install via Homebrew:
brew install fasd
(For some Mac OS - at least 10.12.6: need to brew install gawk, gnu-sed, and set them as awk,sed to be used by fasd)
First, install fasd using one of the methods above. Then, enable the fasd plugin in your zshrc file:
plugins=(... fasd)