curl -L https://zihao.me/dotfiles.sh | sh
cd ~/.dotfiles
./your_script.sh
linux | macos | wsl | |
---|---|---|---|
dotfiles.sh | ✔️ | ✔️ | ✔️ |
linux.sh | ✔️ | ✔️ | |
macos.sh | ✔️ | ||
vim.sh | ✔️ | ✔️ | ✔️ |
homebrew.sh | ✔️ | ||
nodejs.sh | ✔️ | ✔️ | ✔️ |
go.sh | ✔️ | ✔️ | ✔️ |
python.sh | ✔️ | ✔️ | ✔️ |
./linux.sh
./dotfiles.sh
rsync -av /Volumes/Safe/ssh/mbp/ ~/.ssh/
rsync -av /Volumes/Safe/gnupg/ ~/.gnupg/
xcode-select --install
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone git://github.com/zsh-users/zsh-autosuggestions $ZSH_CUSTOM/plugins/zsh-autosuggestions
mkdir Repos && cd Repos
git clone git@github.com:zzh8829/dotfiles && cd dotfiles
./dotfiles.sh
./homebrew.sh
./macos.sh
./sublime.sh
gcloud auth login
gcloud components install kubectl
gcloud config set project gcloud
gcloud config set compute/zone us-west1-a
gcloud container clusters get-credentials gk