Skip to content

Instantly share code, notes, and snippets.

@rakotomandimby
Last active March 4, 2026 16:09
Show Gist options
  • Select an option

  • Save rakotomandimby/86acd12ab5313f63862b9c00935c00cd to your computer and use it in GitHub Desktop.

Select an option

Save rakotomandimby/86acd12ab5313f63862b9c00935c00cd to your computer and use it in GitHub Desktop.
Aliases Opencode
alias opc-update='curl -fsSL https://opencode.ai/install | bash'
alias opc-models='opencode models --refresh | grep copilot | grep codex'
alias opc='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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment