Skip to content

Commit

Permalink
feat(README.md): trimmed 'overriding defaults' section
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNabokikh committed Jun 10, 2022
1 parent fcbd97f commit 6e5dda9
Showing 1 changed file with 3 additions and 56 deletions.
59 changes: 3 additions & 56 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,101 +64,48 @@ You can override any of the defaults configured in `default.config.yml` by creat

```yaml
---
downloads: ~/.ansible-downloads/

configure_dotfiles: true
configure_osx: true
configure_terminal: true
configure_vundle: true

create_directories: true
directories:
- $HOME/Documents/repositories

manage_pip_packages: true
pip_executable: pip
pip_packages:
- name: awscli
state: latest
- name: mkdocs

configure_dock: true
dockitems_remove:
- TV
- Podcasts

dockitems_persist:
- name: Firefox
path: /Applications/Firefox.app/
pos: 1
- name: Slack
path: /Applications/Slack.app/
pos: 2
- name: Notion
path: /Applications/Notion.app/
pos: 3
- name: Terminal
path: /System/Applications/Utilities/Terminal.app
pos: 4
pos: 2
- name: Visual Studio Code
path: /Applications/Visual Studio Code.app/
pos: 5

configure_sudoers: true
sudoers_custom_config: |
# Allow users in admin group to use sudo with no password.
%admin ALL=(ALL) NOPASSWD: ALL
pos: 3

install_fonts: true
installed_nerdfonts:
- Meslo

dotfiles_repo: https://github.com/AlexNabokikh/dotfiles
dotfiles_repo_accept_hostkey: true
dotfiles_repo_local_destination: ~/Documents/repositories/dotfiles
dotfiles_files:
- .gitconfig
- .inputrc
- .osx
- .p10k.zsh
- .tmux.conf
- .vimrc
- .zshrc

homebrew_installed_packages:
- fzf
- git
- gpg
- helm
- htop
- jq
- tfenv
- tflint
- tmux
- vim

homebrew_taps:
- homebrew/bundle
- homebrew/cask

homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- appcleaner
- docker
- dozer
- firefox
- visual-studio-code

mas_installed_apps:
- {id: 937984704, name: Amphetamine}
- {id: 984968384, name: Redacted}
- {id: 1529448980, name: Reeder 5.}
mas_email: ""
mas_password: ""

osx_script: ~/.osx --no-restart

# Glob pattern to ansible task files to run after all other tasks are finished.
post_provision_tasks: []
```
## Included Applications / Configuration (Default)
Expand Down

0 comments on commit 6e5dda9

Please sign in to comment.