5 lines
127 B
Bash
5 lines
127 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
# Install oh-my-zsh
|
||
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|