From 95c3d997163360971ffdde891b9d4f2d5cb794b8 Mon Sep 17 00:00:00 2001
From: Pascal Andermatt
Date: Tue, 5 Mar 2024 16:41:31 +0100
Subject: [PATCH 1/4] fix broken link
---
non-technical-setup.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/non-technical-setup.md b/non-technical-setup.md
index 4a50ebd..0c05d8d 100644
--- a/non-technical-setup.md
+++ b/non-technical-setup.md
@@ -136,5 +136,5 @@ By the way, [Redmine Tracky is open source](https://github.com/renuo/redmine_tra
You are now ready to start working with the Renuo stack. You can now continue with the technical setup.
-If you are not going to do the technical setup, please have a look at the [Nice to have](/nice_to_have/index.md) section.
+If you are not going to do the technical setup, please have a look at the [Nice to have](/nice-to-have.md) section.
There might be something interesting for you.
From 9fd6bd6004d039f2dff1e56b76f1da24e3f96177 Mon Sep 17 00:00:00 2001
From: Pascal Andermatt
Date: Tue, 5 Mar 2024 16:46:40 +0100
Subject: [PATCH 2/4] move hidden files
---
shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shortcuts.md b/shortcuts.md
index d3a3abf..20ca56d 100644
--- a/shortcuts.md
+++ b/shortcuts.md
@@ -4,6 +4,7 @@ Here are some useful macOS shortcuts to help you work more efficiently.
## General
+- **⌘ + ⇧ + .**: Toggle hidden files in Finder. (Especially useful to debug or edit hidden files like `.gitignore`.)
- **⌥ + clicking items in the menu bar**: Show hidden settings.
- **⌥ + clicking the Notification Center icon**: Turn on Do Not Disturb mode quickly.
- **⌘ + ⌥ + D**: Hide or show the Dock.
@@ -16,7 +17,6 @@ Here are some useful macOS shortcuts to help you work more efficiently.
- **⌘ + ⌃ + Space**: Open the Character Viewer to insert emojis, symbols, and other special characters.
- **⌘ + ⇧ + /**: Open the Help menu in any application and immediately type to search.
- **⌘ + ⌥ + Esc**: Force quit an unresponsive application.
-- **⌘ + ⇧ + .**: Toggle hidden files in Finder.
- **⌘ + ⌥ + ⇧ + V**: Paste and match the style of the destination text (useful in word processors or email clients).
- **⌘ + ⇧ + ⌥ + N**: Create a new folder with selected items in the Finder.
- **⌘ + 1 / 2 / 3 / 4**: Change Finder views (Icon, List, Column, and Gallery View respectively).
From 7f6510b2fce863730d7afd983a23964a98ea2731 Mon Sep 17 00:00:00 2001
From: Pascal Andermatt
Date: Tue, 5 Mar 2024 16:47:34 +0100
Subject: [PATCH 3/4] fix text
---
shortcuts.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shortcuts.md b/shortcuts.md
index 20ca56d..aa89f76 100644
--- a/shortcuts.md
+++ b/shortcuts.md
@@ -4,7 +4,7 @@ Here are some useful macOS shortcuts to help you work more efficiently.
## General
-- **⌘ + ⇧ + .**: Toggle hidden files in Finder. (Especially useful to debug or edit hidden files like `.gitignore`.)
+- **⌘ + ⇧ + .**: Toggle hidden files in Finder. Especially useful to debug or edit hidden files like `.gitignore`.
- **⌥ + clicking items in the menu bar**: Show hidden settings.
- **⌥ + clicking the Notification Center icon**: Turn on Do Not Disturb mode quickly.
- **⌘ + ⌥ + D**: Hide or show the Dock.
From 88b4f547a1c66473f199f5d219eebe803ad2c5f1 Mon Sep 17 00:00:00 2001
From: Pascal Andermatt
Date: Wed, 6 Mar 2024 17:05:01 +0100
Subject: [PATCH 4/4] update list
---
nice-to-have.md | 2 ++
start.md | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/nice-to-have.md b/nice-to-have.md
index 2b75a81..f13e042 100644
--- a/nice-to-have.md
+++ b/nice-to-have.md
@@ -14,6 +14,8 @@ Now you finished with the Setup, below are some further recommendations. Do the
- ⭐ [GitHub Copilot](https://copilot.github.com/): An AI pair programmer that helps you write code faster.
- [SetApp](https://setapp.com/): A subscription service for Mac apps, including many of the apps listed here
- [Raycast](nice_to_have/raycast.md): A powerful alternative to Spotlight and Alfred. Raycast includes also a clipboard history.
+- [Notion](https://www.notion.so/): A powerful note-taking app that can be used for documentation, project management, and more.
+- [TickTick](https://ticktick.com/): A powerful todo List/task manager that can be used for personal and professional tasks.
- [Google Drive Desktop](https://www.google.com/drive/download/): Access your Google Drive files from your desktop
- [CleanShot X](https://cleanshot.com): Powerful and lightweight screenshot software for Mac
- [Autojump](nice_to_have/autojump.md): A faster way to navigate your filesystem
diff --git a/start.md b/start.md
index 7230d07..fed2642 100644
--- a/start.md
+++ b/start.md
@@ -34,7 +34,7 @@ Like someone at Renuo is not able to work without it.
We want to keep the setup as simple as possible and avoid to overwhelm the new Renuoaner.
Furthermore, the setup should be doable in a short amount of time.
-- If you want to add a new tool, add them in the [Nice to have](nice-to-have.md) section.
+- If you want to add a new tool, add them in the [Nice to have](nice-to-have.md) section. If the tool requires further explanation, add it as subpage like [Autojump](nice_to_have/autojump.md).
- If you want to add a shortcut or a tip, add them in the [Shortcuts](shortcuts.md) section.