Compare commits
2 commits
c8a14bf129
...
edb1be4431
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | edb1be4431 | ||
Evie Litherland-Smith | 5b26e695ee |
|
@ -173,9 +173,6 @@
|
|||
ignoreDups = true;
|
||||
ignoreSpace = true;
|
||||
};
|
||||
shellAliases = {
|
||||
gsa = "git-sync-all";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = ["colored-man-pages" "lol" "rand-quote"];
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = [
|
||||
(pkgs.writeShellScriptBin "git-sync-all"
|
||||
(builtins.readFile ./git-sync-all.sh))
|
||||
(builtins.readFile ./shell/git-sync-all.sh))
|
||||
(pkgs.writeShellScriptBin "rsync-local-config"
|
||||
(builtins.readFile ./rsync-local-config.sh))
|
||||
(builtins.readFile ./shell/rsync-local-config.sh))
|
||||
(pkgs.writeShellScriptBin "xdg-query-program"
|
||||
(builtins.readFile ./xdg-query-program.sh))
|
||||
(builtins.readFile ./shell/xdg-query-program.sh))
|
||||
];
|
||||
}
|
||||
|
|
Reference in a new issue