mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 00:49:35 +00:00
Add docker config, fix glob paths
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
link:
|
||||
create: true
|
||||
relink: true
|
||||
exclude: ["*.md"]
|
||||
exclude: ["*.md", "*renovate*"]
|
||||
- clean:
|
||||
~/:
|
||||
~/.config:
|
||||
@@ -25,19 +25,19 @@
|
||||
- link:
|
||||
~/.config/:
|
||||
glob: true
|
||||
path: config/*
|
||||
path: config/**
|
||||
~/.local/bin/:
|
||||
glob: true
|
||||
path: local/bin/*
|
||||
path: local/bin/**
|
||||
~/.ssh/:
|
||||
force: true
|
||||
glob: true
|
||||
mode: 0600
|
||||
path: ssh/*
|
||||
path: ssh/**
|
||||
~/:
|
||||
force: true
|
||||
glob: true
|
||||
path: base/*
|
||||
path: base/**
|
||||
prefix: "."
|
||||
- shell:
|
||||
- [git submodule update --init --recursive --force]
|
||||
|
||||
Reference in New Issue
Block a user