Skip to content

Commit 562dafe

Browse files
committed
remove kitty config
1 parent 15370f5 commit 562dafe

2 files changed

Lines changed: 3 additions & 16 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,15 @@
11
on: push
22
env:
33
IMAGE_NAME: flovilmart/dev-env
4+
concurrency:
5+
group: ${{ github.workflow }}-${{ github.ref }}
6+
cancel-in-progress: true
47
jobs:
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:

install.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)