-
Notifications
You must be signed in to change notification settings - Fork 1
/
install.conf.yaml
41 lines (36 loc) · 959 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
29
30
31
32
33
34
35
36
37
38
39
40
41
- defaults:
link:
create: true
relink: true
force: true
- create:
- ~/.tmux/plugins/tpm
- shell:
- [git submodule update --init --recursive, Installing submodules]
- git:
'~/.tmux/plugins/tpm':
url: 'https://github.com/tmux-plugins/tpm'
description: 'Clone tmux plugin manager'
'~/.emacs.d':
url: 'https://github.com/hlissner/doom-emacs'
description: 'Clone doom-emacs!'
- link:
~/.zshrc: zsh/zshrc
~/.gitconfig: git/gitconfig
~/.gitconfig.local: git/gitconfig.local
~/.vimrc: vim/vimrc
~/.tmux.conf: tmux/tmux.conf
~/.nvmrc: nvm/nvmrc
~/.alacritty.yml: alacritty/alacritty.yml
~/.yabairc:
if: '[ `uname`= Darwin ]'
path: yabairc
~/.spacebarrc:
if: '[ `uname`= Darwin ]'
path: spacebarrc
~/.skhdrc:
if: '[ `uname`= Darwin ]'
path: skhdrc
~/.config/starship.toml:
path: /starship/starship.toml
- clean: ['~']