From 8e34726bed0b0ccbe2163f34803a58cc3b6ec7ec Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Sun, 1 Jan 2023 22:32:38 -0500 Subject: [PATCH] fix for zsh --- README.md | 15 +++++++++++++++ shell_funcs | 3 --- 2 files changed, 15 insertions(+), 3 deletions(-) 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