We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc7e13 commit fe30d0eCopy full SHA for fe30d0e
1 file changed
bootstrap/changes/tel/setup.sh
@@ -60,11 +60,11 @@ if [ "$UPDATE" = false ]; then #if first start detected
60
61
#install OhMyZsh
62
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
-
+ #error "if you enable zsh, type 'exit' to finish setup."
+ #log "hit ENTER to continue"
+ #read blazeit
+ #sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
+ sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended
68
sed -i 's/robbyrussell/avit/g' ~/.zshrc
69
log "installing configs" #todo: optimize this
70
0 commit comments