Compare commits

...

2 Commits

Author SHA1 Message Date
Icedream cb9b6b9b9d
Fix permanent go env syntax. 2023-09-27 18:56:50 +02:00
Icedream ac30f42ae8
Install bat by default. 2023-09-27 18:54:57 +02:00
1 changed files with 5 additions and 2 deletions

View File

@ -110,6 +110,7 @@ if has_tags pm:pacman; then
# from here on we should have yay available
yay_install \
bat \
customizepkg-git \
zsh \
zsh-syntax-highlighting \
@ -152,6 +153,7 @@ if has_tags pm:apt; then
python3-venv \
zsh \
zsh-syntax-highlighting \
bat \
jq \
git \
gnupg2
@ -251,6 +253,7 @@ fi
if has_tags go; then
#go env -u GOPROXY
#go env -u GOSUMDB
go env -w GOPROXY direct
go env -w GOSUMDB off
go env -w \
GOPROXY=direct \
GOSUMDB=off
fi