Remove git-cola.
parent
3661e406ca
commit
ec4ae2b49d
|
@ -117,7 +117,6 @@ if has_tags pm:pacman; then
|
|||
|
||||
if has_tags desktop; then
|
||||
yay_install \
|
||||
git-cola \
|
||||
powerline-fonts \
|
||||
ttf-nerd-fonts-symbols-2048-em \
|
||||
ttf-fira-code \
|
||||
|
@ -238,3 +237,12 @@ if has_tags desktop; then
|
|||
gsettings set org.nemo.desktop font 'Sans 9'
|
||||
gsettings set x.dm.slick-greeter font-name 'Sans 9'
|
||||
fi
|
||||
|
||||
# Go privacy stuff
|
||||
|
||||
if has_tags go; then
|
||||
#go env -u GOPROXY
|
||||
#go env -u GOSUMDB
|
||||
go env -w GOPROXY direct
|
||||
go env -w GOSUMDB off
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue