From 80867f119d8d7acfaaf056969e023e73e21547ef Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Wed, 29 Jul 2020 17:49:08 -0700 Subject: [PATCH] MISC: env packages --- README.md | 2 ++ zsh/zshenv | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1faaf28..b39c137 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,14 @@ $ ./install $ curl https://nixos.org/nix/install | sh $ source ~/.zshrc $ nix-env -i \ + alacritty \ docker \ git \ htop \ postgresql \ reattach-to-user-namespace \ silver-searcher \ + syncthing \ tmux \ universal-ctags \ vim \ diff --git a/zsh/zshenv b/zsh/zshenv index b78861b..b113979 100644 --- a/zsh/zshenv +++ b/zsh/zshenv @@ -82,6 +82,10 @@ path=( # npm $HOME/.npm-packages/bin + # yarn + $HOME/.yarn/bin + $HOME/.config/yarn/global/node_modules/.bin + # misc apps /Applications/Postgres.app/Contents/Versions/12/bin/ /Applications/Visual\ Studio\ Code.app/Contents/Resources/app/bin/ @@ -90,4 +94,4 @@ path=( export -U PATH export CONDA_ENVS_PATH=$HOME/.conda/envs:/opt/miniconda3/envs -export CONDA_PKGS_DIRS=$HOME/.conda/pkgs \ No newline at end of file +export CONDA_PKGS_DIRS=$HOME/.conda/pkgs