use config default
This commit is contained in:
parent
9379339d5b
commit
c0bbf9a584
@ -1,125 +1,74 @@
|
|||||||
---
|
---
|
||||||
configure_dotfiles: true
|
|
||||||
configure_terminal: true
|
|
||||||
configure_osx: true
|
configure_osx: true
|
||||||
|
|
||||||
|
dotfiles_repo_url: "https://gitea.thegolem.cz/dan/dotfiles.git"
|
||||||
|
|
||||||
# Set to 'true' to configure the Dock via dockutil.
|
# Set to 'true' to configure the Dock via dockutil.
|
||||||
configure_dock: false
|
configure_dock: true
|
||||||
dockitems_remove: []
|
dockitems_remove:
|
||||||
# - Launchpad
|
- Launchpad
|
||||||
# - TV
|
- TV
|
||||||
# - Podcasts
|
- Podcasts
|
||||||
# - 'App Store'
|
- 'App Store'
|
||||||
dockitems_persist: []
|
dockitems_persist:
|
||||||
# - name: "Sublime Text"
|
- name: "Finder"
|
||||||
# path: "/Applications/Sublime Text.app/"
|
path: "/Applications/Firefox.app/"
|
||||||
# pos: 5
|
pos: 3
|
||||||
|
- name: "Firefox"
|
||||||
configure_sudoers: false
|
path: "/Applications/Firefox.app/"
|
||||||
sudoers_custom_config: ''
|
pos: 3
|
||||||
# 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/geerlingguy/dotfiles.git
|
|
||||||
dotfiles_repo_accept_hostkey: true
|
|
||||||
dotfiles_repo_local_destination: ~/Development/GitHub/dotfiles
|
|
||||||
dotfiles_files:
|
|
||||||
- .zshrc
|
|
||||||
- .gitignore
|
|
||||||
- .inputrc
|
|
||||||
- osx
|
|
||||||
- .vimrc
|
|
||||||
|
|
||||||
homebrew_installed_packages:
|
homebrew_installed_packages:
|
||||||
# - ansible # Installed via Pip.
|
# - ansible # Installed via Pip.
|
||||||
- autoconf
|
|
||||||
- bash-completion
|
|
||||||
- doxygen
|
|
||||||
- gettext
|
|
||||||
- gifsicle
|
|
||||||
- git
|
- git
|
||||||
- gh
|
- kdiff3
|
||||||
|
- neovim
|
||||||
- go
|
- go
|
||||||
- gpg
|
- gpg
|
||||||
- httpie
|
- httpie
|
||||||
- iperf
|
- iperf
|
||||||
- libevent
|
|
||||||
- sqlite
|
|
||||||
- nmap
|
- nmap
|
||||||
- node
|
- node
|
||||||
- nvm
|
- nvm
|
||||||
- php
|
|
||||||
- ssh-copy-id
|
- ssh-copy-id
|
||||||
- cowsay
|
|
||||||
- readline
|
|
||||||
- openssl
|
- openssl
|
||||||
- pv
|
|
||||||
- wget
|
- wget
|
||||||
- wrk
|
- curl
|
||||||
- zsh-history-substring-search
|
- zsh-history-substring-search
|
||||||
|
- wireguard-go
|
||||||
|
- wireguard-tools
|
||||||
|
- localsend # requires tap
|
||||||
|
- ripgrep
|
||||||
|
- lazygit
|
||||||
|
- gdu
|
||||||
|
|
||||||
homebrew_taps: []
|
homebrew_taps:
|
||||||
|
- localsend/localsend
|
||||||
|
|
||||||
homebrew_cask_appdir: /Applications
|
homebrew_cask_appdir: /Applications
|
||||||
homebrew_cask_apps:
|
homebrew_cask_apps:
|
||||||
- chromedriver
|
- nextcloud
|
||||||
- docker
|
- docker
|
||||||
- dropbox
|
|
||||||
- firefox
|
- firefox
|
||||||
- google-chrome
|
- telegram-desktop
|
||||||
- handbrake
|
- element
|
||||||
- licecap
|
- thunderbird
|
||||||
- sequel-ace
|
- kitty
|
||||||
- slack
|
- spotify
|
||||||
- sublime-text
|
- jetbrains-toolbox
|
||||||
- transmit
|
- zed
|
||||||
|
- stats
|
||||||
|
- rectangle
|
||||||
|
- cryptomator
|
||||||
|
- maccy
|
||||||
|
- font-jetbrains-mono-nerd-font
|
||||||
|
|
||||||
# See `geerlingguy.mas` role documentation for usage instructions.
|
# See `geerlingguy.mas` role documentation for usage instructions.
|
||||||
mas_installed_apps: []
|
mas_installed_app_ids:
|
||||||
mas_email: ""
|
- 1137397744 # Bitwarden
|
||||||
mas_password: ""
|
- 1141688067 # Coin Tick - Menu Bar Crypto
|
||||||
|
|
||||||
osx_script: "~/osx --no-restart"
|
osx_script: "~/.osx --no-restart"
|
||||||
|
|
||||||
# Install packages from other package managers.
|
|
||||||
# Note: You are responsible for making sure the required package managers are
|
|
||||||
# installed, eg. through homebrew.
|
|
||||||
composer_packages: []
|
|
||||||
# - name: drush
|
|
||||||
# state: present # present/absent, default: present
|
|
||||||
# version: "^8.1" # default: N/A
|
|
||||||
gem_packages: []
|
|
||||||
# - name: bundler
|
|
||||||
# state: present # present/absent/latest, default: present
|
|
||||||
# version: "~> 1.15.1" # default: N/A
|
|
||||||
npm_packages: []
|
|
||||||
# - name: webpack
|
|
||||||
# state: present # present/absent/latest, default: present
|
|
||||||
# version: "^2.6" # default: N/A
|
|
||||||
pip_packages: []
|
|
||||||
# - name: mkdocs
|
|
||||||
# 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.
|
# Glob pattern to ansible task files to run after all other tasks are finished.
|
||||||
post_provision_tasks: []
|
post_provision_tasks: []
|
||||||
|
|||||||
12
main.yml
12
main.yml
@ -5,12 +5,12 @@
|
|||||||
vars_files:
|
vars_files:
|
||||||
- config.yml
|
- config.yml
|
||||||
|
|
||||||
pre_tasks: []
|
pre_tasks:
|
||||||
# - name: Include playbook configuration.
|
- name: Include playbook configuration.
|
||||||
# include_vars: "{{ item }}"
|
include_vars: "{{ item }}"
|
||||||
# with_fileglob:
|
with_fileglob:
|
||||||
# - "{{ playbook_dir }}/config.yml"
|
- "{{ playbook_dir }}/config.yml"
|
||||||
# tags: ['always']
|
tags: ['always']
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- role: elliotweiser.osx-command-line-tools
|
- role: elliotweiser.osx-command-line-tools
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user