fix readme copying and set zsh to run automatically

This commit is contained in:
2021-11-17 15:57:58 -07:00
parent 11fac2644e
commit 6de0140799
3 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
**/.oh-my-zsh/cache/** **/.oh-my-zsh/cache/**
**/powershell10k/** **/powershell10k/**
.zsh_history .zsh_history
README.md

View File

@@ -3,6 +3,6 @@ My config for dotfiles.
## Setup ## 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`

View File

@@ -11,3 +11,4 @@ sudo apt install zsh neovim tmux -y
{{- else if eq .chezmoi.os "darwin" }} {{- else if eq .chezmoi.os "darwin" }}
brew install zsh neovim tmux brew install zsh neovim tmux
{{- end }} {{- end }}
zsh