added fzf
This commit is contained in:
parent
b197b4d28c
commit
85b0e32588
3 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
||||||
[submodule "lib/k"]
|
[submodule "lib/k"]
|
||||||
path = lib/k
|
path = lib/k
|
||||||
url = https://github.com/rimraf/k
|
url = https://github.com/rimraf/k
|
||||||
|
[submodule "lib/fzf"]
|
||||||
|
path = lib/fzf
|
||||||
|
url = https://github.com/junegunn/fzf.git
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
~/.dotfiles: ''
|
~/.dotfiles: ''
|
||||||
~/bin: bin/
|
~/bin: bin/
|
||||||
~/utils: sysadmin-util/
|
~/utils: sysadmin-util/
|
||||||
|
~/.fzf: lib/fzf
|
||||||
~/.nano: lib/nano/syntax
|
~/.nano: lib/nano/syntax
|
||||||
~/.nanorc: files/nanorc
|
~/.nanorc: files/nanorc
|
||||||
~/.dircolors: files/dircolors
|
~/.dircolors: files/dircolors
|
||||||
|
@ -14,3 +15,4 @@
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- git update-submodules # after linking ~/.gitconfig
|
- git update-submodules # after linking ~/.gitconfig
|
||||||
|
- ~/.fzf/install # install fzf
|
||||||
|
|
1
lib/fzf
Submodule
1
lib/fzf
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 8156e9894e9f05cfea9043af44d0258ad2a6721d
|
Loading…
Add table
Reference in a new issue