Skip to content

Instantly share code, notes, and snippets.

@aklap
Last active February 23, 2021 20:46
Show Gist options
  • Save aklap/2d7dfea08f17403f7d0b6e55db7ffab1 to your computer and use it in GitHub Desktop.
Save aklap/2d7dfea08f17403f7d0b6e55db7ffab1 to your computer and use it in GitHub Desktop.

Revisions

  1. aklap renamed this gist Feb 23, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. aklap revised this gist Jan 7, 2020. 1 changed file with 2 additions and 3 deletions.
    5 changes: 2 additions & 3 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ If you want to do this quickly, automated then run

    `xcode-select --install`

    ## Spectacle
    ## Rectangle

    Check for Updates
    Add cmd line here
    @@ -71,5 +71,4 @@ Set new versions of ruby:
    + 1Password
    + Evernote

    ### SublimeText3
    If reinstalling, re download/install Package Installer otherwise packages won't be enabled.
    ### VS Code Editor
  3. aklap revised this gist Dec 10, 2019. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -67,7 +67,6 @@ Set new versions of ruby:

    ## Apps

    + Mailplane
    + Dropbox
    + 1Password
    + Evernote
  4. aklap revised this gist Jun 4, 2018. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -72,3 +72,5 @@ Set new versions of ruby:
    + 1Password
    + Evernote

    ### SublimeText3
    If reinstalling, re download/install Package Installer otherwise packages won't be enabled.
  5. aklap revised this gist Mar 2, 2018. 1 changed file with 21 additions and 15 deletions.
    36 changes: 21 additions & 15 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,7 @@
    # Checklist for maintaining setup (MacOS)

    1. Apple Icon Software Update or run in command line:
    ## MacOS
    Apple Icon Software Update or run in command line:
    This command lists all updates for your v of MacOS

    `softwareupdate -l`
    @@ -13,32 +14,36 @@ If you want to do this quickly, automated then run

    `sudo sh -c "softwareupdate -ia && reboot"`

    2. xcode
    ## xcode

    `xcode-select --install`

    3. Spectacle Check for Updates
    Add cmd line here
    ## Spectacle

    4. Karabiner-Elements Check for Updates
    Add cmd line here (sudo)
    Check for Updates
    Add cmd line here

    5. iTerm Check for Updates
    Add cmd line here
    ## Karabiner-Elements

    6. Homebrew
    Check for Updates
    Add cmd line here (sudo)

    ## iTerm

    Check for Updates
    Add cmd line here

    ## Homebrew

    `brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions`

    Run this and act on suggestions

    `brew doctor`

    7. Ruby
    ## Ruby

    Ruby version managers:

    Rbenv
    ### Ruby version managers: Rbenv

    `rbenv version`
    `rbenv shell`
    @@ -52,10 +57,11 @@ Set new versions of ruby:
    `rbenv global $version`


    Ruby package manager, RubyGems:
    ### Ruby package manager: RubyGems

    `gem update --system && gem outdated && gem cleanup`

    8. Heroku CLI
    ## Heroku CLI

    `heroku update`

  6. aklap revised this gist Mar 2, 2018. 1 changed file with 42 additions and 11 deletions.
    53 changes: 42 additions & 11 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -1,37 +1,68 @@
    # Checklist for maintaining setup (MacOS)

    1. Apple Icon > Software Update or run in command line:
    > This command lists all updates for your v of MacOS
    1. Apple Icon Software Update or run in command line:
    This command lists all updates for your v of MacOS

    `softwareupdate -l`
    > This command lists installs all updates for you v of MacOS

    This command lists installs all updates for you v of MacOS

    `softwareupdate -i -a`
    > If you want to do this quickly, automated then run

    If you want to do this quickly, automated then run

    `sudo sh -c "softwareupdate -ia && reboot"`

    2. xcode

    `xcode-select --install`

    3. Spectacle > Check for Updates
    > Add cmd line here
    3. Spectacle Check for Updates
    Add cmd line here

    4. Karabiner-Elements > Check for Updates
    > Add cmd line here (sudo)
    4. Karabiner-Elements Check for Updates
    Add cmd line here (sudo)

    5. iTerm > Check for Updates
    > Add cmd line here
    5. iTerm Check for Updates
    Add cmd line here

    6. Homebrew

    `brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions`

    Run this and act on suggestions

    `brew doctor`

    7. Ruby

    Ruby version managers:

    Rbenv

    `rbenv version`
    `rbenv shell`
    `rbenv global`

    Set new versions of ruby:

    `rbenv versions`
    `rbenv install $version`
    `rbenv shell $version`
    `rbenv global $version`


    Ruby package manager, RubyGems:
    `gem update --system && gem outdated && gem cleanup`

    8. Heroku CLI

    `heroku update`

    ## Apps

    + Mailplane
    + Dropbox
    + 1Password
    + Evernote
    + Evernote

  7. aklap revised this gist Feb 22, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    # Checklist for maintaining setup MacOS
    # Checklist for maintaining setup (MacOS)

    1. Apple Icon > Software Update or run in command line:
    > This command lists all updates for your v of MacOS
    @@ -31,7 +31,6 @@

    ## Apps


    + Mailplane
    + Dropbox
    + 1Password
  8. aklap revised this gist Feb 22, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,4 @@
    # Checklist for maintaining setup MacOS
    ____

    1. Apple Icon > Software Update or run in command line:
    > This command lists all updates for your v of MacOS
    @@ -31,7 +30,7 @@ ____


    ## Apps
    ____


    + Mailplane
    + Dropbox
  9. aklap revised this gist Feb 22, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -26,6 +26,7 @@ ____
    > Add cmd line here
    6. Homebrew

    `brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions`


  10. aklap revised this gist Feb 22, 2018. 1 changed file with 1 addition and 2 deletions.
    3 changes: 1 addition & 2 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -5,16 +5,15 @@ ____
    > This command lists all updates for your v of MacOS
    `softwareupdate -l`

    > This command lists installs all updates for you v of MacOS
    `softwareupdate -i -a`

    > If you want to do this quickly, automated then run
    `sudo sh -c "softwareupdate -ia && reboot"`

    2. xcode

    `xcode-select --install`

    3. Spectacle > Check for Updates
  11. aklap revised this gist Feb 22, 2018. 1 changed file with 14 additions and 4 deletions.
    18 changes: 14 additions & 4 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -3,20 +3,30 @@ ____

    1. Apple Icon > Software Update or run in command line:
    > This command lists all updates for your v of MacOS
    `softwareupdate -l`

    > This command lists installs all updates for you v of MacOS
    `softwareupdate -i -a`

    > If you want to do this quickly, automated then run
    `sudo sh -c "softwareupdate -ia && reboot"`

    2. xcode
    `xcode-select --install`
    2. Spectacle > Check for Updates

    3. Spectacle > Check for Updates
    > Add cmd line here
    3. Karabiner-Elements > Check for Updates
    4. Karabiner-Elements > Check for Updates
    > Add cmd line here (sudo)
    4. iTerm > Check for Updates
    5. iTerm > Check for Updates
    > Add cmd line here
    5. Homebrew
    6. Homebrew
    `brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions`


  12. aklap created this gist Feb 22, 2018.
    29 changes: 29 additions & 0 deletions setup_checklist.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,29 @@
    # Checklist for maintaining setup MacOS
    ____

    1. Apple Icon > Software Update or run in command line:
    > This command lists all updates for your v of MacOS
    `softwareupdate -l`
    > This command lists installs all updates for you v of MacOS
    `softwareupdate -i -a`
    > If you want to do this quickly, automated then run
    `sudo sh -c "softwareupdate -ia && reboot"`
    2. xcode
    `xcode-select --install`
    2. Spectacle > Check for Updates
    > Add cmd line here
    3. Karabiner-Elements > Check for Updates
    > Add cmd line here (sudo)
    4. iTerm > Check for Updates
    > Add cmd line here
    5. Homebrew
    `brew update && brew outdated && brew upgrade && brew cleanup && brew list --versions`


    ## Apps
    ____

    + Mailplane
    + Dropbox
    + 1Password
    + Evernote