mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
sync
This commit is contained in:
@@ -91,12 +91,10 @@ programs = {
|
|||||||
# size = 10000;
|
# size = 10000;
|
||||||
# path = "${config.xdg.dataHome}/zsh/history";
|
# path = "${config.xdg.dataHome}/zsh/history";
|
||||||
# };
|
# };
|
||||||
zplug = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [ "git" "thefuck" ];
|
||||||
{ name = "zsh-users/zsh-autosuggestions"; } # Simple plugin installation
|
theme = "robbyrussell";
|
||||||
{ name = "romkatv/powerlevel10k"; tags = [ as:theme depth:1 ]; } # Installations with additional options. For the list of options, please refer to Zplug README.
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user