summaryrefslogtreecommitdiff
path: root/zsh.sh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh.sh')
-rwxr-xr-xzsh.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh.sh b/zsh.sh
new file mode 100755
index 0000000..3767ec3
--- /dev/null
+++ b/zsh.sh
@@ -0,0 +1,4 @@
+!#bin/sh
+
+sudo chsh $(which zsh) master
+sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"