From 470cf152080fb217b75d8c79ed8d8b271abcaf56 Mon Sep 17 00:00:00 2001 From: maride Date: Sat, 2 Sep 2017 19:47:58 +0200 Subject: [PATCH] Add zsh.flavour --- flavours/zsh.flavour/install.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 flavours/zsh.flavour/install.sh diff --git a/flavours/zsh.flavour/install.sh b/flavours/zsh.flavour/install.sh new file mode 100755 index 0000000..44fc804 --- /dev/null +++ b/flavours/zsh.flavour/install.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +echo "~> Installing zsh with ohmyz.sh mod" + +pacstrap /mnt zsh +pacman -S --noconfirm git +git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /mnt/home/*/ +wget https://git.darknebu.la/maride/config/raw/master/zshrc -O /mnt/home/*/.zshrc