Moved dotbot plugins to root

This commit is contained in:
2023-03-19 03:13:35 +02:00
parent dbe5ea3ce0
commit 745fc9b737
9 changed files with 31 additions and 21 deletions

View File

@@ -3,6 +3,8 @@
brewfile:
stderr: true
stdout: true
create:
mode: 755
link:
create: true
relink: true
@@ -42,12 +44,12 @@
prefix: "."
- shell:
- [ git submodule update --init --recursive --force ]
- [ bash scripts/install-npm-packages.sh ]
- [git submodule update --init --recursive --force]
- [bash scripts/install-npm-packages.sh]
- ifmacos:
- shell:
- [ bash scripts/set-macos-defaults.sh ]
- [bash scripts/set-macos-defaults.sh]
- brewfile:
- Brewfile
@@ -114,5 +116,4 @@
- VildMedPap/gh-orgstats
- vilmibm/gh-screensaver
- vilmibm/gh-user-status
#