- Find your deployment target using
./deploy.sh list
- Run
./deploy.sh apply <your target> --all
Note
Use ./deploy.sh info
to get information about each target.
Install oh-my-zsh and add following into .zshrc
:
zstyle ':omz:plugins:nvm' lazy yes
plugins=(git nvm docker-compose vi-mode fzf)
[ -f ~/.config/shell/loader.sh ] && . ~/.config/shell/loader.sh