-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
51 lines (44 loc) · 1.13 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
- defaults:
link:
relink: true
- clean: ["~"]
- clean:
~/.config:
recursive: true
- create:
- ~/.config
- ~/.config/git
- ~/.config/nvim
- ~/.config/kitty
# - ~/downloads
# - ~/.vim/undo-history
- link:
~/.dotfiles: ''
~/.gitconfig: git/gitconfig_global
~/.editorconfig: editorconfig
~/.config/git/gitattributes: git/gitattributes
~/.config/git/gitignore: git/gitignore
~/.config/git/gitconfig-1: git/gitconfig_personal
# ~/.tmux.conf: tmux/tmux.conf
~/.profile: shell/profile
~/.zprofile: shell/profile
~/.vim: vim
~/.vimrc: vim/vimrc
~/.config/nvim/init.vim: vim/init.vim
~/.zsh: zsh
~/.zshrc: zsh/zshrc
~/.p10k.zsh: zsh/zsh.d/p10k.zsh
~/.config/nvim/.vim: vim
~/.config/kitty/kitty.conf: kitty/kitty.conf
# I'm sure I'll need this
# ~/.hammerspoon:
# if: '[ `uname` = Darwin ]'
# path: hammerspoon
- shell:
- [git submodule update --init --recursive, Installing submodules]
- shell:
- command: chsh -s $(which zsh)
description: Making zsh the default shell
stdin: true
stdout: true
stderr: true