From 1c9073e3909f91a22f3729610b82a1b9f1393820 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 29 May 2022 10:45:42 -0400 Subject: [PATCH] add glow to list of recommended packages --- _setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_setup.sh b/_setup.sh index bd7b7c2..bd60fab 100755 --- a/_setup.sh +++ b/_setup.sh @@ -58,6 +58,6 @@ if grep -q "Android" <<< `uname -a`; then termux-reload-settings fi -echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone" +echo "exa fd bat tmux htop nano most ripgrep emacs zsh lf restic rclone glow" echo "copy restic.sh if desired/needed" echo "run tmux and do -I to install plugins and finish setup"