snapshot 2022-11-20

This commit is contained in:
Jeremy Wall 2022-08-15 21:42:54 -04:00
parent 2e3074ad95
commit 7538dfd756
4 changed files with 3017 additions and 1 deletions

File diff suppressed because it is too large Load Diff

16
.zshrc
View File

@ -3,3 +3,19 @@ export EDITOR="nvim"
PS1="%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y) PS1="%F{green}[%T] %F{cyan}(%n@%m) %F{lightgrey}(%y)
%F{white}%(!.%F{red}>>.$>) " %F{white}%(!.%F{red}>>.$>) "
# >>> conda initialize >>>
# !! Contents within this block are managed by 'conda init' !!
__conda_setup="$('/Users/zaphar/opt/miniconda3/bin/conda' 'shell.zsh' 'hook' 2> /dev/null)"
if [ $? -eq 0 ]; then
eval "$__conda_setup"
else
if [ -f "/Users/zaphar/opt/miniconda3/etc/profile.d/conda.sh" ]; then
. "/Users/zaphar/opt/miniconda3/etc/profile.d/conda.sh"
else
export PATH="/Users/zaphar/opt/miniconda3/bin:$PATH"
fi
fi
unset __conda_setup
# <<< conda initialize <<<

View File

@ -55,10 +55,12 @@
coc-json coc-json
vim-toml vim-toml
hoon-vim hoon-vim
rnix-lsp
]; ];
}; };
}; };
zsh.enable = true; # default shell on catalina zsh.enable = true; # default shell on catalina
zsh.interactiveShellInit = (builtins.readFile ../../.zshrc);
}; };
# List packages installed in system profile. To search by name, run: # List packages installed in system profile. To search by name, run:

1
result
View File

@ -1 +0,0 @@
/nix/store/sgm0w6jn7kzg2y7wa4scypin6dbvx2jw-darwin-system-22.05.20220523.7ae60dd+darwin4.4fdbb81