-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
30 lines (27 loc) · 995 Bytes
/
install.conf.yaml
File metadata and controls
30 lines (27 loc) · 995 Bytes
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
# Settings
- defaults:
link:
create: true
relink: true
force: true # Swap the original file
- clean: ["~"]
- link:
# Zsh
~/.zshrc: zsh/zshrc.zsh
# Karabiner
~/.config/karabiner/karabiner.json: karabiner/karabiner.json
# Amethyst
~/.amethyst: amethyst/.amethyst.json
# VS Code
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
~/Library/Application Support/Code/User/keybindings.json: vscode/keybindings.json
~/Library/Application Support/Code/User/snippets: vscode/snippets
# Android Studio / IntelliJ
~/Library/Application Support/Google/*/keymaps/dotfiles_keymap.xml: intellij/dotfiles_keymap.xml
~/Library/Application Support/Jetbrains/*/keymaps/dotfiles_keymap.xml: intellij/dotfiles_keymap.xml
# Git
~/.gitconfig: git/gitconfig
# zsh_codex
~/.config/zsh_codex.ini: zsh/plugins/zsh_codex.ini
- shell:
- [git submodule update --init --recursive, Installing submodules]