Skip to content

Commit

Permalink
ox-svc-container: remove
Browse files Browse the repository at this point in the history
  • Loading branch information
ivaquero committed Sep 23, 2024
1 parent c17d22f commit 86570e4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion defaults.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ $env:EDITOR_T = 'vi'
# - oxplrb: ruby (include gem)
# - oxplrs: rust (include cargo)
# services
# - oxpsct: container (docker & podman)
# - oxpsol: ollama
# - oxpspu: pueue
# app cli
Expand Down
1 change: 0 additions & 1 deletion defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ export EDITOR_T='vi'
# - oxplrb: ruby (include gem)
# - oxplrs: rust (include cargo)
# services
# - oxpsct: container (docker & podman)
# - oxpsol: ollama
# - oxpspu: pueue
# app cli
Expand Down
1 change: 0 additions & 1 deletion oxidizer.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ $Global:OX_OXYGEN = @{
'oxppnj' = "$env:OXIDIZER\addons\ox-pkg-npm.ps1"
'oxpptl' = "$env:OXIDIZER\addons\ox-pkg-tlmgr.ps1"
'oxpps' = "$env:OXIDIZER\addons\ox-pkg-scoop.ps1"
'oxpsct' = "$env:OXIDIZER\addons\ox-svc-container.ps1"
'oxpsol' = "$env:OXIDIZER\addons\ox-svc-ollama.ps1"
'oxpspu' = "$env:OXIDIZER\addons\ox-svc-pueue.ps1"
'oxpuf' = "$env:OXIDIZER\addons\ox-utils-files.ps1"
Expand Down
5 changes: 2 additions & 3 deletions oxidizer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ declare -A OX_OXYGEN=(
[oxppnj]=${OXIDIZER}/plugins/ox-pkg-npm.sh
[oxpps]=${OXIDIZER}/plugins/ox-pkg-scoop.sh
[oxpptl]=${OXIDIZER}/plugins/ox-pkg-tlmgr.sh
[oxpsol]=${OXIDIZER}/plugins/ox-svc-ollama.sh
[oxpspu]=${OXIDIZER}/plugins/ox-svc-pueue.sh
[oxpuf]=${OXIDIZER}/plugins/ox-utils-files.sh
[oxpufm]=${OXIDIZER}/plugins/ox-utils-formats.sh
[oxpunw]=${OXIDIZER}/plugins/ox-utils-networks.sh
[oxpsct]=${OXIDIZER}/plugins/ox-svc-container.sh
[oxpsol]=${OXIDIZER}/plugins/ox-svc-ollama.sh
[oxpspu]=${OXIDIZER}/plugins/ox-svc-pueue.sh
[oxptzj]=${OXIDIZER}/plugins/ox-term-zellij.sh
[oxpxns]=${OXIDIZER}/plugins/ox-xtra-notes.sh
)
Expand Down

0 comments on commit 86570e4

Please sign in to comment.