-
Notifications
You must be signed in to change notification settings - Fork 0
/
default.config.yml
88 lines (78 loc) · 2.03 KB
/
default.config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
---
# hostname
hostname: mac
# Set to 'true' to configure the Dock via dockutil.
configure_dock: false
dockitems_remove: []
# - Launchpad
# - TV
# - Podcasts
# - 'App Store'
dockitems_persist: []
# - name: "TextEdit"
# path: "/Applications/TextEdit.app/"
# pos: 5
# dotfiles
configure_dotfiles: false
dotfiles_repo_raw_path: "https://raw.githubusercontent.com/micxer/dotfiles"
dotfiles_files: []
# - .zshrc
# - .aliases
# - .gitconfig
# - .inputrc
# - .macos
# - .vimrc
# homebrew
homebrew_installed_packages:
- autoconf
- bash-completion
- git
- github/gh/gh
- go
- gpg
- node
- nvm
- php
- ssh-copy-id
- openssl
- wget
- zsh-history-substring-search
homebrew_taps:
- homebrew/core
- homebrew/cask
homebrew_cask_appdir: /Applications
homebrew_cask_apps:
- chromedriver
- firefox
- google-chrome
# mas (Mac App Store)
mas_enabled: false
mas_installed_apps: []
# - {id: 1448916662, name: "Step Two (3.1.1)"}
# macOS scripts
configure_macos: true
macos_script: "~/.macos --no-restart"
# Install packages from other package managers.
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
pip_packages: []
# - name: mkdocs
# state: present # present/absent/latest, default: present
# version: "0.16.3" # default: N/A
# post provision tasks
post_provision_tasks: []
# powerlevel10k
configure_powerlevel10k: false
p10k_config_file_url: "https://raw.githubusercontent.com/sculley/dotfiles/main/.p10k.zsh"
# iterm2
configure_iterm2: false
iterm2_font_urls:
- https://github.com/romkatv/powerlevel10k-media/raw/master/MesloLGS%20NF%20Regular.ttf
iterm2_dynamic_profile_urls:
- https://raw.githubusercontent.com/sculley/iterm2-setup/main/MacOS-iTerm2.json
iterm2_shell_integration: false
iterm2_set_dynamic_default_profile_script_url: "https://raw.githubusercontent.com/sculley/iterm2-setup/main/set-dynamic-default-profile.py"
iterm2_set_dynamic_default_profile_script_name: "set-dynamic-default-profile.py"
# vscode
configure_vscode_extensions: false
vscode_extensions: []