Initial commit

This commit is contained in:
Junegunn Choi
2013-10-23 10:26:55 +09:00
commit 03b204ec40
4 changed files with 539 additions and 0 deletions

7
install Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
cd `dirname $BASH_SOURCE`
mkdir -p ~/bin
ln -sf `pwd`/fzf ~/bin/fzf
chmod +x ~/bin/fzf