We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3373752 commit af6e297Copy full SHA for af6e297
install.sh
@@ -1,5 +1,9 @@
1
#!/bin/sh
2
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
+
7
tar -C home -cf - . | tar -C "$HOME" -xf -
8
if [ $(id -u) -eq 0 ]; then
9
tar -C etc -cf - . | tar -C /etc -xf -
0 commit comments