437 current 2025-06-19 00:56:49 25.05.20250424.f771eb4 6.12.24 *
This commit is contained in:
@@ -97,6 +97,7 @@ in {
|
|||||||
btop
|
btop
|
||||||
wikiman
|
wikiman
|
||||||
iodine
|
iodine
|
||||||
|
fzf
|
||||||
# emacs # haha
|
# emacs # haha
|
||||||
|
|
||||||
# security
|
# security
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [zsh-powerlevel10k meslo-lgs-nf];
|
home.packages = with pkgs; [zsh-powerlevel10k meslo-lgs-nf];
|
||||||
home.file.".p10k.zsh".source = ./p10k;
|
home.file.".p10k.zsh".source = ./p10k;
|
||||||
|
programs.direnv.enable = true;
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ a.dnsenum() {
|
|||||||
|
|
||||||
# ------------------- fzf configuration
|
# ------------------- fzf configuration
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
export FZF_DEFAULT_COMMAND='fdfind --type f'
|
export FZF_DEFAULT_COMMAND='fd --type f'
|
||||||
export FZF_DEFAULT_OPTS="--layout=reverse --inline-info --height=80%"
|
export FZF_DEFAULT_OPTS="--layout=reverse --inline-info --height=80%"
|
||||||
|
|
||||||
# ------------------- Key Binding
|
# ------------------- Key Binding
|
||||||
@@ -271,6 +271,7 @@ bindkey "\e[3~" delete-char #Del
|
|||||||
bindkey "\e[2~" overwrite-mode # Ins
|
bindkey "\e[2~" overwrite-mode # Ins
|
||||||
bindkey "\e[6~" end-of-history # PageDown
|
bindkey "\e[6~" end-of-history # PageDown
|
||||||
bindkey "\e[5~" beginning-of-history #PageUp
|
bindkey "\e[5~" beginning-of-history #PageUp
|
||||||
|
bindkey '^R' history-incremental-search-backward
|
||||||
|
|
||||||
# -------------------- control backspace deleting previous word entirely
|
# -------------------- control backspace deleting previous word entirely
|
||||||
bindkey '^H' backward-kill-word
|
bindkey '^H' backward-kill-word
|
||||||
|
|||||||
@@ -102,7 +102,7 @@
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.direnv.enable = true;
|
# programs.direnv.enable = true;
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
nixPath = [
|
nixPath = [
|
||||||
|
|||||||
Reference in New Issue
Block a user