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