fixes a typo
This commit is contained in:
parent
3eb2cef798
commit
654563160e
|
@ -10,7 +10,7 @@ MY_BASH_THEME="vscode"
|
||||||
sudo apt update
|
sudo apt update
|
||||||
sudo apt install -y vim-nox htop tmux wget curl git zsh fish strace
|
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
|
git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
|
||||||
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||||
sudo chsh -s $(which $MY_SHELL) $USER
|
sudo chsh -s $(which $MY_SHELL) $USER
|
||||||
|
|
Loading…
Reference in New Issue