mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-05 22:49:37 +00:00
Host specific files should now work
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
- defaults:
|
||||
create:
|
||||
mode: 0755
|
||||
link:
|
||||
create: true
|
||||
exclude: ["*.md", "*renovate*"]
|
||||
- include: 'hosts/defaults.yaml'
|
||||
- clean:
|
||||
~/:
|
||||
~/.config:
|
||||
@@ -19,6 +14,11 @@
|
||||
mode: 0700
|
||||
~/Code:
|
||||
- link:
|
||||
~/:
|
||||
force: true
|
||||
glob: true
|
||||
path: base/**
|
||||
prefix: "."
|
||||
~/.config/:
|
||||
glob: true
|
||||
path: config/**
|
||||
@@ -30,54 +30,9 @@
|
||||
glob: true
|
||||
mode: 0600
|
||||
path: ssh/**
|
||||
~/:
|
||||
force: true
|
||||
glob: true
|
||||
path: base/**
|
||||
prefix: "."
|
||||
- shell:
|
||||
- [git submodule update --init --recursive --force]
|
||||
- bash scripts/install-go-packages.sh
|
||||
# hosts!
|
||||
## hosts: air
|
||||
- if:
|
||||
- cond: "[[ $(hostname) = air ]]"
|
||||
met:
|
||||
- link:
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
path: hosts/air/config/**
|
||||
## hosts: v
|
||||
- if:
|
||||
- cond: "[[ $(hostname) = v ]]"
|
||||
met:
|
||||
- link:
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
path: hosts/v/config/**
|
||||
## hosts: tunkki
|
||||
- if:
|
||||
- cond: "[[ $(hostname) = tunkki ]]"
|
||||
met:
|
||||
- link:
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
path: hosts/tunkki/config/**
|
||||
## hosts: lakka
|
||||
- if:
|
||||
- cond: "[[ $(hostname) = lakka ]]"
|
||||
met:
|
||||
- link:
|
||||
~/.irssi/*:
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/lakka/irssi/**
|
||||
~/.zshrc:
|
||||
force: true
|
||||
path: hosts/lakka/zshrc
|
||||
- git submodule update --init --recursive --force
|
||||
- bash local/bin/dfm install all
|
||||
# GitHub CLI Extensions
|
||||
- ghe:
|
||||
# GitHub CLI extension for generating a report on repository dependencies.
|
||||
|
||||
Reference in New Issue
Block a user