fzf sheganingans.
This commit is contained in:
parent
c18fc217e8
commit
e96a3f2988
@ -101,6 +101,7 @@
|
||||
programs.fzf = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
defaultCommand = "fd --type f";
|
||||
};
|
||||
|
||||
# Install starship
|
||||
@ -155,6 +156,11 @@
|
||||
ignores = ["~/Documents/Share" ".git"];
|
||||
};
|
||||
|
||||
# Install rg
|
||||
programs.ripgrep = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
# Install btop
|
||||
programs.btop.enable = true;
|
||||
|
||||
|
@ -31,6 +31,8 @@
|
||||
nnn = ''LC_COLLATE="C" nnn -xeaiH'';
|
||||
# Buku powerup
|
||||
b = "buku -p";
|
||||
# fzf shenanigans
|
||||
vif = ''nvim $(fzf --preview="bat --color=always {}")'';
|
||||
};
|
||||
|
||||
initExtra = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user