Explorar o código

Install fzf locally instead of globally

Frans Bergman %!s(int64=5) %!d(string=hai) anos
pai
achega
b32f32c6cf
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 4 0
      install.sh
  2. 0 1
      packages.txt

+ 4 - 0
install.sh

@@ -60,6 +60,10 @@ fancy_print "Installing Oh My Zsh plugins"
 git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
 git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
 
+fancy_print "Installing fzf"
+git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
+~/.fzf/install --key-bindings --completion --no-update-rc
+
 fancy_print "Installing vim-plug"
 curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs \
         https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

+ 0 - 1
packages.txt

@@ -5,7 +5,6 @@ dmenu
 feh
 font-hack-ttf
 font-hanazono
-fzf
 git
 htop
 lesspipe