From 654563160ee3e57e19de10302fd212702f209aba Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 23 Aug 2022 12:20:38 +0200 Subject: [PATCH] fixes a typo --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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