rc/setup.sh
2020-06-14 18:40:32 +09:00

10 lines
326 B
Bash

#!/bin/sh
# .zshrc
curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc -o $HOME/.zshrc
# .vim/sup39
[ -d $HOME/.vim/sup39 ] || git clone https://github.com/sup39/vimrc $HOME/.vim/sup39
# .vimrc
[ -f $HOME/.vimrc ] || cat >$HOME/.vimrc <<EOF
" source $HOME/.vim/sup39/plug.vim
source $HOME/.vim/sup39/vimrc
EOF