From 4021689aa23b365782b5e472af7f132d662a331a Mon Sep 17 00:00:00 2001 From: enguy-hub <16822912+enguy-hub@users.noreply.github.com> Date: Thu, 2 Oct 2025 15:58:00 +0200 Subject: [PATCH] Added conda cheatsheet (#11958) * Added conda cheatsheet * Updated URL to conda cheatsheet --------- Co-authored-by: enguy-hub --- more/free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/more/free-programming-cheatsheets.md b/more/free-programming-cheatsheets.md index 4d3e98f73..f067b7103 100644 --- a/more/free-programming-cheatsheets.md +++ b/more/free-programming-cheatsheets.md @@ -8,6 +8,7 @@ * [C#](#csharp) * [C++](#cpp) * [Clojure](#clojure) +* [Conda](#conda) * [Dart](#dart) * [Data Science](#data-science) * [Data Structures and Algorithms](#data-structures-and-algorithms) @@ -121,6 +122,11 @@ * [Clojure Cheatsheet](http://clojure.org/cheatsheet) (HTML) +### Conda + +* [Conda (miniconda Cheatsheat)](https://docs.conda.io/projects/conda/en/stable/user-guide/cheatsheet.html) - Conda (HTML) + + ### Dart * [Dart Cheatsheet](https://quickref.me/dart) - Quickref.me (HTML)