mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-08 17:50:53 +00:00
Add docker config, fix glob paths
This commit is contained in:
@@ -52,6 +52,12 @@ if command -v nvim &> /dev/null; then
|
|||||||
export EDITOR="nvim"
|
export EDITOR="nvim"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# docker, https://docs.docker.com/engine/reference/commandline/cli/
|
||||||
|
if command -v docker &> /dev/null; then
|
||||||
|
export DOCKER_CONFIG="$XDG_CONFIG_HOME/docker"
|
||||||
|
mkdir -p "$DOCKER_CONFIG"
|
||||||
|
fi
|
||||||
|
|
||||||
# z, https://github.com/rupa/z
|
# z, https://github.com/rupa/z
|
||||||
export _Z_DATA="$XDG_STATE_HOME/z"
|
export _Z_DATA="$XDG_STATE_HOME/z"
|
||||||
|
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
link:
|
link:
|
||||||
create: true
|
create: true
|
||||||
relink: true
|
relink: true
|
||||||
exclude: ["*.md"]
|
exclude: ["*.md", "*renovate*"]
|
||||||
- clean:
|
- clean:
|
||||||
~/:
|
~/:
|
||||||
~/.config:
|
~/.config:
|
||||||
@@ -25,19 +25,19 @@
|
|||||||
- link:
|
- link:
|
||||||
~/.config/:
|
~/.config/:
|
||||||
glob: true
|
glob: true
|
||||||
path: config/*
|
path: config/**
|
||||||
~/.local/bin/:
|
~/.local/bin/:
|
||||||
glob: true
|
glob: true
|
||||||
path: local/bin/*
|
path: local/bin/**
|
||||||
~/.ssh/:
|
~/.ssh/:
|
||||||
force: true
|
force: true
|
||||||
glob: true
|
glob: true
|
||||||
mode: 0600
|
mode: 0600
|
||||||
path: ssh/*
|
path: ssh/**
|
||||||
~/:
|
~/:
|
||||||
force: true
|
force: true
|
||||||
glob: true
|
glob: true
|
||||||
path: base/*
|
path: base/**
|
||||||
prefix: "."
|
prefix: "."
|
||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive --force]
|
- [git submodule update --init --recursive --force]
|
||||||
|
|||||||
Reference in New Issue
Block a user