Skip to content

Instantly share code, notes, and snippets.

@lixiaoquan
Last active November 8, 2021 03:17
Show Gist options
  • Save lixiaoquan/1c83db5915a35f0b665104b74488337b to your computer and use it in GitHub Desktop.
Save lixiaoquan/1c83db5915a35f0b665104b74488337b to your computer and use it in GitHub Desktop.
Install fzf for PC without Internet

首先在外网安装一个fzf

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

复制安装好的fzf到内网

~/.fzf

在内网中安装

cd ~/.fzf
# permission may change during transfer, use git to restore permission
git checkout .
./install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment