Last active
December 16, 2024 20:21
-
-
Save Altons/e56119eda066eb99e4d20514d79ccdc9 to your computer and use it in GitHub Desktop.
Revisions
-
Altons revised this gist
Dec 16, 2024 . 1 changed file with 36 additions and 36 deletions.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 @@ -1,71 +1,71 @@ # frozen_string_literal: true # tap "heroku/brew" # tap 'homebrew/bundle' # tap 'homebrew/cask' # tap 'homebrew/cask-versions' # tap 'homebrew/core' # tap "stripe/stripe-cli" brew 'icu4c' brew 'gcc' # brew 'zsh' # brew 'cowsay' # brew 'elasticsearch' # brew 'task' # taskwarrior # brew 'git' brew 'openjdk' brew 'r' # brew 'fortune' # brew 'sqlite' # brew 'git-plus' brew 'graphviz' brew 'htop' # brew 'hugo' # brew 'imagemagick' # brew 'libdvdcss' # brew 'mkvtoolnix' # brew 'nmap' brew 'node' brew 'yarn' brew 'openssl@3' # brew 'ruby-build' # brew 'rbenv' brew 'tree' brew 'wget' # brew 'zsh' brew 'zsh-completions' brew 'tldr' brew 'tree' brew 'rg' brew 'fzf' # run /usr/local/opt/fzf/install to finish installation brew 'jq' brew 'gh' brew 'eza' # replacement for ls brew 'bat' # replacement for cat brew 'yq' # brew "heroku/brew/heroku" # brew "stripe/stripe-cli/stripe" # brew 'TomAnthony/brews/itermocil' # brew 'kotlin' # brew 'you-get' ##### Casks # cask 'rstudio' # cask 'adoptopenjdk8' cask 'google-chrome' cask 'firefox' # cask 'dropbox' cask 'alfred' # cask 'skype' # cask 'virtualbox' # cask 'slack' # cask 'spotify' # cask '1password' cask 'iterm2' # cask 'calibre' # cask 'dash' cask 'java' # cask 'mkvtoolnix' # cask 'ngrok' cask 'dbeaver-community' # cask 'fantastical' # cask 'julia' -
Altons revised this gist
Dec 29, 2021 . 1 changed file with 1 addition and 0 deletions.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 @@ -8,6 +8,7 @@ tap 'homebrew/core' # tap "stripe/stripe-cli" brew 'icu4c' brew 'gcc' brew 'zsh' # brew 'cowsay' # brew 'elasticsearch' brew 'task' # taskwarrior -
Altons revised this gist
Dec 29, 2021 . 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 @@ -7,6 +7,7 @@ tap 'homebrew/cask-versions' tap 'homebrew/core' # tap "stripe/stripe-cli" brew 'icu4c' brew 'gcc' # brew 'cowsay' # brew 'elasticsearch' brew 'task' # taskwarrior @@ -24,7 +25,7 @@ brew 'mkvtoolnix' brew 'nmap' brew 'node' brew 'yarn' brew 'openssl@3' brew 'ruby-build' brew 'rbenv' brew 'tree' -
Alberto Negron revised this gist
Apr 6, 2021 . 1 changed file with 1 addition and 0 deletions.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,6 +7,7 @@ tap 'homebrew/cask-versions' tap 'homebrew/core' # tap "stripe/stripe-cli" brew 'icu4c' brew 'zsh' # brew 'cowsay' # brew 'elasticsearch' brew 'task' # taskwarrior -
Altons revised this gist
Apr 5, 2021 . 1 changed file with 2 additions and 0 deletions.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 @@ -11,6 +11,7 @@ brew 'icu4c' # brew 'elasticsearch' brew 'task' # taskwarrior brew 'git' brew 'r' # brew 'fortune' brew 'sqlite' brew 'git-plus' @@ -45,6 +46,7 @@ brew 'TomAnthony/brews/itermocil' brew 'kotlin' brew 'you-get' ##### Casks cask 'rstudio' cask 'adoptopenjdk8' cask 'google-chrome' cask 'firefox' -
Alberto Negron revised this gist
Mar 19, 2021 . 1 changed file with 2 additions and 0 deletions.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 @@ -38,10 +38,12 @@ brew 'jq' brew 'gh' brew 'exa' # replacement for ls brew 'bat' # replacement for cat brew 'yq' # brew "heroku/brew/heroku" # brew "stripe/stripe-cli/stripe" brew 'TomAnthony/brews/itermocil' brew 'kotlin' brew 'you-get' ##### Casks cask 'adoptopenjdk8' cask 'google-chrome' -
Altons revised this gist
Jan 31, 2021 . 1 changed file with 4 additions and 3 deletions.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,10 +7,11 @@ tap 'homebrew/cask-versions' tap 'homebrew/core' # tap "stripe/stripe-cli" brew 'icu4c' # brew 'cowsay' # brew 'elasticsearch' brew 'task' # taskwarrior brew 'git' # brew 'fortune' brew 'sqlite' brew 'git-plus' brew 'graphviz' -
Altons revised this gist
Oct 3, 2020 . 1 changed file with 2 additions and 2 deletions.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 @@ -34,13 +34,13 @@ brew 'tree' brew 'rg' brew 'fzf' # run /usr/local/opt/fzf/install to finish installation brew 'jq' brew 'gh' brew 'exa' # replacement for ls brew 'bat' # replacement for cat # brew "heroku/brew/heroku" # brew "stripe/stripe-cli/stripe" brew 'TomAnthony/brews/itermocil' brew 'kotlin' ##### Casks cask 'adoptopenjdk8' cask 'google-chrome' -
Altons revised this gist
Jun 7, 2020 . 1 changed file with 1 addition and 0 deletions.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 @@ -40,6 +40,7 @@ brew 'exa' # replacement for ls brew 'bat' # replacement for cat # brew "heroku/brew/heroku" # brew "stripe/stripe-cli/stripe" brew 'TomAnthony/brews/itermocil' ##### Casks cask 'adoptopenjdk8' cask 'google-chrome' -
Altons revised this gist
Jun 1, 2020 . 1 changed file with 1 addition and 0 deletions.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 @@ -60,3 +60,4 @@ cask 'mkvtoolnix' cask 'ngrok' cask 'dbeaver-community' cask 'fantastical' cask 'julia' -
Altons revised this gist
May 19, 2020 . 1 changed file with 2 additions and 0 deletions.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 @@ -21,6 +21,7 @@ brew 'libdvdcss' brew 'mkvtoolnix' brew 'nmap' brew 'node' brew 'yarn' brew '[email protected]' brew 'ruby-build' brew 'rbenv' @@ -29,6 +30,7 @@ brew 'wget' brew 'zsh' brew 'zsh-completions' brew 'tldr' brew 'tree' brew 'rg' brew 'fzf' # run /usr/local/opt/fzf/install to finish installation brew 'jq' -
Altons revised this gist
May 4, 2020 . 1 changed file with 1 addition and 0 deletions.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 @@ -31,6 +31,7 @@ brew 'zsh-completions' brew 'tldr' brew 'rg' brew 'fzf' # run /usr/local/opt/fzf/install to finish installation brew 'jq' # brew 'github/gh/gh' brew 'hub' brew 'exa' # replacement for ls -
Altons created this gist
May 2, 2020 .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,59 @@ # frozen_string_literal: true # tap "heroku/brew" tap 'homebrew/bundle' tap 'homebrew/cask' tap 'homebrew/cask-versions' tap 'homebrew/core' # tap "stripe/stripe-cli" brew 'icu4c' brew 'cowsay' brew 'elasticsearch' brew 'git' brew 'fortune' brew 'sqlite' brew 'git-plus' brew 'graphviz' brew 'htop' brew 'hugo' brew 'imagemagick' brew 'libdvdcss' brew 'mkvtoolnix' brew 'nmap' brew 'node' brew '[email protected]' brew 'ruby-build' brew 'rbenv' brew 'tree' brew 'wget' brew 'zsh' brew 'zsh-completions' brew 'tldr' brew 'rg' brew 'fzf' # run /usr/local/opt/fzf/install to finish installation # brew 'github/gh/gh' brew 'hub' brew 'exa' # replacement for ls brew 'bat' # replacement for cat # brew "heroku/brew/heroku" # brew "stripe/stripe-cli/stripe" ##### Casks cask 'adoptopenjdk8' cask 'google-chrome' cask 'firefox' cask 'dropbox' cask 'alfred' cask 'skype' cask 'virtualbox' cask 'slack' cask 'spotify' cask 'kindle' cask '1password' cask 'iterm2' cask 'calibre' cask 'dash' cask 'java' cask 'mkvtoolnix' cask 'ngrok' cask 'dbeaver-community' cask 'fantastical'