Last active
March 30, 2026 06:43
-
-
Save rakotomandimby/86acd12ab5313f63862b9c00935c00cd to your computer and use it in GitHub Desktop.
Aliases Opencode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| export PATH=/home/mihamina/.opencode/bin:$PATH | |
| alias opc-update='curl -fsSL https://opencode.ai/install | bash' | |
| alias opc-models='opencode models --refresh | grep copilot | grep codex' | |
| alias opc='/home/mihamina/.opencode/bin/opencode' | |
| alias ocm-get='cd && git clone https://github.com/Shlomob/ocmonitor-share.git && cd ocmonitor-share && ./install.sh' | |
| alias ocm-update='cd && cd ocmonitor-share && rm -rf venv && git pull && ./install.sh' | |
| alias ocm-live='cd && /home/mihamina/.local/bin/ocmonitor --theme light live' | |
| alias ocm-daily='cd && /home/mihamina/.local/bin/ocmonitor --theme light daily' | |
| alias ocm-monthly='cd && /home/mihamina/.local/bin/ocmonitor --theme light monthly' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment