Add zsh.flavour
This commit is contained in:
parent
8f054d1d2d
commit
470cf15208
8
flavours/zsh.flavour/install.sh
Executable file
8
flavours/zsh.flavour/install.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user