Difference between revisions of "IT-OS-Admin-macOS"
Jump to navigation
Jump to search
Samerhijazi (talk | contribs) (→Settings) |
Samerhijazi (talk | contribs) (→Settings) |
||
| Line 19: | Line 19: | ||
=Settings= | =Settings= | ||
* https://macos-defaults.com/ | * https://macos-defaults.com/ | ||
| + | * https://lupin3000.github.io/macOS/defaults/ | ||
| + | * https://marketmix.com/de/mac-osx-umfassende-liste-der-terminal-defaults-commands/ | ||
<pre class="code"> | <pre class="code"> | ||
osascript -e 'id of app "Terminal"' | osascript -e 'id of app "Terminal"' | ||
Revision as of 16:31, 23 January 2023
Ref.
- https://support.apple.com/en-gb/guide/terminal/trmlshtcts/mac
- https://support.apple.com/en-us/HT201236
- https://macos-defaults.com/finder/appleshowallfiles.html
Top Terminal Keyboard shortcuts
- Show hidden files: (Command + Shift + .)
- New window: (Command-N)
- New tab: (Command-T)
- Move insertion point to the beginning: (Control-A)
- Move insertion point to the end: (Control-E)
- []: option + 5, 6
- ~: option + n
brew
HOMEBREW_NO_INSTALL_CLEANUP=false HOMEBREW_NO_ENV_HINTS=true
Settings
- https://macos-defaults.com/
- https://lupin3000.github.io/macOS/defaults/
- https://marketmix.com/de/mac-osx-umfassende-liste-der-terminal-defaults-commands/
osascript -e 'id of app "Terminal"' defaults write com.apple.Terminal NSRequiresAquaSystemAppearance -bool no defaults write com.apple.TextEdit NSRequiresAquaSystemAppearance -bool no defaults write -g NSRequiresAquaSystemAppearance -bool Yes defaults write -g NSRequiresAquaSystemAppearance -bool No ---- defaults write com.apple.Dock defaults write com.apple.dock "orientation" -string "bottom" && killall Dock