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