Skip to content

Commit

Permalink
customize part3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Werner authored and Dennis Werner committed Aug 23, 2023
1 parent 302494f commit 611f30c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions my_config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
downloads: ~/.ansible-downloads/

configure_dotfiles: false
configure_dotfiles: true
configure_terminal: true
configure_osx: true

Expand All @@ -27,7 +27,14 @@ 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: ~/Development/GitHub/dotfiles
dotfiles_files:
- .zshrc
- .gitignore
- .inputrc
- .vimrc
homebrew_installed_packages:
# - ansible # Installed via Pip.
- autoconf
Expand All @@ -43,6 +50,7 @@ homebrew_installed_packages:
- iperf
- libevent
- sqlite
- mas

Check failure on line 53 in my_config.yml

View workflow job for this annotation

GitHub Actions / Lint

53:8 [trailing-spaces] trailing spaces

Check failure on line 53 in my_config.yml

View workflow job for this annotation

GitHub Actions / Lint

53:8 [trailing-spaces] trailing spaces
- mcrypt
- nmap
- ssh-copy-id
Expand Down

0 comments on commit 611f30c

Please sign in to comment.