Compare commits
No commits in common. "2ae81bc28d887663a5ea237494c36a461f1bd6f3" and "ec4ae2b49d3934dc2f64f71c3fbc39fe12af89d9" have entirely different histories.
2ae81bc28d
...
ec4ae2b49d
|
@ -109,8 +109,3 @@ done
|
||||||
if [ "$(ps aux | grep Xorg | wc -l)" -gt 1 ]; then
|
if [ "$(ps aux | grep Xorg | wc -l)" -gt 1 ]; then
|
||||||
add_tag "xorg_running" "desktop"
|
add_tag "xorg_running" "desktop"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# go
|
|
||||||
if command -v go >/dev/null; then
|
|
||||||
add_tag "go"
|
|
||||||
fi
|
|
||||||
|
|
|
@ -86,8 +86,7 @@ if has_tags pm:pacman; then
|
||||||
xz \
|
xz \
|
||||||
jq \
|
jq \
|
||||||
git \
|
git \
|
||||||
gnupg \
|
gnupg
|
||||||
thefuck
|
|
||||||
|
|
||||||
# yay
|
# yay
|
||||||
if ! has_tags pm:yay; then
|
if ! has_tags pm:yay; then
|
||||||
|
@ -160,7 +159,8 @@ fi
|
||||||
|
|
||||||
if has_tags pm:pipx; then
|
if has_tags pm:pipx; then
|
||||||
pipx_install \
|
pipx_install \
|
||||||
powerline-status
|
powerline-status \
|
||||||
|
thefuck
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# change git user settings
|
# change git user settings
|
||||||
|
|
Loading…
Reference in New Issue