arch-maride-flavour/flavours/zsh.flavour/install.sh

9 lines
262 B
Bash
Raw Normal View History

2017-09-02 17:47:58 +00:00
#!/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