zsh: fetch plugins using nvfetcher
This commit is contained in:
parent
0cb5ad876b
commit
5bfbbebcc6
|
@ -40,46 +40,27 @@ in
|
||||||
myip = "dig +short myip.opendns.com @208.67.222.222 2>&1";
|
myip = "dig +short myip.opendns.com @208.67.222.222 2>&1";
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
|
# src gets fetched by nvfetcher, see: ./pkgs/sources.toml
|
||||||
{
|
{
|
||||||
# will source ohmyzsh/plugins/z/
|
# will source ohmyzsh/plugins/z/
|
||||||
name = "zsh-plugins-z";
|
name = "zsh-plugins-z";
|
||||||
file = "plugins/z/z.sh";
|
file = "plugins/z/z.sh";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.sources.ohmyzsh.src;
|
||||||
owner = "ohmyzsh";
|
|
||||||
repo = "ohmyzsh";
|
|
||||||
rev = "249c708ed3a4a7a63d16a6e911a46b6fb9623cbd";
|
|
||||||
sha256 = "sha256-NAVotL5RxpS/zKnO+ngMIjv787lqc1dj/c4blQrQcvU=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "zsh-powerlevel10k";
|
name = "zsh-powerlevel10k";
|
||||||
file = "powerlevel10k.zsh-theme";
|
file = "powerlevel10k.zsh-theme";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.sources.powerlevel10k.src;
|
||||||
owner = "romkatv";
|
|
||||||
repo = "powerlevel10k";
|
|
||||||
rev = "3bfbb8294fd61d3fb9f75f944b178eb9c8c2c0f7";
|
|
||||||
sha256 = "sha256-xZOTbCt0Erl3pTsUbumx5OCti9dmNsOrSvovKy8Zvh8=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "zsh-fast-syntax-highlighting";
|
name = "zsh-fast-syntax-highlighting";
|
||||||
file = "F-Sy-H.plugin.zsh";
|
file = "F-Sy-H.plugin.zsh";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.sources.F-Sy-H.src;
|
||||||
owner = "z-shell";
|
|
||||||
repo = "F-Sy-H";
|
|
||||||
rev = "c0b8c1484bc482de98ff3149817197159cab3b33";
|
|
||||||
sha256 = "sha256-OLeeFPNx3dWZgJSvKqKzAeFloXQRNbvJKNBBYavzkSE=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "zsh-nix-shell";
|
name = "zsh-nix-shell";
|
||||||
file = "nix-shell.plugin.zsh";
|
file = "nix-shell.plugin.zsh";
|
||||||
src = pkgs.fetchFromGitHub {
|
src = pkgs.sources.zsh-nix-shell.src;
|
||||||
owner = "chisui";
|
|
||||||
repo = "zsh-nix-shell";
|
|
||||||
rev = "af6f8a266ea1875b9a3e86e14796cadbe1cfbf08";
|
|
||||||
sha256 = "sha256-BjgMhILEL/qdgfno4LR64LSB8n9pC9R+gG7IQWwgyfQ=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,17 @@
|
||||||
# This file was generated by nvfetcher, please do not modify it manually.
|
# This file was generated by nvfetcher, please do not modify it manually.
|
||||||
{ fetchgit, fetchurl, fetchFromGitHub }:
|
{ fetchgit, fetchurl, fetchFromGitHub }:
|
||||||
{
|
{
|
||||||
|
F-Sy-H = {
|
||||||
|
pname = "F-Sy-H";
|
||||||
|
version = "b935a87a75560f8173dd78deee6717c59d464e06";
|
||||||
|
src = fetchFromGitHub ({
|
||||||
|
owner = "z-shell";
|
||||||
|
repo = "F-Sy-H";
|
||||||
|
rev = "b935a87a75560f8173dd78deee6717c59d464e06";
|
||||||
|
fetchSubmodules = false;
|
||||||
|
sha256 = "sha256-448OlDnrDkUjvaSLDhXsa9bkgYXzj1Ju8CTpJVjH8LM=";
|
||||||
|
});
|
||||||
|
};
|
||||||
instant-nvim-nvfetcher = {
|
instant-nvim-nvfetcher = {
|
||||||
pname = "instant-nvim-nvfetcher";
|
pname = "instant-nvim-nvfetcher";
|
||||||
version = "294b6d08143b3db8f9db7f606829270149e1a786";
|
version = "294b6d08143b3db8f9db7f606829270149e1a786";
|
||||||
|
@ -23,6 +34,28 @@
|
||||||
sha256 = "sha256-GqPuYscLhkR5E2HnSFV4R48hCWvtM3C++3zlJhiK/aw=";
|
sha256 = "sha256-GqPuYscLhkR5E2HnSFV4R48hCWvtM3C++3zlJhiK/aw=";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
ohmyzsh = {
|
||||||
|
pname = "ohmyzsh";
|
||||||
|
version = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
|
||||||
|
src = fetchFromGitHub ({
|
||||||
|
owner = "ohmyzsh";
|
||||||
|
repo = "ohmyzsh";
|
||||||
|
rev = "65a1e4edbe678cdac37ad96ca4bc4f6d77e27adf";
|
||||||
|
fetchSubmodules = false;
|
||||||
|
sha256 = "sha256-qyI7CU0vKhhADZfQtD73GsyAbqdMPhDQ1uA03h4erpw=";
|
||||||
|
});
|
||||||
|
};
|
||||||
|
powerlevel10k = {
|
||||||
|
pname = "powerlevel10k";
|
||||||
|
version = "8091c8a3a8a845c70046684235a01cd500075def";
|
||||||
|
src = fetchFromGitHub ({
|
||||||
|
owner = "romkatv";
|
||||||
|
repo = "powerlevel10k";
|
||||||
|
rev = "8091c8a3a8a845c70046684235a01cd500075def";
|
||||||
|
fetchSubmodules = false;
|
||||||
|
sha256 = "sha256-I0/tktXCbZ3hMYTNvPoWfOEYWRgmHoXsar/jcUB6bpo=";
|
||||||
|
});
|
||||||
|
};
|
||||||
rnix-lsp-nvfetcher = {
|
rnix-lsp-nvfetcher = {
|
||||||
pname = "rnix-lsp-nvfetcher";
|
pname = "rnix-lsp-nvfetcher";
|
||||||
version = "6925256babec4307479a4080b44f2be38056f210";
|
version = "6925256babec4307479a4080b44f2be38056f210";
|
||||||
|
@ -111,4 +144,15 @@
|
||||||
sha256 = "sha256-qFNRzgXFyOgIvtNKR+7NG5lvQObjgezfRaloA7VH9Lc=";
|
sha256 = "sha256-qFNRzgXFyOgIvtNKR+7NG5lvQObjgezfRaloA7VH9Lc=";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
zsh-nix-shell = {
|
||||||
|
pname = "zsh-nix-shell";
|
||||||
|
version = "af6f8a266ea1875b9a3e86e14796cadbe1cfbf08";
|
||||||
|
src = fetchFromGitHub ({
|
||||||
|
owner = "chisui";
|
||||||
|
repo = "zsh-nix-shell";
|
||||||
|
rev = "af6f8a266ea1875b9a3e86e14796cadbe1cfbf08";
|
||||||
|
fetchSubmodules = false;
|
||||||
|
sha256 = "sha256-BjgMhILEL/qdgfno4LR64LSB8n9pC9R+gG7IQWwgyfQ=";
|
||||||
|
});
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,6 +11,22 @@ fetch.github = "ErikReider/SwayNotificationCenter"
|
||||||
src.git = "https://github.com/yashsinghcodes/wik"
|
src.git = "https://github.com/yashsinghcodes/wik"
|
||||||
fetch.github = "yashsinghcodes/wik"
|
fetch.github = "yashsinghcodes/wik"
|
||||||
|
|
||||||
|
[ohmyzsh]
|
||||||
|
src.git = "https://github.com/ohmyzsh/ohmyzsh"
|
||||||
|
fetch.github = "ohmyzsh/ohmyzsh"
|
||||||
|
|
||||||
|
[powerlevel10k]
|
||||||
|
src.git = "https://github.com/romkatv/powerlevel10k"
|
||||||
|
fetch.github = "romkatv/powerlevel10k"
|
||||||
|
|
||||||
|
[F-Sy-H]
|
||||||
|
src.git = "https://github.com/z-shell/F-Sy-H"
|
||||||
|
fetch.github = "z-shell/F-Sy-H"
|
||||||
|
|
||||||
|
[zsh-nix-shell]
|
||||||
|
src.git = "https://github.com/chisui/zsh-nix-shell"
|
||||||
|
fetch.github = "chisui/zsh-nix-shell"
|
||||||
|
|
||||||
[rnix-lsp-nvfetcher]
|
[rnix-lsp-nvfetcher]
|
||||||
src.git = "https://github.com/nix-community/rnix-lsp"
|
src.git = "https://github.com/nix-community/rnix-lsp"
|
||||||
fetch.github = "nix-community/rnix-lsp"
|
fetch.github = "nix-community/rnix-lsp"
|
||||||
|
|
Loading…
Reference in a new issue