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