mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-03-03 18:00:18 +00:00
10 lines
164 B
Bash
10 lines
164 B
Bash
#!/bin/sh
|
|
set -e
|
|
set -u
|
|
|
|
__iterm2_utils() {
|
|
curl -fsSL https://iterm2.com/shell_integration/install_shell_integration_and_utilities.sh | bash
|
|
}
|
|
|
|
__iterm2_utils
|