shared linting configs and utilities for typescript
./bin/dev initial setup
- run the following commands AND append to your shell configs (ie.
~/.zshrc
or~/.bashrc
/~/.bash_profile
)
eval "$(mise activate zsh)"
# or for bash
# eval "$(mise activate bash)"
- (optionally) configure mise:
~/.config/mise/settings.toml
trusted_config_paths = ["~/Projects"] # where ~/Projects is wherever you clone your repos
dev start