Simple hack to get node packages into eaf-browser
This commit is contained in:
@@ -32,7 +32,8 @@
|
|||||||
recursive = true;
|
recursive = true;
|
||||||
onChange = "
|
onChange = "
|
||||||
pushd ~/.emacs.d/eaf/app/browser;
|
pushd ~/.emacs.d/eaf/app/browser;
|
||||||
npm install darkreader @mozilla/readability;
|
rm package*.json;
|
||||||
|
npm install darkreader @mozilla/readability && rm package*.json;
|
||||||
popd;
|
popd;
|
||||||
";
|
";
|
||||||
};
|
};
|
||||||
|
@@ -17,6 +17,10 @@ let
|
|||||||
killall xmobar;
|
killall xmobar;
|
||||||
xmonad --recompile && xmonad --restart;
|
xmonad --recompile && xmonad --restart;
|
||||||
emacsclient --no-wait --eval "(load-theme 'doom-stylix t nil)";
|
emacsclient --no-wait --eval "(load-theme 'doom-stylix t nil)";
|
||||||
|
pushd ~/.emacs.d/eaf/app/browser;
|
||||||
|
rm package*.json;
|
||||||
|
npm install darkreader @mozilla/readability && rm package*.json;
|
||||||
|
popd;
|
||||||
fi
|
fi
|
||||||
elif [ "$1" = "update" ]; then
|
elif [ "$1" = "update" ]; then
|
||||||
pushd ''+myDotfilesDir+'';
|
pushd ''+myDotfilesDir+'';
|
||||||
|
Reference in New Issue
Block a user