Skip to content

Commit

Permalink
✨ feat(docs/macos/macos): Add "shottr" to exceptions for SwiftQuit …
Browse files Browse the repository at this point in the history
…application.

✨ feat(`docs/apps_configuration_and_shorcuts.md`): Include instructions for using a token with Git on MacOS.
  • Loading branch information
aminedjeghri committed Nov 23, 2024
1 parent dde2fad commit 61633f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/apps_configuration_and_shorcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Download [Windows store](https://apps.microsoft.com/detail/XP89DCGQ3K6VLD?hl). [
- The source control panel can be found on the left panel. Maybe need to change the size of the left panel to view it
- if you face a problem with dubious ownership of repository, run this
command `git config --global --add safe.directory '*'`

- if you face a problem with fatal: could not read Username for 'https://github.com'. go to the folder from a terminal and run git pull. If you are on MacOS, you need to use a token instead of writing your password.
## 1.7. DisplayFusion (Windows only & paid)

- DisplayFusion is a program that will help you to manage your multiple monitors. It allows you to create different
Expand Down Expand Up @@ -141,6 +141,7 @@ Download [Windows store](https://apps.microsoft.com/detail/XP89DCGQ3K6VLD?hl). [

- I've been using PyCharm (professional edition) for more than 3 years now, even if I used VSCode for 2 years before
that, the Intellij suite is just amazing. Intellij suite with all the plugins for students is completely free.
- Change the default location of projects : instead of PycharmProjects. Settings -> Appearance & behavior -> system settings
- If you are on Windows, use pycharm with WSL.
- Sync pycharm settings : https://www.jetbrains.com/help/pycharm/sharing-your-ide-settings.html#IDE_settings_sync
- You can save your current layout (all plugin positions) by going to Window | Layouts | Save Current Layout as New and
Expand Down
3 changes: 2 additions & 1 deletion docs/macos/macos
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ apps ui :

- - commander one : sftp and easy copy paste stuff, multiple windows
- config : (do not change the order of the elements)
- shottr
- SwiftQuit ( add raycast and shottr to exceptions of this app)
- zed editor (brew) :
- (open for example the home folder, or other project)
Expand All @@ -78,7 +79,7 @@ apps ui :
shorctus :
- lock macbook : press touch id button


- install uv and remap it
macOS vs. Windows Keyboard Layout

1. Command (⌘) Key: The ⌘ key (command) is the macOS equivalent of the Ctrl key in Windows for most shortcuts. If you’re used to pressing Ctrl+C to copy in Windows, it’s ⌘+C on macOS.
Expand Down

0 comments on commit 61633f6

Please sign in to comment.