From 79f871acd1545429f31a3273f01d495173b63720 Mon Sep 17 00:00:00 2001 From: Shane Keulen Date: Sun, 13 Mar 2022 12:49:46 -0400 Subject: [PATCH 1/4] Update README.md add additional conda instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5fb8cbe..742cb3b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ with the following command: conda install -c conda-forge kitty-themes ``` +for those new to conda, the theme files can then be found at ~/opt/{anaconda3|miniconda3}/share/kitty-themes on macOS or ~/{anaconda3|miniconda3}/share on linux + ## License All original content of this repository is licensed with the [MIT From 86e945d37badcd7a26125e6695fa0aeadce7ab73 Mon Sep 17 00:00:00 2001 From: Shane Keulen Date: Sun, 13 Mar 2022 13:37:12 -0400 Subject: [PATCH 2/4] Update README.md updated from request --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 742cb3b..23d4928 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,8 @@ with the following command: conda install -c conda-forge kitty-themes ``` -for those new to conda, the theme files can then be found at ~/opt/{anaconda3|miniconda3}/share/kitty-themes on macOS or ~/{anaconda3|miniconda3}/share on linux +for those new to conda, the theme files can then be found at ${ANACONDAINSTALLATIONDIR}/share/kitty-themes +please refer to [the docs](https://docs.anaconda.com/anaconda/user-guide/faq/#:~:text=What%20is%20the%20default%20path,opt%20for%20the%20graphical%20install) ## License From c829aef299643d0d89ab21c1781eb7b796bf2631 Mon Sep 17 00:00:00 2001 From: Shane Keulen Date: Sun, 13 Mar 2022 13:37:55 -0400 Subject: [PATCH 3/4] Update README.md added words --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23d4928..080852f 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ conda install -c conda-forge kitty-themes ``` for those new to conda, the theme files can then be found at ${ANACONDAINSTALLATIONDIR}/share/kitty-themes -please refer to [the docs](https://docs.anaconda.com/anaconda/user-guide/faq/#:~:text=What%20is%20the%20default%20path,opt%20for%20the%20graphical%20install) +please refer to [the docs](https://docs.anaconda.com/anaconda/user-guide/faq/#:~:text=What%20is%20the%20default%20path,opt%20for%20the%20graphical%20install) for the installation directory for your system. ## License From 496ec70a222797f52d1f65b8e1f9851ce8da1277 Mon Sep 17 00:00:00 2001 From: Fabrizio Destro <7031675+dexpota@users.noreply.github.com> Date: Sat, 19 Mar 2022 13:58:52 +0100 Subject: [PATCH 4/4] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 080852f..faa4361 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,9 @@ with the following command: conda install -c conda-forge kitty-themes ``` -for those new to conda, the theme files can then be found at ${ANACONDAINSTALLATIONDIR}/share/kitty-themes -please refer to [the docs](https://docs.anaconda.com/anaconda/user-guide/faq/#:~:text=What%20is%20the%20default%20path,opt%20for%20the%20graphical%20install) for the installation directory for your system. +After the installation, you can find the themes in `${ANACONDA_INSTALLATION_DIR}/share/kitty-themes`. +Please refer to the [the documentation](https://docs.anaconda.com/anaconda/user-guide/faq/) +to locate `${ANACONDA_INSTALLATION_DIR}`. ## License