Skip to content

Commit af6e297

Browse files
author
Artiom N
committedMar 19, 2020
Oh-my-zsh cloning was added
1 parent 3373752 commit af6e297

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎install.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/sh
22

3+
if [ ! -d "$HOME/.oh-my-zsh" ]; then
4+
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
5+
fi
6+
37
tar -C home -cf - . | tar -C "$HOME" -xf -
48
if [ $(id -u) -eq 0 ]; then
59
tar -C etc -cf - . | tar -C /etc -xf -

0 commit comments

Comments
 (0)
Please sign in to comment.