fixed omz install script by passing flags to stop exec, chsh, and mving zshrc

This commit is contained in:
KeeganForelight 2023-02-09 15:15:53 -05:00
parent bca8d636d0
commit 9e66b34e0f
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
if [ ! -e "$ZSH/oh-my-zsh.sh" ] ; then
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussel/ohmyzsh/master/tools/install.sh)"
/bin/zsh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh) --keep-zshrc --unattended"
fi

View File

@ -1,5 +1,6 @@
- shell:
- [bin/oh-my-zsh-check.sh]
- link:
~/.oh-my-zsh/custom/plugins:
path: shells/oh-my-zsh/custom/plugins