mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
Install GitHub CLI via mise
This commit is contained in:
@@ -14,7 +14,7 @@ if gum confirm "Are you sure you want to remove all preinstalled web apps, TUI w
|
||||
|
||||
# Remove mise stubs
|
||||
rm -f ~/.local/bin/codex ~/.local/bin/claude ~/.local/bin/gemini ~/.local/bin/copilot \
|
||||
~/.local/bin/opencode ~/.local/bin/playwright ~/.local/bin/playwright-cli ~/.local/bin/pi \
|
||||
~/.local/bin/gh ~/.local/bin/opencode ~/.local/bin/playwright ~/.local/bin/playwright-cli ~/.local/bin/pi \
|
||||
~/.local/bin/ghui ~/.local/bin/hunk
|
||||
|
||||
omarchy-pkg-drop \
|
||||
@@ -33,5 +33,6 @@ if gum confirm "Are you sure you want to remove all preinstalled web apps, TUI w
|
||||
kdenlive \
|
||||
lazydocker \
|
||||
opencode \
|
||||
claude-code
|
||||
claude-code \
|
||||
github-cli
|
||||
fi
|
||||
|
||||
@@ -42,7 +42,6 @@ fontconfig
|
||||
foot
|
||||
fzf
|
||||
git
|
||||
github-cli
|
||||
gnome-calculator
|
||||
gnome-keyring
|
||||
gnome-themes-extra
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
omarchy-mise-install codex
|
||||
omarchy-mise-install claude
|
||||
omarchy-mise-install gemini
|
||||
omarchy-mise-install gh
|
||||
omarchy-mise-install copilot
|
||||
omarchy-mise-install opencode
|
||||
omarchy-mise-install npm:playwright playwright
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
echo "Install mise package wrappers"
|
||||
|
||||
rm -f "$HOME/.local/bin/playwright-cli"
|
||||
omarchy-pkg-drop claude-code
|
||||
omarchy-pkg-drop claude-code github-cli
|
||||
|
||||
source "$OMARCHY_PATH/install/packaging/mise.sh"
|
||||
|
||||
Reference in New Issue
Block a user