aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeerserverDE <himbeerserverde@gmail.com>2023-02-04 13:55:13 +0100
committerHimbeerserverDE <himbeerserverde@gmail.com>2023-02-04 13:55:13 +0100
commit85fe61f24af337ba711189a474ec16d79173693d (patch)
tree7eb1d1b29224131cc27df5d97678b229aa78d317
parente38c3ba4f137b3be30d29d86c1cb7660937c8b7e (diff)
use rust lcat with a cool seed
finally fixes #54
-rw-r--r--himbeer.zsh-theme2
-rwxr-xr-xshell_only.sh7
2 files changed, 5 insertions, 4 deletions
diff --git a/himbeer.zsh-theme b/himbeer.zsh-theme
index baecf1b..95cf158 100644
--- a/himbeer.zsh-theme
+++ b/himbeer.zsh-theme
@@ -175,6 +175,6 @@ autoload -U add-zsh-hook
add-zsh-hook precmd theme_precmd
add-zsh-hook preexec theme_preexec
-fortune | cowsay | lolcat
+fortune | cowsay | lcat -n -s sinebow -S 0 -H 160
echo
neofetch
diff --git a/shell_only.sh b/shell_only.sh
index 880ead4..f9559dd 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -67,7 +67,7 @@ if command_exists pacman; then
openssh \
ripgrep
- cargo install paru cargo-update
+ cargo install paru
mkdir -p ~/.config/paru/
cat <<EOT > ~/.config/paru/paru.conf
@@ -75,12 +75,11 @@ if command_exists pacman; then
Sudo = $(which ${SUDO})
EOT
- paru -S --noconfirm c-lolcat tty-clock-git
+ paru -S --noconfirm tty-clock-git
elif command_exists apt; then
${SUDO} apt update
${SUDO} apt install -y \
bat \
- lolcat \
cowsay \
fortune \
zsh \
@@ -102,6 +101,8 @@ else
exit 1
fi
+cargo install cargo-update gping lcat
+
rm -rf ~/.oh-my-zsh/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended