mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Fix gf patterns in install_tool.
This commit is contained in:
@@ -345,7 +345,11 @@ EOF
|
|||||||
install_pkgs golang-go silversearcher-ag
|
install_pkgs golang-go silversearcher-ag
|
||||||
go get -u github.com/tomnomnom/gf
|
go get -u github.com/tomnomnom/gf
|
||||||
mkdir -p ${HOME}/.config
|
mkdir -p ${HOME}/.config
|
||||||
git clone https://github.com/Matir/gf-patterns.git ${HOME}/.config/gf
|
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)
|
gron)
|
||||||
go get -u github.com/tomnomnom/gron
|
go get -u github.com/tomnomnom/gron
|
||||||
|
|||||||
@@ -20,3 +20,6 @@ id_ecdsa
|
|||||||
|
|
||||||
# Kicad backup files
|
# Kicad backup files
|
||||||
*.kicad_pcb-bak
|
*.kicad_pcb-bak
|
||||||
|
|
||||||
|
# Mypy cache path
|
||||||
|
.mypy_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user