|
@ -69,7 +69,7 @@ plugins() { |
|
|
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ |
|
|
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ |
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' |
|
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' |
|
|
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
|
|
sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting" |
|
|
|
|
|
|
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git "$HOME/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting" |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
dotfiles() { |
|
|
dotfiles() { |
|
|