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

5 lines
129 B
Bash
Raw Permalink Normal View History

2023-10-02 09:52:50 +00:00
#!/bin/bash
# Install oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"