mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-15 22:53:43 +00:00
fix(dotbot): git host overrides, nvm default pkgs
This commit is contained in:
@@ -5,3 +5,6 @@
|
|||||||
name = Ismo Vuorinen
|
name = Ismo Vuorinen
|
||||||
email = ismo@ivuorinen.net
|
email = ismo@ivuorinen.net
|
||||||
|
|
||||||
|
[include]
|
||||||
|
path = ~/.config/git/overrides/config
|
||||||
|
|
||||||
|
|||||||
2
config/git/overrides/.gitignore
vendored
Normal file
2
config/git/overrides/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
!.gitkeep
|
||||||
|
config
|
||||||
0
config/git/overrides/.gitkeep
Normal file
0
config/git/overrides/.gitkeep
Normal file
@@ -1,8 +1,6 @@
|
|||||||
- include: "tools/dotbot-defaults.yaml"
|
- include: "tools/dotbot-defaults.yaml"
|
||||||
- shell:
|
- shell:
|
||||||
- echo "Configuring v"
|
- echo "Configuring v"
|
||||||
- brewfile:
|
|
||||||
- Brewfile
|
|
||||||
- link:
|
- link:
|
||||||
~/:
|
~/:
|
||||||
force: true
|
force: true
|
||||||
|
|||||||
@@ -31,6 +31,11 @@
|
|||||||
glob: true
|
glob: true
|
||||||
relink: true
|
relink: true
|
||||||
path: config/*
|
path: config/*
|
||||||
|
exclude: [config/nvm]
|
||||||
|
~/.config/nvm/default-packages:
|
||||||
|
create: true
|
||||||
|
relink: true
|
||||||
|
path: config/nvm/default-packages
|
||||||
~/.local/bin:
|
~/.local/bin:
|
||||||
glob: true
|
glob: true
|
||||||
path: local/bin/*
|
path: local/bin/*
|
||||||
|
|||||||
Reference in New Issue
Block a user