Skip to content

Commit fe30d0e

Browse files
authored
ohmyzsh silent
1 parent fcc7e13 commit fe30d0e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

bootstrap/changes/tel/setup.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ if [ "$UPDATE" = false ]; then #if first start detected
6060

6161
#install OhMyZsh
6262
log "installing OhMyZsh"
63-
error "if you enable zsh, type 'exit' to finish setup."
64-
log "hit ENTER to continue"
65-
read blazeit
66-
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
67-
63+
#error "if you enable zsh, type 'exit' to finish setup."
64+
#log "hit ENTER to continue"
65+
#read blazeit
66+
#sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
67+
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
6868
sed -i 's/robbyrussell/avit/g' ~/.zshrc
6969
log "installing configs" #todo: optimize this
7070

0 commit comments

Comments
 (0)