Skip to content

Commit c34f3fa

Browse files
committed
chore: remove uneeded tools
1 parent 6e028c0 commit c34f3fa

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

default.config.yml

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
configure_dotfiles: true
33
configure_terminal: true
4-
configure_osx: true
4+
configure_osx: false
55

66
# Set to 'true' to configure the Dock via dockutil.
77
configure_dock: false
@@ -22,9 +22,9 @@ sudoers_custom_config: ''
2222
# # Allow users in admin group to use sudo with no password.
2323
# %admin ALL=(ALL) NOPASSWD: ALL
2424

25-
dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
25+
dotfiles_repo: https://github.com/ShawnBinATL/dotfiles.git
2626
dotfiles_repo_accept_hostkey: true
27-
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
27+
dotfiles_repo_local_destination: ~/repo/ShawnBinATL/dotfiles
2828
dotfiles_files:
2929
- .zshrc
3030
- .gitignore
@@ -36,45 +36,45 @@ homebrew_installed_packages:
3636
# - ansible # Installed via Pip.
3737
- autoconf
3838
- bash-completion
39-
- doxygen
40-
- gettext
41-
- gifsicle
39+
# - doxygen
40+
# - gettext
41+
# - gifsicle
4242
- git
4343
- gh
4444
- go
4545
- gpg
46-
- httpie
47-
- iperf
48-
- libevent
49-
- sqlite
50-
- nmap
51-
- node
52-
- nvm
53-
- php
54-
- pngpaste
55-
- ssh-copy-id
46+
# - httpie ###: FixMe: Review if this is a useful tool
47+
# - iperf
48+
# - libevent
49+
# - sqlite
50+
# - nmap
51+
# - node
52+
# - nvm
53+
# - php
54+
# - pngpaste ###: FixMe: Review if this is a useful tool
55+
# - ssh-copy-id
5656
- readline
5757
- openssl
58-
- pv
58+
# - pv
5959
- wget
60-
- wrk
60+
# - wrk
6161
- zsh-history-substring-search
6262

6363
homebrew_taps: []
6464

6565
homebrew_cask_appdir: /Applications
6666
homebrew_cask_apps:
67-
- chromedriver
68-
- docker
69-
- dropbox
70-
- firefox
71-
- google-chrome
72-
- handbrake
73-
- licecap
74-
- sequel-ace
75-
- slack
76-
- sublime-text
77-
- transmit
67+
# - chromedriver
68+
# - docker
69+
# - dropbox
70+
# - firefox
71+
# - google-chrome
72+
# - handbrake
73+
# - licecap
74+
# - sequel-ace
75+
# - slack
76+
# - sublime-text
77+
# - transmit
7878

7979
# See `geerlingguy.mas` role documentation for usage instructions.
8080
mas_installed_apps: []
@@ -105,21 +105,21 @@ pip_packages: []
105105

106106
# Set to 'true' to configure Sublime Text.
107107
configure_sublime: false
108-
sublime_base_path: '~/Library/Application Support/Sublime Text'
109-
sublime_config_path: "Packages/User"
110-
sublime_package_control:
111-
- "DocBlockr"
112-
- "Dockerfile Syntax Highlighting"
113-
- "FileDiffs"
114-
- "GitHub Flavored Markdown Preview"
115-
- "Jinja2"
116-
- "Package Control"
117-
- "PHP-Twig"
118-
- "Pretty JSON"
119-
- "SublimeLinter"
120-
- "SublimeLinter-contrib-yamllint"
121-
- "TrailingSpaces"
122-
- "WordCount"
108+
# sublime_base_path: '~/Library/Application Support/Sublime Text'
109+
# sublime_config_path: "Packages/User"
110+
# sublime_package_control:
111+
# - "DocBlockr"
112+
# - "Dockerfile Syntax Highlighting"
113+
# - "FileDiffs"
114+
# - "GitHub Flavored Markdown Preview"
115+
# - "Jinja2"
116+
# - "Package Control"
117+
# - "PHP-Twig"
118+
# - "Pretty JSON"
119+
# - "SublimeLinter"
120+
# - "SublimeLinter-contrib-yamllint"
121+
# - "TrailingSpaces"
122+
# - "WordCount"
123123

124124
# Glob pattern to ansible task files to run after all other tasks are finished.
125125
post_provision_tasks: []

main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
roles:
1616
- role: elliotweiser.osx-command-line-tools
17-
- role: geerlingguy.mac.homebrew
17+
- role: shawnbrown.mac.homebrew
1818
tags: ['homebrew']
19-
- role: geerlingguy.dotfiles
19+
- role: shawnbrown.dotfiles
2020
when: configure_dotfiles
2121
tags: ['dotfiles']
22-
- role: geerlingguy.mac.mas
22+
- role: shawnbrown.mac.mas
2323
when: mas_installed_apps or mas_installed_app_ids
2424
tags: ['mas']
25-
- role: geerlingguy.mac.dock
25+
- role: shawnbrown.mac.dock
2626
when: configure_dock
2727
tags: ['dock']
2828

requirements.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
roles:
33
- name: elliotweiser.osx-command-line-tools
4-
- name: geerlingguy.dotfiles
4+
- name: shawnbrown.dotfiles
55

66
collections:
7-
- name: geerlingguy.mac
7+
- name: shawnbrown.mac

0 commit comments

Comments
 (0)