-
Notifications
You must be signed in to change notification settings - Fork 224
Installing via Package Managers
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
$ sudo add-apt-repository ppa:aacebedo/fasd
$ sudo apt-get update
$ sudo apt-get install fasd
AUR: https://aur.archlinux.org/packages/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)
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!