6 lines
162 B
Bash
Executable File
6 lines
162 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Tell build process to exit if there are any errors.
|
|
set -ouex pipefail
|
|
|
|
git clone https://github.com/ohmyzsh/ohmyzsh.git /usr/share/ohmyzsh |