Skip to content

chore: remove uneeded tools #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
88 changes: 44 additions & 44 deletions default.config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
configure_dotfiles: true
configure_terminal: true
configure_osx: true
configure_osx: false

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

dotfiles_repo: https://github.com/geerlingguy/dotfiles.git
dotfiles_repo: https://github.com/ShawnBinATL/dotfiles.git
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
dotfiles_repo_local_destination: ~/repo/ShawnBinATL/dotfiles
dotfiles_files:
- .zshrc
- .gitignore
Expand All @@ -36,45 +36,45 @@
# - ansible # Installed via Pip.
- autoconf
- bash-completion
- doxygen
- gettext
- gifsicle
# - doxygen
# - gettext
# - gifsicle
- git
- gh
- go
- gpg
- httpie
- iperf
- libevent
- sqlite
- nmap
- node
- nvm
- php
- pngpaste
- ssh-copy-id
# - httpie ###: FixMe: Review if this is a useful tool
# - iperf
# - libevent
# - sqlite
# - nmap
# - node
# - nvm
# - php
# - pngpaste ###: FixMe: Review if this is a useful tool
# - ssh-copy-id
- readline
- openssl
- pv
# - pv
- wget
- wrk
# - wrk
- zsh-history-substring-search

homebrew_taps: []

homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- docker
- dropbox
- firefox
- google-chrome
- handbrake
- licecap
- sequel-ace
- slack
- sublime-text
- transmit
# - chromedriver

Check warning on line 67 in default.config.yml

View workflow job for this annotation

GitHub Actions / Lint

67:3 [comments-indentation] comment not indented like content
# - docker
# - dropbox
# - firefox
# - google-chrome
# - handbrake
# - licecap
# - sequel-ace
# - slack
# - sublime-text
# - transmit

# See `geerlingguy.mas` role documentation for usage instructions.
mas_installed_apps: []
Expand Down Expand Up @@ -105,21 +105,21 @@

# Set to 'true' to configure Sublime Text.
configure_sublime: false
sublime_base_path: '~/Library/Application Support/Sublime Text'
sublime_config_path: "Packages/User"
sublime_package_control:
- "DocBlockr"
- "Dockerfile Syntax Highlighting"
- "FileDiffs"
- "GitHub Flavored Markdown Preview"
- "Jinja2"
- "Package Control"
- "PHP-Twig"
- "Pretty JSON"
- "SublimeLinter"
- "SublimeLinter-contrib-yamllint"
- "TrailingSpaces"
- "WordCount"
# sublime_base_path: '~/Library/Application Support/Sublime Text'
# sublime_config_path: "Packages/User"
# sublime_package_control:
# - "DocBlockr"
# - "Dockerfile Syntax Highlighting"
# - "FileDiffs"
# - "GitHub Flavored Markdown Preview"
# - "Jinja2"
# - "Package Control"
# - "PHP-Twig"
# - "Pretty JSON"
# - "SublimeLinter"
# - "SublimeLinter-contrib-yamllint"
# - "TrailingSpaces"
# - "WordCount"

# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []
8 changes: 4 additions & 4 deletions main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@

roles:
- role: elliotweiser.osx-command-line-tools
- role: geerlingguy.mac.homebrew
- role: shawnbrown.mac.homebrew
tags: ['homebrew']
- role: geerlingguy.dotfiles
- role: shawnbrown.dotfiles
when: configure_dotfiles
tags: ['dotfiles']
- role: geerlingguy.mac.mas
- role: shawnbrown.mac.mas
when: mas_installed_apps or mas_installed_app_ids
tags: ['mas']
- role: geerlingguy.mac.dock
- role: shawnbrown.mac.dock
when: configure_dock
tags: ['dock']

Expand Down
4 changes: 2 additions & 2 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
roles:
- name: elliotweiser.osx-command-line-tools
- name: geerlingguy.dotfiles
- name: shawnbrown.dotfiles

collections:
- name: geerlingguy.mac
- name: shawnbrown.mac
Loading