Skip to content

Commit

Permalink
toybox: added zsh and oh-my-zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
BrodyB committed Feb 14, 2025
1 parent e8a9899 commit f3acabf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions files/scripts/addOhMyZsh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

set -euo pipefail

sh -c "$(wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh -O -)"
7 changes: 4 additions & 3 deletions recipes/recipe-toybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,17 @@ modules:
- solaar
- sunshine
- v4l-utils
- zsh
remove:
- waydroid-selinux
- waydroid
- lutris
- gnome-shell-extension-hanabi
- gnome-shell-extension-compiz-alike-magic-lamp-effect

# - type: script
# scripts:
# - setGdmDesktopBackground.sh
- type: script
scripts:
- addOhMyZsh.sh

- from-file: recipe-common.yml

Expand Down

0 comments on commit f3acabf

Please sign in to comment.