Skip to content

Commit

Permalink
Rearrange some scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Jan 8, 2024
1 parent ffdc2ae commit 0413498
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions run_after_configure_dock-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ set -eufo pipefail
"/Applications/Plexamp.app"
"/Applications/Obsidian.app"
"/Applications/TraktCasts.app"
"/Applications/iA Writer.app"
}}

{{ if .workmode }}{{ $apps = append $apps "/Applications/Slack.app" }}{{ end }}
Expand Down
11 changes: 7 additions & 4 deletions run_once_01_packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,30 @@ tap "homebrew/cask-fonts"
tap "homebrew/cask-versions"

# Community taps
tap "common-fate/granted"
tap "espanso/espanso"
tap "go-task/tap"
tap "jdx/tap"
tap "railwaycat/emacsmacport"
tap "vectordotdev/brew"
tap "yt-dlp/taps"

# Work taps
{{ if .workmode }}
tap "common-fate/granted"
{{ end }}

# my own projects
tap "marcus-crane/tap"
brew "khinsider"
brew "spanner"
cask "october", args: { force: true } # Hey, that's me!

# cli tools
brew "angle-grinder"
brew "aria2"
brew "autoconf"
brew "automake"
brew "bash"
brew "bat"
brew "bison"
brew "cmake"
brew "comby"
Expand Down Expand Up @@ -65,6 +69,7 @@ brew "jq"
brew "libiconv"
brew "librdkafka"
brew "libxmlsec1"
brew "moreutils"
brew "mpv"
brew "mtr"
brew "neomutt"
Expand Down Expand Up @@ -135,8 +140,6 @@ cask "iterm2", args: { force: true }
cask "keka", args: { force: true }
cask "kekaexternalhelper", args: { force: true }
cask "obsidian", args: { force: true }
cask "october", args: { force: true } # Hey, that's me!
cask "postgres-unofficial", args: { force: true }
cask "plexamp", args: { force: true }
cask "pycharm", args: { force: true }
cask "raycast", args: { force: true }
Expand Down
File renamed without changes.

0 comments on commit 0413498

Please sign in to comment.