From 10a8ce03878c1b645f74a1f88e67c549955560ab Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 22 Mar 2024 16:34:06 -0600 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d891ac..e143920 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ Run `docker build -t alpine-devenv . && docker run -it alpine-devenv` to test it Prereqs: `git curl` -- Run `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14 && zsh` +- Run `sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply candrewlee14 && fish` ## Local Changes To make local changes that won't be overridden on re-applying, make changes in corresponding .local files. -For example, if you want to make local changes to `~/.config/nvim/coq_init.vim`, edit `~/.config/nvim/coq_init.vim.local`. +For example, if you want to make local changes to `~/.config/fish/config.fish`, edit `~/.config/fish/config.fish.local`.