File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11on : push
22env :
33 IMAGE_NAME : flovilmart/dev-env
4+ concurrency :
5+ group : ${{ github.workflow }}-${{ github.ref }}
6+ cancel-in-progress : true
47jobs :
58 macos :
69 name : MacOS build
710 runs-on : macos-latest
811 steps :
912 - uses : actions/checkout@v4
10- - name : Cleanup
11- run : |
12- cat ~/.bash_profile || true
13- cat ~/.bashrc || true
14- cat ~/.zshrc || true
15- cat ~/.profile || true
16- rm ~/.zshrc || true
17- rm -rf ~/.oh-my-zsh || true
18- rm -rf ~/.bash_profile
19- which brew
20- echo $PATH
21- NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
22- echo $PATH
23- which brew || true
2413 - name : Install all
2514 run : sh ./install.sh
2615 docker :
Original file line number Diff line number Diff line change @@ -44,8 +44,6 @@ dotfiles() {
4444 echo $file ;
4545 ln -sfn $file ${HOME} /$f ;
4646 done ;
47- mkdir -p ${HOME} /.config/kitty;
48- ln -sfn $( pwd) /kitty.conf ${HOME} /.config/kitty
4947 mkdir -p ${HOME} /.config/ghostty;
5048 ln -sfn $( pwd) /ghostty/config ${HOME} /.config/ghostty/config
5149 ln -sfn $( pwd) /ghostty/themes ${HOME} /.config/ghostty/themes
You can’t perform that action at this time.
0 commit comments