Skip to content

Commit

Permalink
try this too
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jan 27, 2024
1 parent 3fe9ef8 commit 2dfde6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
echo $BRANCH
chezmoi init https://github.com/marchdf/dotfiles.git --branch ${BRANCH} --promptBool test_machine=t,"Use ZSH_ROOT_DIR for tmux shell"=f --promptString email=""
chezmoi data
# chezmoi apply -v
chezmoi apply -v
7 changes: 5 additions & 2 deletions run_once_before_install-packages-darwin.sh.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ tap "homebrew/bundle"
tap "jimeh/emacs-builds"
tap "homebrew/cask-fonts"

brew "fzf"
brew "pyenv"

{{- if not .test_machine }}
brew "act"
brew "age"
brew "aspell"
Expand Down Expand Up @@ -35,7 +39,6 @@ brew "faac"
brew "fd"
brew "fdk-aac"
brew "flac123"
brew "fzf"
brew "gcc"
brew "git"
brew "global"
Expand All @@ -58,7 +61,6 @@ brew "openssl@3"
brew "pandoc"
brew "pianobar"
brew "prettyping"
brew "pyenv"
brew "[email protected]"
brew "ripgrep"
brew "shellcheck"
Expand Down Expand Up @@ -99,6 +101,7 @@ cask "vivaldi"
cask "vlc"
cask "zoom"
cask "zotero"
{{ end -}}
EOF

brew pin gcc
Expand Down

0 comments on commit 2dfde6b

Please sign in to comment.