https://github.com/miguelgargallo/windows-to-mac-pro-hints
Windows to Mac pro hints
https://github.com/miguelgargallo/windows-to-mac-pro-hints
apple cmd control guides hacktoberfest hints keyboard mac microsoft pro windows
Last synced: 8 months ago
JSON representation
Windows to Mac pro hints
- Host: GitHub
- URL: https://github.com/miguelgargallo/windows-to-mac-pro-hints
- Owner: miguelgargallo
- License: mit
- Created: 2022-08-16T08:25:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-16T09:51:33.000Z (about 3 years ago)
- Last Synced: 2025-02-18T02:06:17.848Z (8 months ago)
- Topics: apple, cmd, control, guides, hacktoberfest, hints, keyboard, mac, microsoft, pro, windows
- Homepage: https://itamaesan.org
- Size: 10.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# windows-to-mac-pro-hints
Windows to Mac professional hints!Change command to control, and alt shift to the real alt shift
Imagine code pressing all time from a mechanical keyboard with cmd?
It is not easy, so to change that and don't lose a finger...

Keyboard inputs

Install brew / Instalar brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Uninstall Node / Desinstala el Node que tengas
brew uninstall --force node
brew update
brew install nvmnano ~/.profile
Instert / Inserta
export NVM_DIR=~/.nvm
source $(brew --prefix nvm)/nvm.shnvm install 16.16
nvm use 16.16
nvm alias default 16.16Good luck and see you on twitter [Follow to support](https://twitter.com/miguelgargallo)