From 3ed5acb3fb83778bd160bc4fc8fcff38daba5636 Mon Sep 17 00:00:00 2001 From: Fred Klassen Date: Wed, 8 Feb 2023 13:16:44 -0800 Subject: [PATCH] windows documentation --- README-MY-SETUP.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/README-MY-SETUP.md b/README-MY-SETUP.md index 7cddcaca7..43a2e3b02 100644 --- a/README-MY-SETUP.md +++ b/README-MY-SETUP.md @@ -95,7 +95,10 @@ Windows fi ``` - * `pip install thefuck` + * install [fasd]() + * `git clone https://github.com/clvv/fasd.git` + * open and Git Bash terminal in Administrator mode, cd to above directy and + * `make install` * continue with instructions to install Zsh * continue to [Common Install Steps](#common-install-steps) @@ -124,14 +127,15 @@ Common Install Steps REPO=/ohmyzsh sh -c "$(curl -fsSL )" ``` - * initialize submodules + * initialize submodules - ```(shell) - cd ~/.oh-my-zsh - git submodules update --init - ``` + ```(shell) + cd ~/.oh-my-zsh + git submodules update --init + ``` - * optionally configure by editing '~/.zshrc` (see [Getting Started](https://github.com/ohmyzsh/ohmyzsh/wiki#getting-started)) + * ... or if that doesn't work simply `git clone --recurse-submodules https://github.com/fklassen/ohmyzsh.git` + * configure '~/.zshrc` (see [Getting Started](https://github.com/ohmyzsh/ohmyzsh/wiki#getting-started)) * I personally like to make a symbolic link so I can commit my changes to my forked config ```(shell) @@ -140,7 +144,7 @@ Common Install Steps ``` * install [Starship](https://starship.rs) - * take a copy Starship config file + * copy or link Starship config file ```(shell) mkdir -p ~/.config