aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
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 /shell_only.sh
parente38c3ba4f137b3be30d29d86c1cb7660937c8b7e (diff)
use rust lcat with a cool seed
finally fixes #54
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh7
1 files changed, 4 insertions, 3 deletions
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