Add zsh config script
This commit is contained in:
9
Ubuntu/config_zsh.sh
Executable file
9
Ubuntu/config_zsh.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
chsh -s /usr/bin/zsh $(whoami)
|
||||
|
||||
wget https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | zsh
|
||||
|
||||
cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc
|
||||
zsh
|
||||
source ~/.zshrc
|
||||
Reference in New Issue
Block a user