mirror of
https://github.com/marcogll/omarchy_setup.git
synced 2026-03-15 16:25:18 +00:00
update: sync dotfiles with system changes
- zsh: add OpenCode Web aliases (ocw, ocws) - nvim: update plugin versions (lazy-lock.json) - alacritty: change font to MesloLGL Nerd Font Mono - hypridle: adjust idle timeouts (5min screensaver, 10min lock, 15min screen off, 30min suspend) - hyprlock: change font to MesloLGL Nerd Font Mono
This commit is contained in:
@@ -151,6 +151,10 @@ alias ni='npm install'
|
||||
alias nid='npm install --save-dev'
|
||||
alias nig='npm install -g'
|
||||
|
||||
# OpenCode Web
|
||||
alias ocw='nohup opencode web > /dev/null 2>&1 & echo "🚀 OpenCode Web iniciado en background"'
|
||||
alias ocws='pkill -f "opencode web" && echo "🛑 OpenCode Web detenido" || echo "❌ No se encontró proceso de OpenCode Web"'
|
||||
|
||||
# Python
|
||||
alias py='python'
|
||||
alias pir='pip install -r requirements.txt'
|
||||
|
||||
Reference in New Issue
Block a user