6 lines
335 B
Bash
Executable File
6 lines
335 B
Bash
Executable File
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
|
|
|
|
git clone https://github.com/zsh-users/zsh-autosuggestions.git \
|
|
$HOME/.oh-my-zsh/plugins/zsh-autosuggestions
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git \
|
|
$HOME/.oh-my-zsh/plugins/zsh-syntax-highlighting |