Skip to content

Commit

Permalink
back to old config
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Werner authored and Dennis Werner committed Sep 28, 2023
1 parent 902f167 commit c884151
Showing 1 changed file with 38 additions and 24 deletions.
62 changes: 38 additions & 24 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,38 +6,34 @@ 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: ''
# Example:
# 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
Expand All @@ -52,10 +48,14 @@ homebrew_installed_packages:
- httpie
- iperf
- libevent
- mas
- sqlite
- mcrypt
- nmap
- node
- nvm
- php
- ssh-copy-id
- cowsay
- readline
- openssl
- pv
Expand All @@ -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: ""

Expand All @@ -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: []

Check failure on line 122 in default.config.yml

View workflow job for this annotation

GitHub Actions / Lint

122:25 [new-line-at-end-of-file] no new line character at the end of file

0 comments on commit c884151

Please sign in to comment.