Fix gf patterns in install_tool.

This commit is contained in:
David Tomaschik
2021-08-14 12:38:34 -07:00
parent 0bb950b053
commit f94a4dc67c
2 changed files with 8 additions and 1 deletions

View File

@@ -345,7 +345,11 @@ EOF
install_pkgs golang-go silversearcher-ag
go get -u github.com/tomnomnom/gf
mkdir -p ${HOME}/.config
if test -d ${HOME}/.config/gf ; then
git -C ${HOME}/.config/gf pull
else
git clone https://github.com/Matir/gf-patterns.git ${HOME}/.config/gf
fi
;;
gron)
go get -u github.com/tomnomnom/gron

View File

@@ -20,3 +20,6 @@ id_ecdsa
# Kicad backup files
*.kicad_pcb-bak
# Mypy cache path
.mypy_cache