Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: madeintandem/SetupScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: test_run
Choose a base ref
...
head repository: madeintandem/SetupScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 5 files changed
  • 4 contributors

Commits on Aug 2, 2021

  1. Merge pull request #1 from madeintandem/test_run

    Added Brewfile
    DoodlingDev authored Aug 2, 2021
    Configuration menu
    Copy the full SHA
    a834ac8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    d83a47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    011c62f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12dde0b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    5be0181 View commit details
    Browse the repository at this point in the history
  2. update README

    robertaird committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    397fd5d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f6cb13 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. fix up initial dev setup

    robertaird committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    a9a5795 View commit details
    Browse the repository at this point in the history
  2. make sh files executable

    robertaird committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3e9abd8 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2021

  1. Merge pull request #4 from madeintandem/fixBugs

    Fix bugs
    robertaird authored Sep 3, 2021
    Configuration menu
    Copy the full SHA
    4e0b970 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. Indiviually install common app

    - Check if app is install before installing
    - Install app one at a time
    participator committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    8ff506a View commit details
    Browse the repository at this point in the history
  2. Revert "Indiviually install common app"

    This reverts commit 8ff506a.
    participator committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    0b2d968 View commit details
    Browse the repository at this point in the history
  3. Indiviually install common app

    - Check if app is install before installing
    - Install app one at a time
    participator committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    7acb793 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Merge pull request #5 from madeintandem/fixBugs

    Individually install common apps
    DoodlingDev authored Oct 14, 2021
    Configuration menu
    Copy the full SHA
    3cc941d View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Compatibility updates (#6)

    * Add compatibility for Apple silicon machines
    
    Detect the processor architecture and set the expected location
    of Homebrew accordingly.
    
    Use recommended method to add `brew` to path when it is installed
    outside of `/usr/local/bin/` by default.
    
    Add `brew -v` command after install and update commands.
    
    * Skip `brew install` tasks
    
    when Homebrew can't be installed or detected properly
    
    * Detect Chrome Spotify PWA
    
    Don't double-install Spotify if the PWA is already downloaded
    SteveSchneider authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    5c62142 View commit details
    Browse the repository at this point in the history
Loading