fix for zsh
This commit is contained in:
parent
5ee1044b78
commit
8e34726bed
15
README.md
15
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
|
# How To
|
||||||
|
|
||||||
Clone the repository, then symlink `ln -s` each file to the dotted version in your homedirectory.
|
Clone the repository, then symlink `ln -s` each file to the dotted version in your homedirectory.
|
||||||
|
@ -55,6 +55,3 @@ function lab () {
|
|||||||
jupyter lab
|
jupyter lab
|
||||||
deactivate
|
deactivate
|
||||||
}
|
}
|
||||||
|
|
||||||
# source ~/code/dotfiles/jobs/tidelift.sh
|
|
||||||
source ~/code/dotfiles/jobs/everquote.sh
|
|
||||||
|
Loading…
Reference in New Issue
Block a user