mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-21 09:55:49 +00:00
chore(dotbot): update linking to use whole folders
This commit is contained in:
@@ -5,36 +5,45 @@
|
||||
recursive: true
|
||||
~/.local:
|
||||
recursive: true
|
||||
~/.ssh:
|
||||
recursive: true
|
||||
- create:
|
||||
~/.cache:
|
||||
~/.cache/git:
|
||||
~/.config:
|
||||
~/.config/cheat/cheatsheets/personal:
|
||||
~/.config/cheat/cheatsheets/pure-bash-bible:
|
||||
~/.config/cheat/cheatsheets/tldr:
|
||||
~/.local:
|
||||
~/.local/bin:
|
||||
~/.local/run:
|
||||
~/.local/share:
|
||||
~/.local/state:
|
||||
~/.ssh:
|
||||
mode: 0700
|
||||
~/.ssh/local.d:
|
||||
mode: 0700
|
||||
~/Code:
|
||||
- link:
|
||||
~/:
|
||||
force: true
|
||||
glob: true
|
||||
path: base/**
|
||||
path: base/*
|
||||
prefix: "."
|
||||
~/.config/:
|
||||
glob: true
|
||||
path: config/**
|
||||
~/.local/:
|
||||
relink: true
|
||||
path: config/*
|
||||
~/.local/bin:
|
||||
glob: true
|
||||
path: local/**
|
||||
path: local/bin/*
|
||||
~/.local/man:
|
||||
glob: true
|
||||
path: local/man/**
|
||||
~/.local/share:
|
||||
glob: true
|
||||
path: local/share/*
|
||||
~/.ssh/:
|
||||
glob: true
|
||||
mode: 0600
|
||||
path: ssh/**
|
||||
path: ssh/*
|
||||
- shell:
|
||||
- git submodule update --init --recursive --force
|
||||
- bash local/bin/dfm install all
|
||||
|
||||
Reference in New Issue
Block a user