Remove git-cola.

master
Icedream 2023-04-11 03:35:40 +02:00
parent 3661e406ca
commit ec4ae2b49d
Signed by: icedream
GPG Key ID: 468BBEEBB9EC6AEA
1 changed files with 9 additions and 1 deletions

View File

@ -117,7 +117,6 @@ if has_tags pm:pacman; then
if has_tags desktop; then if has_tags desktop; then
yay_install \ yay_install \
git-cola \
powerline-fonts \ powerline-fonts \
ttf-nerd-fonts-symbols-2048-em \ ttf-nerd-fonts-symbols-2048-em \
ttf-fira-code \ ttf-fira-code \
@ -238,3 +237,12 @@ if has_tags desktop; then
gsettings set org.nemo.desktop font 'Sans 9' gsettings set org.nemo.desktop font 'Sans 9'
gsettings set x.dm.slick-greeter font-name 'Sans 9' gsettings set x.dm.slick-greeter font-name 'Sans 9'
fi 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