rc/setup.sh

11 lines
326 B
Bash
Raw Normal View History

2020-05-12 20:56:32 +09:00
#!/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
2020-06-01 11:11:09 +09:00
# source $HOME/.vim/sup39/plug.vim
2020-05-12 20:56:32 +09:00
source $HOME/.vim/sup39/vimrc
EOF