-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
73 lines (71 loc) · 1.33 KB
/
config.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
config:
showdiff: true
import_configs:
- config.yaml.d/dotfiles/bash.yaml
- config.yaml.d/dotfiles/zsh.yaml
- config.yaml.d/dotfiles/vim.yaml
- config.yaml.d/dotfiles/git.yaml
- config.yaml.d/dotfiles/tmux.yaml
- config.yaml.d/dotfiles/ssh.yaml
- config.yaml.d/dotfiles/starship.yaml
- config.yaml.d/dotfiles/alacritty.yaml
- config.yaml.d/dotfiles/gpg.yaml
- config.yaml.d/transformations/gpg.yaml
dotfiles: {}
profiles:
## Meta
base:
variables:
mac: false
work: false
laptop: false
homebrew_prefix: /opt/homebrew
dynvariables:
uname: "uname -s | tr '[:upper:]' '[:lower:]'"
include:
- bash
- zsh
- git
- ssh
- starship
- vim
- tmux
- gpg
- alacritty
# - nvim
base.work:
variables:
work: true
include:
- git.work
## Machines
janeway.local:
variables:
laptop: true
mac: true
include:
- base
chakotay.local:
variables:
laptop: true
mac: true
include:
- base
- base.work
tuvok.local:
variables:
laptop: true
mac: true
include:
- base
- base.work
codespaces:
variables:
mac: false
work: false
laptop: false
include:
- bash
- zsh
- git
- starship