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