diff --git a/bin/oh-my-zsh-check.sh b/bin/oh-my-zsh-check.sh index 041f082..e1e52ac 100755 --- a/bin/oh-my-zsh-check.sh +++ b/bin/oh-my-zsh-check.sh @@ -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 diff --git a/meta/configs/oh-my-zsh.yaml b/meta/configs/oh-my-zsh.yaml index a44326b..cf0b520 100644 --- a/meta/configs/oh-my-zsh.yaml +++ b/meta/configs/oh-my-zsh.yaml @@ -1,5 +1,6 @@ - shell: - [bin/oh-my-zsh-check.sh] + - link: ~/.oh-my-zsh/custom/plugins: path: shells/oh-my-zsh/custom/plugins