-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
28 lines (25 loc) · 924 Bytes
/
install.conf.yaml
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
# 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
- shell:
- [git submodule update --init --recursive, Installing submodules]