-
-
Save trhodeos/2f9d4d94e9c6e2979ba14d45d3aaf92a to your computer and use it in GitHub Desktop.
Revisions
-
koenbok revised this gist
Nov 12, 2018 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 1` #### Disable save to iCloud by default `defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false` -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` #### Disable save to iCloud by default `defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false` -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,13 @@ #### 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` #### Disable most animations `defaults write NSGlobalDomain NSAutomaticWindowAnimationsEnabled -bool false` `defaults write -g QLPanelAnimationDuration -float 0` -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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` -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ ##### Skip verifying disk images `defaults write com.apple.frameworks.diskimages skip-verify true` -
koenbok revised this gist
Dec 14, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,3 @@ Skip verifying disk images `defaults write com.apple.frameworks.diskimages skip-verify true` -
koenbok created this gist
Dec 14, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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`