This commit is contained in:
Morten Olsen
2023-11-14 20:32:30 +01:00
parent fbc50c98d2
commit 14ae82222c
9 changed files with 30 additions and 14 deletions

View File

@@ -3,7 +3,7 @@
let
astronvim = builtins.fetchGit {
url = "https://github.com/AstroNvim/AstroNvim";
rev = "dad0bec1fef2833561d04ea446a544fbfde92539";
rev = "7f087b2ea45073be3386a29e805143f0a1f896e8";
};
astronvimUser = builtins.fetchGit {
url = "https://foo:foo@github.com/morten-olsen/astrovim";

View File

@@ -39,6 +39,7 @@
".env".source = ./files/env;
".zshrc".source = ./files/zshrc;
".bashrc".source = ./files/bashrc;
# ".npmrc".source = ./files/npmrc;
".shellrc/rc.d" = {
source = ./files/shell/rc.d;
};

View File

@@ -0,0 +1 @@
prefix = ${HOME}/.npm-packages

View File

@@ -95,5 +95,7 @@ PRINT_CENTER 60 "
"
fi
export PATH=~/.npm-global/bin:$PATH
export NODE_PATH=~/.npm-global/lib/node_modules
which wrk > /dev/null && eval `wrk tools bash`