fixes a typo

This commit is contained in:
waldek 2022-08-23 12:20:38 +02:00
parent 3eb2cef798
commit 654563160e
1 changed files with 1 additions and 1 deletions

View File

@ -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