From f914b9ce130ce311d61575405e5e3db862a2e00d Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 20 May 2022 16:53:00 -0400 Subject: [PATCH] add lf and related rc to repo ; this replaces fm/mc/others for me for now --- _setup.sh | 3 +++ config/lf/lfrc | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 config/lf/lfrc diff --git a/_setup.sh b/_setup.sh index 7ba5699..c8861e7 100755 --- a/_setup.sh +++ b/_setup.sh @@ -23,6 +23,9 @@ ln -s $PATH_PREFIX/zshrc ~/.zshrc rm ~/.fzf.zsh ln -s $PATH_PREFIX/fzf.zsh ~/.fzf.zsh +rm -r ~/.config/lf +ln -s $PATH_PREFIX/config/lf ~/.config/lf + # 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" diff --git a/config/lf/lfrc b/config/lf/lfrc new file mode 100644 index 0000000..d964205 --- /dev/null +++ b/config/lf/lfrc @@ -0,0 +1,14 @@ +set shell bash +set shellopts '-eu' +set ifs "\n" + +set noanchorfind +set dirfirst +set drawbox +set globsearch +set hidden +set icons +set info 'size:time' +set nopreview +set ratios '1:2' +set tabstop 4