Last active
May 16, 2017 16:01
-
-
Save markjarzynski/d243928aa6e62cffe3ae069bc556d0eb to your computer and use it in GitHub Desktop.
Revisions
-
markjarzynski revised this gist
May 16, 2017 . 2 changed files with 7 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 @@ -0,0 +1,7 @@ #!/bin/sh # Do not write .DS_Store to Network Shares defaults write com.apple.desktopservices DSDontWriteNetworkStores true # Must kill Finder.app to take effect #killall Finder File renamed without changes. -
markjarzynski renamed this gist
Jun 1, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
markjarzynski revised this gist
Jun 1, 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 @@ -4,4 +4,4 @@ defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain InitialKeyRepeat -int 25 # Must logout to take effect. -
markjarzynski created this gist
Jun 1, 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,7 @@ #!/bin/sh # Increase the cursor speed in OS X Terminal.app defaults write NSGlobalDomain KeyRepeat -int 1 defaults write NSGlobalDomain InitialKeyRepeat -int 25 # Must logout to take affect.