Add enahncd utility

This commit is contained in:
Martin Blazik
2020-10-02 13:26:32 +02:00
parent 0db6834f91
commit d4c9b51c31
4 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
/tmp/
/opt/bin/*
/opt/*
!/**/.gitkeep

0
opt/.gitkeep Normal file
View File

1
rc/enhancd.sh Normal file
View File

@@ -0,0 +1 @@
source $WORKSPACE/opt/enhancd/init.sh

View File

@@ -0,0 +1,8 @@
#!/bin/bash
# https://github.com/b4b4r07/enhancd
brew tap jhawthorn/fzy
brew install fzy ccat percol peco fzf
git clone https://github.com/b4b4r07/enhancd $WORKSPACE/opt/enhancd