-
Notifications
You must be signed in to change notification settings - Fork 6
/
install.conf.yaml
50 lines (45 loc) · 1.11 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
# yamllint disable rule:document-start
- defaults:
link:
create: true
relink: true
glob: true
- clean: ["~"]
- create:
- ~/.config
- ~/.ssh
- ~/projects/web
- ~/projects/games
- ~/github
- ~/sandbox
- ~/interC
- ~/media/pictures
- ~/media/videos
- ~/media/audio
- ~/media/pictures/screenshots
- ~/media/videos/screen-recordings
- ~/.zfunc
- link:
~/bin: bin/
~/.dotfiles: ""
~/.ssh/config: ssh-config
~/.agignore: .agignore
~/.zshrc: .zshrc
~/.Xresources: .Xresources
~/.Xdefaults: .Xdefaults
~/.xscreensaver: .xscreensaver
~/.config/godot/editor_settings-3.tres: godot/editor_settings-3.tres
~/.config/godot/editor_settings-4.tres: godot/editor_settings-4.tres
~/.vim/:
glob: true
path: vim/*
relink: true
~/.config/:
glob: true
path: config/*
relink: true
- shell:
- command: mkdir -p ${XDG_CONFIG_HOME:=$HOME/.config}
description: Creating nvim config folder
- command: [git submodule update --init --recursive]
description: Installing/updating submodules