dotfiles/install-oh-my-zsh.sh

4 lines
121 B
Bash
Raw Normal View History

2023-06-12 22:44:55 +00:00
#!/bin/bash
wget --no-check-certificate https://github.com/robbyrussell/oh-my-zsh/raw/master/tools/install.sh -O - | sh