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