Skip to content

Commit

Permalink
Merge branch 'main' into add-vim-shortcuts
Browse files Browse the repository at this point in the history
  • Loading branch information
pandermatt authored Mar 14, 2024
2 parents 1ab6f09 + 88b4f54 commit 8003be2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions nice-to-have.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion non-technical-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down

0 comments on commit 8003be2

Please sign in to comment.