add lf and related rc to repo ; this replaces fm/mc/others for me for now

This commit is contained in:
KemoNine 2022-05-20 16:53:00 -04:00
parent 035c26a744
commit f914b9ce13
2 changed files with 17 additions and 0 deletions

View file

@ -23,6 +23,9 @@ ln -s $PATH_PREFIX/zshrc ~/.zshrc
rm ~/.fzf.zsh rm ~/.fzf.zsh
ln -s $PATH_PREFIX/fzf.zsh ~/.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/ # https://github.com/gokcehan/lf/
echo "install 'exa fd bat tmux htop nano most ripgrep emacs zsh lf' if needed" echo "install 'exa fd bat tmux htop nano most ripgrep emacs zsh lf' if needed"
echo "copy restic.sh if desired/needed" echo "copy restic.sh if desired/needed"

14
config/lf/lfrc Normal file
View file

@ -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