diff options
author | Chrisatmachine <[email protected]> | 2018-08-23 23:25:56 -0400 |
---|---|---|
committer | Chrisatmachine <[email protected]> | 2018-08-23 23:25:56 -0400 |
commit | f7ae5753ea0fc2a8e06dd0ec5b2c71d6696106fe (patch) | |
tree | c1f075749d2fcf3c40fcf161424433e45498b6f9 /setupDEB.sh | |
parent | 0fdeb04a55f945129f8ba99f681ae9bac2a2adde (diff) |
big changes
Diffstat (limited to 'setupDEB.sh')
-rwxr-xr-x | setupDEB.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/setupDEB.sh b/setupDEB.sh index 4b743fb3..a0f20a00 100755 --- a/setupDEB.sh +++ b/setupDEB.sh @@ -14,3 +14,7 @@ curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > # run installer sh ./installer.sh ~/.cache/dein + +git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf + +~/.fzf/install |