https://github.com/selectnull/mac-setup
My setup for MacOS machine
https://github.com/selectnull/mac-setup
Last synced: 11 months ago
JSON representation
My setup for MacOS machine
- Host: GitHub
- URL: https://github.com/selectnull/mac-setup
- Owner: selectnull
- Created: 2022-09-16T19:45:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T09:18:37.000Z (12 months ago)
- Last Synced: 2025-02-24T02:55:37.430Z (11 months ago)
- Language: Lua
- Size: 66.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Install these manually:
* [brew](https://brew.sh/)
* [WezTerm](https://wezfurlong.org/wezterm/)
* [Google Chrome](https://www.google.com/chrome/)
* [KeePassXC](https://keepassxc.org/)
Manually change these System Preferences settings.
* Doc & Menu Bar
* Enable "Automatically hide and show the Dock"
* Keyboard
* Keyboard Tab
* Set "Key Repeat" to Fast
* Set "Delay Until Repeat" to Short
* Modifier Keys CapsLock to Control
* Trackpad
* Point & Click
* Enable "Tap to click"
* Set "Tracking speed" to Fast
* Scroll & Zoom
* Disable "Scroll directorio: Natural"
* Accessibility
* Pointer Control
* Trackpad Options -> Enable dragging with three finger drag
* Security
* General
* Require password 5 seconds after sleep
* FileVault
* Turn On FileVault
Remap right option
------------------
`~/Library/LaunchAgents/com.selectnull.remap-keys.plist` file
Make Finder quit-able
---------------------
defaults write com.apple.finder QuitMenuItem -bool true
pkill Finder
That will add Quit menu item to Finder app and will make it quitable.
When needed, Finder can be started again and killed when not needed.