Completes bootstrap.v2 setup
This commit is contained in:
parent
2bbccb4595
commit
b8192c832e
24 changed files with 86 additions and 143 deletions
|
|
@ -1,3 +1,13 @@
|
|||
#!/bin/env sh
|
||||
|
||||
addApplications zsh oh-my-zsh
|
||||
|
||||
setupZsh() {
|
||||
chsh -s $(which zsh)
|
||||
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --keep-zshrc --unattended || return 0
|
||||
}
|
||||
|
||||
if [ $SHELL != "/usr/bin/zsh" ]; then
|
||||
addActions setupZsh
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue