File tree Expand file tree Collapse file tree 12 files changed +13
-70
lines changed Expand file tree Collapse file tree 12 files changed +13
-70
lines changed Original file line number Diff line number Diff line change 12
12
ANSIBLE_FORCE_COLOR : 1
13
13
steps :
14
14
- name : Checkout code
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
- name : Run make
17
17
run : make
18
18
- name : Idempotence Test
23
23
|| (echo 'Idempotence test: fail' && exit 1)
24
24
- name : Archive Idempotence Test output
25
25
if : always()
26
- uses : actions/upload-artifact@v2
26
+ uses : actions/upload-artifact@v4
27
27
with :
28
28
name : idempotence-out
29
29
path : idempotence-out.txt
Original file line number Diff line number Diff line change 16
16
ANSIBLE_FORCE_COLOR : 1
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
20
20
- name : Run make
21
21
run : make
22
22
- name : Idempotence Test
27
27
|| (echo 'Idempotence test: fail' && exit 1)
28
28
- name : Archive Idempotence Test output
29
29
if : always()
30
- uses : actions/upload-artifact@v2
30
+ uses : actions/upload-artifact@v4
31
31
with :
32
32
name : idempotence-out
33
33
path : idempotence-out.txt
Original file line number Diff line number Diff line change 18
18
19
19
brew-Darwin :
20
20
ifeq (, $(shell which brew) )
21
- curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh | /bin/bash
21
+ /bin/bash -c "$( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
22
22
else
23
23
@echo "homebrew is already exits."
24
24
endif
Original file line number Diff line number Diff line change 2
2
- hosts : localhost
3
3
strategy : linear
4
4
roles :
5
- - name : common
6
- tags : common
5
+ - name : tools
6
+ tags : tools
7
7
8
8
- name : mac
9
9
tags : mac
15
15
- name : fish
16
16
tags : fish
17
17
18
- - name : anyenv
19
- tags : anyenv
20
-
21
18
- name : c
22
19
tags : c
23
20
30
27
- name : go
31
28
tags : go
32
29
33
- - name : hyper-terminal
34
- tags : hyper-terminal
35
-
36
30
- name : kubernetes
37
31
tags : kubernetes
38
32
39
33
- name : neovim
40
34
tags : neovim
41
35
42
- - name : python
43
- tags : python
44
-
45
36
- name : tex
46
37
tags : tex
47
38
Original file line number Diff line number Diff line change 1
1
github_user : chez-shanpu
2
2
ghq_root : ' {{ lookup("env","HOME") }}/ghq'
3
- repos_root : ' {{ ghq_root }}/github.com/{{ github_user }}'
4
- dotfiles_path : ' {{ repos_root }}/dotfiles'
3
+ repos_root : ' {{ ghq_root }}/github.com/{{ github_user }}'
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 19
19
- ' curl'
20
20
- ' direnv'
21
21
- ' duf'
22
- - ' exa '
22
+ - ' eza '
23
23
- ' fd'
24
+ - ' fzf'
24
25
- ' gh'
25
26
- ' ghq'
26
27
- ' git-delta'
32
33
- ' peco'
33
34
- ' pipenv'
34
35
- ' procs'
36
+ - ' ripgrep'
35
37
- ' trash'
36
38
- ' tree'
37
39
- ' translate-shell'
44
46
- ' alfred'
45
47
- ' bitwarden'
46
48
- ' dropbox'
47
- - ' fig'
48
49
- ' gitify'
50
+ - ' ghostty'
49
51
- ' iterm2'
50
52
- ' jetbrains-toolbox'
51
53
- ' karabiner-elements'
You can’t perform that action at this time.
0 commit comments