Skip to content

Commit

Permalink
Update setup_machine.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Jan 22, 2024
1 parent cf52ccc commit 339c6ef
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/setup_machine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ jobs:
run: |-
# https://github.com/sensuikan1973/dotfiles/pull/125#issuecomment-1502177344
brew unlink [email protected] && brew link --overwrite [email protected]
# https://github.com/sensuikan1973/dotfiles/pull/155
brew unlink [email protected] && brew link --overwrite [email protected]
# https://docs.brew.sh/FAQ#how-do-i-uninstall-homebrew
NONINTERACTIVE=1 sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
# https://github.com/sensuikan1973/dotfiles/pull/129#issuecomment-1505823099
sudo rm -rf /Applications/Google\ Chrome.app
# https://github.com/sensuikan1973/dotfiles/pull/155#issuecomment-1903251250
rm '/usr/local/bin/pod'
# https://github.com/sensuikan1973/dotfiles/pull/155#issuecomment-1903326589
rm '/usr/local/bin/2to3-3.12'
# https://github.com/sensuikan1973/dotfiles/pull/155#issuecomment-1903348781
rm '/usr/local/bin/idle3.12'
- name: checkout repository to HOME
run: |-
Expand Down

0 comments on commit 339c6ef

Please sign in to comment.