computer/scripts/install-oh-my-zsh.sh

5 lines
129 B
Bash
Executable File

#!/bin/bash
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"