From a774407da2d2b040a912715ce0093a2b7493e14e Mon Sep 17 00:00:00 2001 From: KemoNine Date: Thu, 19 May 2022 10:16:09 -0400 Subject: [PATCH] add most to deps ; future use / testing --- _setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_setup.sh b/_setup.sh index 2eb34b0..a9840ae 100755 --- a/_setup.sh +++ b/_setup.sh @@ -20,5 +20,5 @@ ln -s $PATH_PREFIX/tmux.conf ~/.tmux.conf rm ~/.zshrc ln -s $PATH_PREFIX/zshrc ~/.zshrc -echo "install 'exa fd bat tmux htop nano emacs zsh' if needed" +echo "install 'exa fd bat tmux htop nano most emacs zsh' if needed" echo "copy restic.sh if desired/needed"