Shot every shelled problem with shelled bullet.
| Command | Description |
|---|---|
git-push-current-branch |
Push current branch to origin |
security-configure |
Server security hardening orchestrator |
speckit-configure |
Speckit configuration orchestrator |
sudo make installThis installs:
bin/*binaries to/usr/local/bin/security-configureandspeckit-configureto/usr/local/bin/- Bash completion to
/usr/local/share/bash-completion/completions/ - Zsh completion to
/usr/local/share/zsh/site-functions/
| Target | Description |
|---|---|
make security-configure |
Build lib/security-configure from source |
make install |
Install all to /usr/local/bin/ (default) |
make uninstall |
Remove all installed files |
make clean |
Remove lib/ build directory |
Bash — add to ~/.bashrc:
source /usr/local/share/bash-completion/completions/security-configureZsh — add to ~/.zshrc:
fpath=(/usr/local/share/zsh/site-functions $fpath)Then reload shell.
sudo make uninstall