diff --git a/README.md b/README.md index 54ff641..a7628be 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,18 @@ +# Nix + +Install Nix and Home-Manager + +For Macos: + +Install nix-darwin +```shell +$ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer +$ ./result/bin/darwin-installer +$ ./result/sw/bin/darwin-rebuild switch --flake . +``` + + + # How To Clone the repository, then symlink `ln -s` each file to the dotted version in your homedirectory. diff --git a/shell_funcs b/shell_funcs index 053943b..465c09c 100644 --- a/shell_funcs +++ b/shell_funcs @@ -55,6 +55,3 @@ function lab () { jupyter lab deactivate } - -# source ~/code/dotfiles/jobs/tidelift.sh -source ~/code/dotfiles/jobs/everquote.sh