refactor: remove setup.sh

This commit is contained in:
sup39 2024-02-06 18:25:50 +09:00
parent ec960de41d
commit 1d02925c51
Signed by: sup39
GPG key ID: 111C00916C1641E5

View file

@ -1,5 +0,0 @@
#!/bin/sh
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