-
Notifications
You must be signed in to change notification settings - Fork 13
/
install.conf.yaml
37 lines (31 loc) · 986 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
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.config
- ~/.config/fish
- link:
~/.config/fish/config.fish: fish/config.fish
~/.config/fish/f213: fish/f213
~/.config/omf: fish/omf
~/.config/karabiner: karabiner
~/.config/gh: gh
~/.config/nvim: nvim
~/.config/kitty: kitty
~/.screenrc: .screenrc
~/.gitconfig: .gitconfig
~/.isort.cfg: .isort.cfg
~/.editorconfig: .editorconfig
~/.config/flake8: flake8
~/.cookiecutterrc: cookiecutterrc
- shell:
- [git submodule update --init --recursive, Installing submodules]
- mkdir -p ~/bin
- [./install-brew-stuff.sh, Installing homebew and essential utils]
- curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install > /tmp/omf-install && chmod x /tmp/omf-install
- fish /tmp/omf-install --noninteractive && rm /tmp/omf-install
- command: ./run-ansible.sh
stdin: true
stdout: true
description: Pouring software