Last active
July 2, 2023 17:20
-
-
Save strezh/444690f98f1f825916a3addb6a8cccfd to your computer and use it in GitHub Desktop.
Revisions
-
strezh revised this gist
Jul 2, 2023 . 1 changed file with 3 additions and 1 deletion.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 @@ -14,7 +14,8 @@ brew install \ brew install \ tmux \ git \ cmake \ vim # work tools brew install \ @@ -28,4 +29,5 @@ brew install \ brew install \ htop \ unar \ karabiner-elements \ bitwarden -
strezh revised this gist
Jul 2, 2023 . 1 changed file with 2 additions and 1 deletion.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 @@ -27,4 +27,5 @@ brew install \ # system software brew install \ htop \ unar \ bitwarden -
strezh revised this gist
Jun 30, 2023 . 1 changed file with 11 additions and 1 deletion.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 @@ -7,12 +7,22 @@ brew install \ iterm2 \ mc \ google-chrome \ # programming tools brew install \ tmux \ git \ cmake # work tools brew install \ slack \ asana \ meetingbar \ tomatobar \ # system software brew install \ -
strezh created this gist
Jun 30, 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,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