Skip to content

Commit d40f403

Browse files
committed
Fix
Signed-off-by: Tomoki Sugiura <tomoki-sugiura@cybozu.co.jp>
1 parent 5acd4de commit d40f403

File tree

9 files changed

+8
-65
lines changed

9 files changed

+8
-65
lines changed

dev-provisioning.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
- hosts: localhost
33
strategy: linear
44
roles:
5-
- name: common
6-
tags: common
5+
- name: tools
6+
tags: tools
77

88
- name: mac
99
tags: mac
@@ -15,9 +15,6 @@
1515
- name: fish
1616
tags: fish
1717

18-
- name: anyenv
19-
tags: anyenv
20-
2118
- name: c
2219
tags: c
2320

@@ -30,18 +27,12 @@
3027
- name: go
3128
tags: go
3229

33-
- name: hyper-terminal
34-
tags: hyper-terminal
35-
3630
- name: kubernetes
3731
tags: kubernetes
3832

3933
- name: neovim
4034
tags: neovim
4135

42-
- name: python
43-
tags: python
44-
4536
- name: tex
4637
tags: tex
4738

group_vars/all.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
github_user: chez-shanpu
22
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 }}'

roles/anyenv/tasks/main.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

roles/hyper-terminal/tasks/debian.yaml

Lines changed: 0 additions & 20 deletions
This file was deleted.

roles/hyper-terminal/tasks/main.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

roles/python/tasks/main.yaml

Lines changed: 0 additions & 10 deletions
This file was deleted.

roles/common/tasks/darwin.yaml renamed to roles/tools/tasks/darwin.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@
1919
- 'curl'
2020
- 'direnv'
2121
- 'duf'
22-
- 'exa'
22+
- 'eza'
2323
- 'fd'
24+
- 'fzf'
2425
- 'gh'
2526
- 'ghq'
2627
- 'git-delta'
@@ -32,6 +33,7 @@
3233
- 'peco'
3334
- 'pipenv'
3435
- 'procs'
36+
- 'ripgrep'
3537
- 'trash'
3638
- 'tree'
3739
- 'translate-shell'
@@ -44,8 +46,8 @@
4446
- 'alfred'
4547
- 'bitwarden'
4648
- 'dropbox'
47-
- 'fig'
4849
- 'gitify'
50+
- 'ghostty'
4951
- 'iterm2'
5052
- 'jetbrains-toolbox'
5153
- 'karabiner-elements'

roles/common/tasks/debian.yaml renamed to roles/tools/tasks/debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
- asdf
3838
- bat
3939
- direnv
40-
- exa
40+
- eza
4141
- fd
4242
- gh
4343
- ghq
File renamed without changes.

0 commit comments

Comments
 (0)