Last active
April 17, 2023 13:30
-
-
Save kyleparisi/8b55d716f90dcbaf577a1c1dc5abe3b0 to your computer and use it in GitHub Desktop.
Revisions
-
kyleparisi revised this gist
Apr 17, 2023 . 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 @@ -3,4 +3,7 @@ ```shell # remove drop shadow on screenshots defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer # git push automatic remote tracking git config --global --add --bool push.autoSetupRemote true ``` -
kyleparisi created this gist
Apr 7, 2023 .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,6 @@ # Mac Settings ```shell # remove drop shadow on screenshots defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer ```