diff --git a/bootstrap.sh b/bootstrap.sh index 0fa1984..4932aa7 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -10,7 +10,7 @@ MY_BASH_THEME="vscode" sudo apt update sudo apt install -y vim-nox htop tmux wget curl git zsh fish strace -# install oh-my-zsh framework +# install the oh-my-zsh framework git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc sudo chsh -s $(which $MY_SHELL) $USER