mirror of
https://github.com/webgefrickel/dotfiles
synced 2024-11-11 07:10:40 +00:00
nnn preview basic
This commit is contained in:
parent
7304e31b88
commit
db13e00c47
@ -5,6 +5,7 @@ brew tap homebrew/cask-drivers
|
||||
brew tap homebrew/services
|
||||
|
||||
# install additional brew packages -- see _install.sh too
|
||||
brew install bat
|
||||
brew install clipper
|
||||
brew install fd
|
||||
brew install fzf
|
||||
@ -15,6 +16,11 @@ brew install lazygit
|
||||
brew install nnn
|
||||
brew install ripgrep
|
||||
brew install starship
|
||||
brew install tree
|
||||
brew install viu
|
||||
|
||||
# nnn plugins
|
||||
curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs | sh
|
||||
|
||||
ln -s ~/dotfiles/lazygit ~/.config/lazygit
|
||||
ln -s ~/Dotfiles/starship.toml ~/.config/starship.toml
|
||||
|
@ -28,6 +28,7 @@ export HOMEBREW_CASK_OPTS="--appdir=/Applications"
|
||||
export NNN_OPTS='deHR'
|
||||
export NNN_BMS='d:~/Dotfiles;s:~/Sites;l:~/Downloads;h:~/'
|
||||
export NNN_FCOLORS='c1e26c2e006033f5c6d6abc4'
|
||||
export NNN_PLUG='p:preview-tui;j:autojump'
|
||||
export NNN_FIFO='/tmp/nnn.fifo'
|
||||
export NNN_TRASH=0
|
||||
export NNN_ARCHIVE="\\.(7z|bz|bz2|gz|rar|rpm|tar|tgz|zip)$"
|
||||
|
Loading…
Reference in New Issue
Block a user