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