Difference between revisions of "IT-OS-Admin-macOS"

From wiki.samerhijazi.net
Jump to navigation Jump to search
(Settings)
(Top Terminal Keyboard shortcuts)
Line 10: Line 10:
 
*Move insertion point to the beginning: (Control-A)
 
*Move insertion point to the beginning: (Control-A)
 
*Move insertion point to the end: (Control-E)
 
*Move insertion point to the end: (Control-E)
*[]: option + 5, 6
+
*[]: option + 5/6
 +
*{} : option + 8/9
 
*~: option + n
 
*~: option + n
 +
 
=brew=
 
=brew=
 
<pre class="code">
 
<pre class="code">

Revision as of 19:01, 24 January 2023

Ref.

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 + 8/9
  • ~: option + n

brew

HOMEBREW_NO_INSTALL_CLEANUP=false
HOMEBREW_NO_ENV_HINTS=true

Settings

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