Skip to content

Commit

Permalink
fish: install fzf
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Aug 12, 2019
1 parent 08d53ed commit f961be1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run/fish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ sudo apt-get install -y fish

mkdir -p ~/.config/fish
echo "source $PWD/fish/main.fish" > $HOME/.config/fish/config.fish

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

0 comments on commit f961be1

Please sign in to comment.