Skip to content

Instantly share code, notes, and snippets.

@trhodeos
Forked from matthiasak/mac-tweaks.md
Created March 20, 2023 00:09
Show Gist options
  • Save trhodeos/2f9d4d94e9c6e2979ba14d45d3aaf92a to your computer and use it in GitHub Desktop.
Save trhodeos/2f9d4d94e9c6e2979ba14d45d3aaf92a to your computer and use it in GitHub Desktop.

Revisions

  1. @koenbok koenbok revised this gist Nov 12, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -17,7 +17,7 @@
    `defaults write com.apple.finder DisableAllAnimations -bool true`

    #### Increase the key repeat rate
    `defaults write NSGlobalDomain KeyRepeat -int 0`
    `defaults write NSGlobalDomain KeyRepeat -int 1`

    #### Disable save to iCloud by default
    `defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false`
  2. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 4 additions and 1 deletion.
    5 changes: 4 additions & 1 deletion mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -17,4 +17,7 @@
    `defaults write com.apple.finder DisableAllAnimations -bool true`

    #### Increase the key repeat rate
    `defaults write NSGlobalDomain KeyRepeat -int 0`
    `defaults write NSGlobalDomain KeyRepeat -int 0`

    #### Disable save to iCloud by default
    `defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false`
  3. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -1,13 +1,13 @@
    ##### Skip verifying disk images
    #### Skip verifying disk images
    `defaults write com.apple.frameworks.diskimages skip-verify true`

    ##### Always hide the Desktop
    #### Always hide the Desktop
    `defaults write com.apple.finder CreateDesktop false; killall Finder`

    ##### Make terminal logins fast
    #### Make terminal logins fast
    `touch ~/.hushlogin`

    ##### Disable most animations
    #### Disable most animations
    `defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false`

    `defaults write -g QLPanelAnimationDuration -float 0`
  4. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -9,8 +9,11 @@

    ##### Disable most animations
    `defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false`

    `defaults write -g QLPanelAnimationDuration -float 0`

    `defaults write NSGlobalDomain NSWindowResizeTime -float 0.001`

    `defaults write com.apple.finder DisableAllAnimations -bool true`

    #### Increase the key repeat rate
  5. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -7,3 +7,11 @@
    ##### Make terminal logins fast
    `touch ~/.hushlogin`

    ##### Disable most animations
    `defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false`
    `defaults write -g QLPanelAnimationDuration -float 0`
    `defaults write NSGlobalDomain NSWindowResizeTime -float 0.001`
    `defaults write com.apple.finder DisableAllAnimations -bool true`

    #### Increase the key repeat rate
    `defaults write NSGlobalDomain KeyRepeat -int 0`
  6. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,9 @@
    ##### Skip verifying disk images
    `defaults write com.apple.frameworks.diskimages skip-verify true`

    ##### Always hide the Desktop
    `defaults write com.apple.finder CreateDesktop false; killall Finder`

    ##### Make terminal logins fast
    `touch ~/.hushlogin`

  7. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    Skip verifying disk images
    ##### Skip verifying disk images
    `defaults write com.apple.frameworks.diskimages skip-verify true`

  8. @koenbok koenbok revised this gist Dec 14, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    #### Skip verifying disk images
    Skip verifying disk images
    `defaults write com.apple.frameworks.diskimages skip-verify true`

  9. @koenbok koenbok created this gist Dec 14, 2016.
    3 changes: 3 additions & 0 deletions mac-tweaks.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    #### Skip verifying disk images
    `defaults write com.apple.frameworks.diskimages skip-verify true`