fix(dotbot): git host overrides, nvm default pkgs

This commit is contained in:
2023-09-25 08:28:11 +03:00
parent 50b4f5c60f
commit 5364bef678
6 changed files with 10 additions and 2 deletions

View File

@@ -5,3 +5,6 @@
name = Ismo Vuorinen
email = ismo@ivuorinen.net
[include]
path = ~/.config/git/overrides/config

2
config/git/overrides/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
!.gitkeep
config

View File

View File

@@ -1,8 +1,6 @@
- include: "tools/dotbot-defaults.yaml"
- shell:
- echo "Configuring v"
- brewfile:
- Brewfile
- link:
~/:
force: true

View File

@@ -31,6 +31,11 @@
glob: true
relink: true
path: config/*
exclude: [config/nvm]
~/.config/nvm/default-packages:
create: true
relink: true
path: config/nvm/default-packages
~/.local/bin:
glob: true
path: local/bin/*