MISC: env packages
This commit is contained in:
parent
f778cf8cc1
commit
80867f119d
2 changed files with 7 additions and 1 deletions
|
@ -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 \
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Add table
Reference in a new issue