refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / iterm2-utils / install.sh
1 #!/bin/bash
2
3 function __iterm2_utils() {
4     curl -fsSL https://iterm2.com/shell_integration/install_shell_integration_and_utilities.sh | bash
5 }
6
7 __iterm2_utils