2020-05-12 20:56:32 +09:00
|
|
|
#!/bin/sh
|
|
|
|
# .zshrc
|
2020-07-31 23:57:09 +09:00
|
|
|
[ -f $HOME/.zshrc ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshrc -o $HOME/.zshrc
|
|
|
|
# .zshenv
|
2020-08-01 00:03:54 +09:00
|
|
|
[ -f $HOME/.zshenv ] || curl https://raw.githubusercontent.com/sup39/zsh-setup/master/zshenv -o $HOME/.zshenv
|