From 5e042f91eb9a47b376e7906a2956506233411d38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 30 Aug 2016 19:40:52 +0200 Subject: Add zsh configuration and share it with bash --- install | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'install') diff --git a/install b/install index dc2300d..fc44fdc 100755 --- a/install +++ b/install @@ -51,11 +51,19 @@ inst() { read -p "Install Bashrc? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst bashrc ~/.bashrc + inst shellrc ~/.shellrc +fi + +read -p "Install zshrc? (Y/n) " +if [[ $REPLY =~ ^[Yy]?$ ]]; then + inst zshrc ~/.zshrc + inst shellrc ~/.shellrc fi read -p "Install GIT configuration? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst gitconfig ~/.gitconfig + inst local/.git-prompt.sh ~/.local/ fi read -p "Install VIM scripts? (Y/n) " -- cgit v1.2.3