From 020e5c2ef2e1ab9118ea0927c958db472291eca1 Mon Sep 17 00:00:00 2001 From: Tianyu Liu Date: Sat, 17 Aug 2019 23:02:39 +0200 Subject: [PATCH] Add zsh config script --- Ubuntu/config_zsh.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 Ubuntu/config_zsh.sh diff --git a/Ubuntu/config_zsh.sh b/Ubuntu/config_zsh.sh new file mode 100755 index 0000000..70d4566 --- /dev/null +++ b/Ubuntu/config_zsh.sh @@ -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 \ No newline at end of file