Compare commits

...

2 Commits

Author SHA1 Message Date
Icedream 2ae81bc28d
Install thefuck via package manager. 2023-07-25 00:30:02 +02:00
Icedream dcc56b0cfb
Add tag for golang. 2023-07-25 00:29:38 +02:00
2 changed files with 8 additions and 3 deletions

View File

@ -109,3 +109,8 @@ done
if [ "$(ps aux | grep Xorg | wc -l)" -gt 1 ]; then
add_tag "xorg_running" "desktop"
fi
# go
if command -v go >/dev/null; then
add_tag "go"
fi

View File

@ -86,7 +86,8 @@ if has_tags pm:pacman; then
xz \
jq \
git \
gnupg
gnupg \
thefuck
# yay
if ! has_tags pm:yay; then
@ -159,8 +160,7 @@ fi
if has_tags pm:pipx; then
pipx_install \
powerline-status \
thefuck
powerline-status
fi
# change git user settings