2020-05-12 20:56:32 +09:00
|
|
|
#!/bin/sh
|
2021-10-24 15:58:03 +09:00
|
|
|
baseURL="https://raw.githubusercontent.com/sup39/zsh-setup/master"
|
|
|
|
[ -f $HOME/.zshrc ] || curl $baseURL/zshrc -o $HOME/.zshrc
|
|
|
|
[ -f $HOME/.zshenv ] || curl $baseURL/zshenv -o $HOME/.zshenv
|
|
|
|
[ -f $HOME/.screenrc ] || curl $baseURL/screenrc -o $HOME/.screenrc
|