Skip to content

Commit

Permalink
brew: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Sep 8, 2024
1 parent 4e76bef commit 7933a8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .config/brew/Brewfile##c.Home
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ brew "poetry"
brew "pre-commit"
brew "ptpython"
brew "python-lsp-server"
brew "python@3.10"
brew "python@3.11"
brew "python@3.8"
brew "python@3.9"
brew "ripgrep"
brew "rustup", link: true
brew "tectonic"
Expand Down Expand Up @@ -74,6 +70,7 @@ vscode "exiasr.hadolint"
vscode "foxundermoon.shell-format"
vscode "golang.go"
vscode "james-yu.latex-workshop"
vscode "koichisasada.vscode-rdbg"
vscode "ms-azuretools.vscode-docker"
vscode "ms-python.debugpy"
vscode "ms-python.python"
Expand All @@ -82,6 +79,7 @@ vscode "ms-vscode-remote.remote-containers"
vscode "redhat.vscode-yaml"
vscode "rust-lang.rust-analyzer"
vscode "shopify.ruby-lsp"
vscode "sorbet.sorbet-vscode-extension"
vscode "tamasfe.even-better-toml"
vscode "timonwong.shellcheck"
vscode "zhuangtongfa.one-dark-pro"
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
matrix:
os: [macos, ubuntu]
steps:
- run: curl -Lo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
- run: chmod a+x /usr/local/bin/yadm
# - run: curl -Lo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
# - run: chmod a+x /usr/local/bin/yadm
- run: curl -fsSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/bootstrap | HOME=$PWD/tmp bash

0 comments on commit 7933a8e

Please sign in to comment.