-
Notifications
You must be signed in to change notification settings - Fork 0
/
dev.yml
39 lines (36 loc) · 963 Bytes
/
dev.yml
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
---
- defaults:
link:
create: true
relink: true
- create:
- ~/dev
- ~/dev/me
- ~/dev/sandbox
- ~/dev/work
- link:
~/.config/k9s/config.yaml:
path: dev/.config/k9s/config.yaml
if: '[[ "$OSTYPE" == "linux-gnu"* ]]'
~/.config/k9s/skins/skin.yaml:
path: dev/.config/k9s/skin.yaml
if: '[[ "$OSTYPE" == "linux-gnu"* ]]'
~/Library/Application Support/k9s/config.yaml:
path: dev/.config/k9s/config.yaml
if: '[[ "$OSTYPE" == "darwin"* ]]'
~/Library/Application Support/k9s/skins/skin.yaml:
path: dev/.config/k9s/skin.yaml
if: '[[ "$OSTYPE" == "darwin"* ]]'
~/.tool-versions:
path: dev/.tool-versions
~/.iex.exs:
path: dev/.iex.exs
~/.zshrc.dev:
path: dev/.zshrc.dev
~/.config/nvim:
path: dev/.config/nvim
~/.functions/:
glob: true
path: base/.functions/*
- shell:
- ['nvim --headless "+Lazy! sync" -c "quitall"']