mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Add gf support
This commit is contained in:
@@ -340,6 +340,12 @@ EOF
|
||||
chmod +x ${DESTDIR}/tmpmail
|
||||
add_bin_symlink tmpmail
|
||||
;;
|
||||
gf)
|
||||
install_pkgs golang-go silversearcher-ag
|
||||
go get -u github.com/tomnomnom/gf
|
||||
mkdir -p ${HOME}/.config
|
||||
git clone https://github.com/Matir/gf-patterns.git ${HOME}/.config/gf
|
||||
;;
|
||||
*)
|
||||
echo "Unknown tool: ${TOOL}" >/dev/stderr
|
||||
echo "Options:" >/dev/stderr
|
||||
|
||||
Reference in New Issue
Block a user