diff --git a/default.config.yml b/default.config.yml index f74aced10..e51716531 100644 --- a/default.config.yml +++ b/default.config.yml @@ -6,22 +6,16 @@ configure_terminal: true configure_osx: true # Set to 'true' to configure the Dock via dockutil. - -configure_dock: true -dockitems_remove: - - TV - - 'App Store' - - Terminal -dockitems_persist: - - name: "Launchpad" - path: "/Applications/Launchpad.app/" - pos: 2 - - name: "Warp" - path: "/Applications/Warp.app/" - pos: 3 - - name: "VS Code" - path: "/Applications/Visual Studio Code.app/" - pos: 4 +configure_dock: false +dockitems_remove: [] +# - Launchpad +# - TV +# - Podcasts +# - 'App Store' +dockitems_persist: [] +# - name: "Sublime Text" +# path: "/Applications/Sublime Text.app/" +# pos: 5 configure_sudoers: false sudoers_custom_config: '' @@ -29,15 +23,17 @@ sudoers_custom_config: '' # sudoers_custom_config: | # # Allow users in admin group to use sudo with no password. # %admin ALL=(ALL) NOPASSWD: ALL + dotfiles_repo: https://github.com/d4sw4r/dotfiles.git dotfiles_repo_accept_hostkey: true -dotfiles_repo_local_destination: "~/Documents/dotfiles" +dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles dotfiles_files: - .zshrc - .gitignore - - .osx - .inputrc + - .osx - .vimrc + homebrew_installed_packages: # - ansible # Installed via Pip. - autoconf @@ -52,10 +48,14 @@ homebrew_installed_packages: - httpie - iperf - libevent - - mas + - sqlite - mcrypt - nmap + - node + - nvm + - php - ssh-copy-id + - cowsay - readline - openssl - pv @@ -70,15 +70,11 @@ homebrew_taps: homebrew_cask_appdir: /Applications homebrew_cask_apps: - chromedriver - - visual-studio-code - docker - google-chrome - - raycast - - warp # See `geerlingguy.mas` role documentation for usage instructions. mas_installed_apps: [] -mas_upgrade_all_apps: true mas_email: "" mas_password: "" @@ -104,5 +100,23 @@ pip_packages: [] # state: present # present/absent/latest, default: present # version: "0.16.3" # default: N/A +# 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" + # Glob pattern to ansible task files to run after all other tasks are finished. -post_provision_tasks: [] +post_provision_tasks: [] \ No newline at end of file