diff --git a/.chezmoiignore b/.chezmoiignore index 32983e9..93891d3 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,4 +1,5 @@ **/.oh-my-zsh/cache/** **/powershell10k/** .zsh_history +README.md diff --git a/README.md b/README.md index 89b5eda..6be076e 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ My config for dotfiles. ## Setup -Prereqs: `git wget` +Prereqs: `git curl` -- Run `sh -c "$(wget -qO- git.io/chezmoi)" -- init --apply -v candrewlee14` +- Run `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14` diff --git a/run_once_install.sh.tmpl b/run_once_install.sh.tmpl index cf3db63..c0e4416 100644 --- a/run_once_install.sh.tmpl +++ b/run_once_install.sh.tmpl @@ -11,3 +11,4 @@ sudo apt install zsh neovim tmux -y {{- else if eq .chezmoi.os "darwin" }} brew install zsh neovim tmux {{- end }} +zsh