-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
44 lines (40 loc) · 1.09 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
# install.conf.yaml
- defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.ansible.cfg: ansible.cfg
~/.profile:
path: profile
force: true
~/.bash_profile:
path: bash_profile
force: true
~/.config/autostart: config/autostart
~/.config/git: config/git
~/.config/i3: config/i3
~/.config/i3status: config/i3status
~/.config/fish: config/fish
~/.config/flameshot: config/flameshot
~/.config/nvim: config/nvim
~/.config/omf: config/omf
~/.config/terminator: config/terminator
~/.docker/config.json: docker/config.json
~/.gnupg: gnupg
~/.ssh/config: ssh/config
~/.ssh/id_rsa_gpg.pub: ssh/id_rsa_gpg.pub
~/.tmux.conf: tmux.conf
~/.vimrc: vimrc
~/bin: bin
- create:
- ~/.local/share/fonts
- ~/.ssh/sockets
- ~/.ssh/conf.d
- ~/Projects
- shell:
- [setup_scripts/git.sh, Setting up Git]
- [git submodule update --init --recursive, Downloading submodules]
- [setup_scripts/oh-my-fish.sh, Installing oh-my-fish]
- [./fzf/install --all, Installing fzf]