Skip to content

Instantly share code, notes, and snippets.

@kyleparisi
Last active April 17, 2023 13:30
Show Gist options
  • Select an option

  • Save kyleparisi/8b55d716f90dcbaf577a1c1dc5abe3b0 to your computer and use it in GitHub Desktop.

Select an option

Save kyleparisi/8b55d716f90dcbaf577a1c1dc5abe3b0 to your computer and use it in GitHub Desktop.

Revisions

  1. kyleparisi revised this gist Apr 17, 2023. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions mac-settings.md
    Original 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
    ```
  2. kyleparisi created this gist Apr 7, 2023.
    6 changes: 6 additions & 0 deletions mac-settings.md
    Original 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
    ```