From 54dd21a1f085aca70c4e5dfa491e0cf5b5aa47c6 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 20 May 2022 15:27:47 -0400 Subject: [PATCH] add lf to list of suggested apps -- will be used in place of fm --- _setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_setup.sh b/_setup.sh index dc86ef0..7ba5699 100755 --- a/_setup.sh +++ b/_setup.sh @@ -23,5 +23,6 @@ ln -s $PATH_PREFIX/zshrc ~/.zshrc rm ~/.fzf.zsh ln -s $PATH_PREFIX/fzf.zsh ~/.fzf.zsh -echo "install 'exa fd bat tmux htop nano most ripgrep emacs zsh' if needed" +# https://github.com/gokcehan/lf/ +echo "install 'exa fd bat tmux htop nano most ripgrep emacs zsh lf' if needed" echo "copy restic.sh if desired/needed"