configure zsh
This commit is contained in:
@@ -339,5 +339,26 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
zsh = {
|
||||||
|
enable = true;
|
||||||
|
enableCompletion = true;
|
||||||
|
oh-my-zsh = {
|
||||||
|
enable = true;
|
||||||
|
plugins = [
|
||||||
|
"aliases"
|
||||||
|
"direnv"
|
||||||
|
"eza"
|
||||||
|
"fzf"
|
||||||
|
"golang"
|
||||||
|
"podman"
|
||||||
|
"starship"
|
||||||
|
"zoxide"
|
||||||
|
];
|
||||||
|
theme = "robbyrussell";
|
||||||
|
extraConfig = ''
|
||||||
|
zstyle ':omz:update' mode reminder
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user