Skip to content

Commit

Permalink
remove unused cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
izumin5210 committed Mar 17, 2024
1 parent 7e25b6b commit f26ee46
Show file tree
Hide file tree
Showing 39 changed files with 12 additions and 252 deletions.
3 changes: 0 additions & 3 deletions cookbooks/alacritty/default.rb

This file was deleted.

Empty file removed cookbooks/alacritty/files/.keep
Empty file.
Empty file.
1 change: 0 additions & 1 deletion cookbooks/bin/default.rb

This file was deleted.

Empty file removed cookbooks/bin/files/.keep
Empty file.
Empty file removed cookbooks/bin/templates/.keep
Empty file.
9 changes: 0 additions & 9 deletions cookbooks/fonts/default.rb

This file was deleted.

Empty file removed cookbooks/fonts/files/.keep
Empty file.
Empty file removed cookbooks/fonts/templates/.keep
Empty file.
22 changes: 0 additions & 22 deletions cookbooks/fzf/default.rb

This file was deleted.

Empty file removed cookbooks/fzf/files/.keep
Empty file.
Empty file removed cookbooks/fzf/templates/.keep
Empty file.
10 changes: 0 additions & 10 deletions cookbooks/ghq/default.rb

This file was deleted.

Empty file removed cookbooks/ghq/files/.keep
Empty file.
Empty file removed cookbooks/ghq/templates/.keep
Empty file.
43 changes: 0 additions & 43 deletions cookbooks/git/default.rb

This file was deleted.

Empty file removed cookbooks/git/files/.keep
Empty file.
Empty file removed cookbooks/git/templates/.keep
Empty file.
6 changes: 0 additions & 6 deletions cookbooks/git/templates/gitconfig_local.erb

This file was deleted.

42 changes: 0 additions & 42 deletions cookbooks/golang/default.rb

This file was deleted.

Empty file removed cookbooks/golang/files/.keep
Empty file.
Empty file removed cookbooks/golang/templates/.keep
Empty file.
1 change: 0 additions & 1 deletion cookbooks/karabiner/default.rb

This file was deleted.

Empty file removed cookbooks/karabiner/files/.keep
Empty file.
Empty file.
12 changes: 0 additions & 12 deletions cookbooks/ripgrep/default.rb

This file was deleted.

Empty file removed cookbooks/ripgrep/files/.keep
Empty file.
Empty file removed cookbooks/ripgrep/templates/.keep
Empty file.
18 changes: 0 additions & 18 deletions cookbooks/tmux/default.rb

This file was deleted.

Empty file removed cookbooks/tmux/files/.keep
Empty file.
Empty file removed cookbooks/tmux/templates/.keep
Empty file.
10 changes: 0 additions & 10 deletions cookbooks/tools/default.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
package 'bat'
package 'colordiff'
package 'coreutils'
package 'curl'
package 'difftastic'
package 'direnv'
package 'envchain'
package 'gcc'
package 'gibo'
package 'git-secrets'
package 'gnu-sed'
package 'htop'
package 'jq'
package 'lua'
package 'lv'
package 'protobuf'
package 'terraform'
package 'tig'
package 'tree'
package 'watchman'
package 'wget'
36 changes: 0 additions & 36 deletions cookbooks/vim/default.rb

This file was deleted.

Empty file removed cookbooks/vim/files/.keep
Empty file.
Empty file removed cookbooks/vim/templates/.keep
Empty file.
27 changes: 0 additions & 27 deletions cookbooks/zsh/default.rb

This file was deleted.

Empty file removed cookbooks/zsh/files/.keep
Empty file.
Empty file removed cookbooks/zsh/templates/.keep
Empty file.
24 changes: 12 additions & 12 deletions roles/darwin/default.rb
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
include_cookbook 'functions'

include_cookbook 'homebrew'
include_cookbook 'zsh'
include_cookbook 'git'
include_cookbook 'tmux'
include_cookbook 'vim'
# include_cookbook 'zsh'
# include_cookbook 'git'
# include_cookbook 'tmux'
# include_cookbook 'vim'
include_cookbook 'rbenv'
include_cookbook 'nodenv'
include_cookbook 'yarn'
include_cookbook 'golang'
# include_cookbook 'golang'
include_cookbook 'android'
include_cookbook 'fzf'
include_cookbook 'ghq'
include_cookbook 'ripgrep'
include_cookbook 'alacritty'
# include_cookbook 'fzf'
# include_cookbook 'ghq'
# include_cookbook 'ripgrep'
# include_cookbook 'alacritty'
include_cookbook 'docker'
include_cookbook 'whalebrew'
include_cookbook 'karabiner'
include_cookbook 'bin'
# include_cookbook 'karabiner'
# include_cookbook 'bin'
include_cookbook 'macos_apps'
include_cookbook 'tools'
include_cookbook 'macos_defaults'
include_cookbook 'fonts'
# include_cookbook 'fonts'

0 comments on commit f26ee46

Please sign in to comment.