From ec371ee383c1bad6e7bc4dbd95936c8503027d32 Mon Sep 17 00:00:00 2001 From: maride Date: Sun, 3 Sep 2017 16:56:26 +0200 Subject: [PATCH] Fix git-clone destionation for zsh --- flavours/user.flavour/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flavours/user.flavour/install.sh b/flavours/user.flavour/install.sh index ae2fdc6..355656f 100755 --- a/flavours/user.flavour/install.sh +++ b/flavours/user.flavour/install.sh @@ -29,7 +29,7 @@ else if [ "$answer" == "y" ] || [ "$answer" == "Y" ]; then pacstrap /mnt zsh pacman -Sy --noconfirm git - git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /mnt/home/$name/ + git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git /mnt/home/$name/.oh-my-zsh wget https://git.darknebu.la/maride/config/raw/master/zshrc -O /mnt/home/$name/.zshrc fi