Skip to content

Commit

Permalink
remove unwanted apps and fix the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcercal committed Mar 1, 2024
1 parent aec6c0f commit 913741b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ install:
- "wget"
- "yarn"
- "you-get"
- "yq"
- "zplug"
- "zsh-completions"
- "zsh"
Expand All @@ -96,7 +97,6 @@ install:
- "brave-browser"
- "discord"
- "docker"
- "dropbox"
- "firefox"
- "font-3270-nerd-font"
- "font-agave-nerd-font"
Expand Down Expand Up @@ -149,7 +149,6 @@ install:
- "font-ubuntu-nerd-font"
- "font-victor-mono-nerd-font"
- "google-chrome"
- "hiddenbar"
- "hoppscotch"
- "httpie"
- "imageoptim"
Expand All @@ -171,7 +170,6 @@ install:
- "slack"
- "steam"
- "tableplus"
- "taskwarrior-pomodoro"
- "teamviewer"
- "visual-studio-code"
- "vlc"
Expand Down
2 changes: 1 addition & 1 deletion scripts/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ echo "y" | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew

print::command "(echo; echo 'eval \"$(/opt/homebrew/bin/brew shellenv)\"') >> /Users/jpcercal/.zprofile && eval \"$(/opt/homebrew/bin/brew shellenv)\"" "Adding homebrew to the \$PATH environment variable."
print::command "brew update"
print::command "brew install yq"
print::command "brew install yq atuin"

0 comments on commit 913741b

Please sign in to comment.