diff --git a/default.config.yml b/default.config.yml index 93e123bdf..e999c4b48 100644 --- a/default.config.yml +++ b/default.config.yml @@ -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 @@ -22,9 +22,9 @@ sudoers_custom_config: '' # # 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 @@ -36,45 +36,45 @@ homebrew_installed_packages: # - 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 + # - docker + # - dropbox + # - firefox + # - google-chrome + # - handbrake + # - licecap + # - sequel-ace + # - slack + # - sublime-text + # - transmit # See `geerlingguy.mas` role documentation for usage instructions. mas_installed_apps: [] @@ -105,21 +105,21 @@ pip_packages: [] # 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: [] diff --git a/main.yml b/main.yml index 500c91766..13445b3b5 100644 --- a/main.yml +++ b/main.yml @@ -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'] diff --git a/requirements.yml b/requirements.yml index f5815ad80..6694212c9 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,7 +1,7 @@ --- roles: - name: elliotweiser.osx-command-line-tools - - name: geerlingguy.dotfiles + - name: shawnbrown.dotfiles collections: - - name: geerlingguy.mac + - name: shawnbrown.mac