add lf and related rc to repo ; this replaces fm/mc/others for me for now
This commit is contained in:
parent
035c26a744
commit
f914b9ce13
|
@ -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"
|
||||
|
|
14
config/lf/lfrc
Normal file
14
config/lf/lfrc
Normal 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
|
Loading…
Reference in a new issue