2019年4月10日星期三

brew install fzf

(py36) ~ 15:15$ brew install fzf

==> Downloading https://homebrew.bintray.com/bottles/fzf-0.18.0.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/0f/0f77b9b22f32f76493cdac585106b01502c6583908e0b7b6ea70ab023b5c1c2e?__gda__=exp=1554881332~hmac=45fe35b7742c6b540c73e248922e38076cc493c4d9ef74152801f9ad41f1
######################################################################## 100.0%
==> Pouring fzf-0.18.0.mojave.bottle.tar.gz
==> Caveats
To install useful keybindings and fuzzy completion:
  /usr/local/opt/fzf/install

To use fzf in Vim, add the following line to your .vimrc:
  set rtp+=/usr/local/opt/fzf
==> Summary
🍺  /usr/local/Cellar/fzf/0.18.0: 17 files, 3.6MB
(py36) ~ 15:17$ less .bash_profile
(py36) ~ 15:18$ less .bashrc
(py36) ~ 15:18$ /usr/local/opt/fzf/install
Downloading bin/fzf ...
  - Already exists
  - Checking fzf executable ... 0.18.0
Do you want to enable fuzzy auto-completion? ([y]/n) y
Do you want to enable key bindings? ([y]/n) y

Generate /Users/lyq/.fzf.bash ... OK
Generate /Users/lyq/.fzf.zsh ... OK

Do you want to update your shell configuration files? ([y]/n) y

Update /Users/lyq/.bashrc:
  - [ -f ~/.fzf.bash ] && source ~/.fzf.bash
    + Added

Update /Users/lyq/.zshrc:
  - [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
    + Added

Finished. Restart your shell or reload config file.
   source ~/.bashrc  # bash
   source ~/.zshrc   # zsh

Use uninstall script to remove fzf.

For more information, see: https://github.com/junegunn/fzf


-------------------------------------------------

(pygis) MacBook-Pro:~ lyq$ brew install fzf
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/core).
==> Updated Formulae
mosquitto

==> Downloading https://homebrew.bintray.com/bottles/fzf-0.18.0.mojave.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/0f/0f77b9b22f32f76493cdac585106b01502c6583908e0b7b6ea70ab023b5c1c2e?__gda__=exp=1560870550~hmac=97ad307d3d6162b368bb7b2e3149ce2
######################################################################## 100.0%
==> Pouring fzf-0.18.0.mojave.bottle.tar.gz
==> Caveats
To install useful keybindings and fuzzy completion:
  /usr/local/opt/fzf/install

To use fzf in Vim, add the following line to your .vimrc:
  set rtp+=/usr/local/opt/fzf
==> Summary
🍺  /usr/local/Cellar/fzf/0.18.0: 17 files, 3.6MB
==> `brew cleanup` has not been run in 30 days, running now...
(pygis) MacBook-Pro:~ lyq$ /usr/local/opt/fzf/install 
Downloading bin/fzf ...
  - Already exists
  - Checking fzf executable ... 0.18.0
Do you want to enable fuzzy auto-completion? ([y]/n) y
Do you want to enable key bindings? ([y]/n) y

Generate /Users/lyq/.fzf.bash ... OK
Generate /Users/lyq/.fzf.zsh ... OK

Do you want to update your shell configuration files? ([y]/n) y

Update /Users/lyq/.bashrc:
  - [ -f ~/.fzf.bash ] && source ~/.fzf.bash
    + Added

Update /Users/lyq/.zshrc:
  - [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
    + Added

Finished. Restart your shell or reload config file.
   source ~/.bashrc  # bash
   source ~/.zshrc   # zsh

Use uninstall script to remove fzf.

For more information, see: https://github.com/junegunn/fzf

-------------------------------------------------------------------
lyq@mbp ~ % brew install  fzf
==> Downloading https://ghcr.io/v2/homebrew/core/fzf/manifests/0.29.0
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/fzf/blobs/sha256:dadc361593396ced96c13d3695019a302d124e6cfe8ab6ffe65ba7877025a706
==> Downloading from https://pkg-containers.githubusercontent.com/ghcr1/blobs/sha256:dadc361593396ced96c13d3695019a302d124e6cfe8ab6ffe65ba7877025a706?se=2022-02-10T11%3A20%3A00Z&sig=XV5qDWMVAN0nOXIfjnfF4X
######################################################################## 100.0%
==> Pouring fzf--0.29.0.catalina.bottle.tar.gz
==> Caveats
To install useful keybindings and fuzzy completion:
  /usr/local/opt/fzf/install

To use fzf in Vim, add the following line to your .vimrc:
  set rtp+=/usr/local/opt/fzf
==> Summary
🍺  /usr/local/Cellar/fzf/0.29.0: 17 files, 2.6MB
==> Running `brew cleanup fzf`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

没有评论: