Skip to content

Commit

Permalink
adding .oh-my-zsh as submodule so no need to install
Browse files Browse the repository at this point in the history
  • Loading branch information
davay committed Oct 8, 2024
1 parent f8fdf11 commit 0651c6c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .config/yadm/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ brew install ansible
ansible-galaxy install -r ~/.config/yadm/requirements.yml
ansible-playbook -vv ~/.config/yadm/mac-install.yml -i ~/.config/yadm/inventory --ask-become-pass

# Oh-my-zsh
# TODO: don't do this, just copy .oh-my-zsh, but because its a submodule we should make a fork
# yes | sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

# Disable sound effects on boot
sudo nvram StartupMute=%01

Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule ".oh-my-zsh"]
path = .oh-my-zsh
url = https://github.com/ohmyzsh/ohmyzsh.git
1 change: 1 addition & 0 deletions .oh-my-zsh
Submodule .oh-my-zsh added at d59f2f

0 comments on commit 0651c6c

Please sign in to comment.