dotfiles/a/install.sh

7 lines
296 B
Bash
Raw Normal View History

2022-08-24 08:07:33 +00:00
# This script should install oh-my-zsh and vim-plug
# oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# vim-plug
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim