Skip to content

Instantly share code, notes, and snippets.

@strezh
Last active July 2, 2023 17:20
Show Gist options
  • Select an option

  • Save strezh/444690f98f1f825916a3addb6a8cccfd to your computer and use it in GitHub Desktop.

Select an option

Save strezh/444690f98f1f825916a3addb6a8cccfd to your computer and use it in GitHub Desktop.

Revisions

  1. strezh revised this gist Jul 2, 2023. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion Mac prepare
    Original file line number Diff line number Diff line change
    @@ -14,7 +14,8 @@ brew install \
    brew install \
    tmux \
    git \
    cmake
    cmake \
    vim

    # work tools
    brew install \
    @@ -28,4 +29,5 @@ brew install \
    brew install \
    htop \
    unar \
    karabiner-elements \
    bitwarden
  2. strezh revised this gist Jul 2, 2023. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion Mac prepare
    Original file line number Diff line number Diff line change
    @@ -27,4 +27,5 @@ brew install \
    # system software
    brew install \
    htop \
    unar
    unar \
    bitwarden
  3. strezh revised this gist Jun 30, 2023. 1 changed file with 11 additions and 1 deletion.
    12 changes: 11 additions & 1 deletion Mac prepare
    Original file line number Diff line number Diff line change
    @@ -7,12 +7,22 @@
    brew install \
    iterm2 \
    mc \
    google-chrome \


    # programming software
    # programming tools
    brew install \
    tmux \
    git \
    cmake

    # work tools
    brew install \
    slack \
    asana \
    meetingbar \
    tomatobar \


    # system software
    brew install \
  4. strezh created this gist Jun 30, 2023.
    20 changes: 20 additions & 0 deletions Mac prepare
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,20 @@
    #!/bin/bash

    # install homebrew (https://brew.sh/)
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    # basic software
    brew install \
    iterm2 \
    mc \

    # programming software
    brew install \
    tmux \
    git \
    cmake

    # system software
    brew install \
    htop \
    unar