5 lines
277 B
Bash
Executable file
5 lines
277 B
Bash
Executable file
#!/usr/bin/env bash
|
|
#MISE description="Install oh-my-zsh"
|
|
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
|
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
|
|