Split postinstall profile
This commit is contained in:
parent
c2295702f7
commit
f960785229
3 changed files with 3 additions and 4 deletions
|
|
@ -36,6 +36,3 @@
|
|||
~/.zprofile: zsh/.zprofile
|
||||
~/.zshenv: zsh/.zshenv
|
||||
~/.zshrc: zsh/.zshrc
|
||||
|
||||
- shell:
|
||||
- ./neovim/postinstall
|
||||
|
|
|
|||
2
install
2
install
|
|
@ -38,7 +38,7 @@ else
|
|||
profiles=()
|
||||
fi
|
||||
|
||||
for conf in "${OS_NAME}" "${profiles[@]}" default; do
|
||||
for conf in default "${OS_NAME}" "${profiles[@]}" postinstall; do
|
||||
echo "Applying config: ${conf}"
|
||||
load_config "${conf}${CONFIG_SUFFIX}"
|
||||
done
|
||||
|
|
|
|||
2
postinstall.conf.yaml
Normal file
2
postinstall.conf.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
- shell:
|
||||
- ./neovim/postinstall
|
||||
Loading…
Add table
Add a link
Reference in a new issue