Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sylus committed Feb 22, 2024
1 parent 8d85afa commit 81632fd
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ jobs:
run: ./install.sh

- name: Run tests
run: ~/.local/bin/check-dotfiles
run: |
source ~/.zshenv
~/.local/bin/check-dotfiles
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ brew update

# Temporary Overrides
brew install --overwrite [email protected]
brew install --overwrite [email protected]
brew install --overwrite go

brew bundle --verbose --no-lock --file=/dev/stdin <<EOF
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if ! command -v brew >/dev/null 2>&1; then
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
fi

{{ if eq .host.arch "arm64" -}}
{{- if eq .host.arch "arm64" }}
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
{{- else }}
eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
Expand Down
1 change: 1 addition & 0 deletions home/.chezmoitemplates/debian/brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"tmux"
"yq"
"sqlite"
"zsh"
) -}}

{{- if .toolchains.iac -}}
Expand Down
3 changes: 2 additions & 1 deletion home/dot_zshenv
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export ZDOTDIR=$HOME/.config/zsh/
ZDOTDIR=$HOME/.config/zsh/
source -- "$ZDOTDIR"/.zshrc
2 changes: 1 addition & 1 deletion home/private_dot_config/zsh/dot_zshrc.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

export HOMEBREW_NO_AUTO_UPDATE=1

{{ if eq .chezmoi.os "linux" -}}
{{- if eq .chezmoi.os "linux" }}
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
{{- end }}

Expand Down

0 comments on commit 81632fd

Please sign in to comment.