mirror of
https://github.com/shokinn/.files.git
synced 2026-09-08 20:16:51 +00:00
Add b23func configuration and update zshenv to source it conditionally
This commit is contained in:
parent
839820b235
commit
4ed17e609d
3 changed files with 31 additions and 0 deletions
11
config.yaml
11
config.yaml
|
|
@ -185,7 +185,17 @@ dotfiles:
|
|||
dst: ~/.vws2-artifacts-config
|
||||
trans_install: _decrypt
|
||||
trans_update: _encrypt
|
||||
f_b23func:
|
||||
src: b23func.age
|
||||
dst: ~/.b23func
|
||||
trans_install: _decrypt
|
||||
trans_update: _encrypt
|
||||
profiles:
|
||||
meta_b23:
|
||||
variables:
|
||||
b23: true
|
||||
dotfiles:
|
||||
- f_b23func
|
||||
meta_base:
|
||||
variables:
|
||||
linux: false
|
||||
|
|
@ -246,6 +256,7 @@ profiles:
|
|||
susanoo.local:
|
||||
include:
|
||||
- os_macos
|
||||
- meta_b23
|
||||
workspace:
|
||||
include:
|
||||
- os_ubuntu
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue