mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-28 16:58:55 +00:00
chore(dotbot): update linking to use whole folders
This commit is contained in:
19
config/gh-changelog/config.yaml
Normal file
19
config/gh-changelog/config.yaml
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
check_for_updates: true
|
||||||
|
excluded_labels:
|
||||||
|
- maintenance
|
||||||
|
- dependencies
|
||||||
|
file_name: CHANGELOG.md
|
||||||
|
logger: spinner
|
||||||
|
no_color: false
|
||||||
|
sections:
|
||||||
|
added:
|
||||||
|
- feature
|
||||||
|
- enhancement
|
||||||
|
changed:
|
||||||
|
- backwards-incompatible
|
||||||
|
fixed:
|
||||||
|
- bug
|
||||||
|
- bugfix
|
||||||
|
- documentation
|
||||||
|
show_unreleased: true
|
||||||
|
skip_entries_without_label: false
|
||||||
54
config/gh-dash/config.yml
Normal file
54
config/gh-dash/config.yml
Normal file
@@ -0,0 +1,54 @@
|
|||||||
|
prSections:
|
||||||
|
- title: My Pull Requests
|
||||||
|
filters: is:open author:@me
|
||||||
|
- title: Needs My Review
|
||||||
|
filters: is:open review-requested:@me
|
||||||
|
- title: Involved
|
||||||
|
filters: is:open involves:@me -author:@me
|
||||||
|
issuesSections:
|
||||||
|
- title: My Issues
|
||||||
|
filters: is:open author:@me
|
||||||
|
- title: Assigned
|
||||||
|
filters: is:open assignee:@me
|
||||||
|
- title: Involved
|
||||||
|
filters: is:open involves:@me -author:@me
|
||||||
|
defaults:
|
||||||
|
preview:
|
||||||
|
open: true
|
||||||
|
width: 50
|
||||||
|
prsLimit: 20
|
||||||
|
issuesLimit: 20
|
||||||
|
view: prs
|
||||||
|
layout:
|
||||||
|
prs:
|
||||||
|
updatedAt:
|
||||||
|
width: 7
|
||||||
|
repo:
|
||||||
|
width: 15
|
||||||
|
author:
|
||||||
|
width: 15
|
||||||
|
assignees:
|
||||||
|
width: 20
|
||||||
|
hidden: true
|
||||||
|
base:
|
||||||
|
width: 15
|
||||||
|
hidden: true
|
||||||
|
lines:
|
||||||
|
width: 16
|
||||||
|
issues:
|
||||||
|
updatedAt:
|
||||||
|
width: 7
|
||||||
|
repo:
|
||||||
|
width: 15
|
||||||
|
creator:
|
||||||
|
width: 10
|
||||||
|
assignees:
|
||||||
|
width: 20
|
||||||
|
hidden: true
|
||||||
|
refetchIntervalMinutes: 30
|
||||||
|
keybindings:
|
||||||
|
issues: []
|
||||||
|
prs: []
|
||||||
|
repoPaths: {}
|
||||||
|
pager:
|
||||||
|
diff: ""
|
||||||
@@ -5,36 +5,45 @@
|
|||||||
recursive: true
|
recursive: true
|
||||||
~/.local:
|
~/.local:
|
||||||
recursive: true
|
recursive: true
|
||||||
|
~/.ssh:
|
||||||
|
recursive: true
|
||||||
- create:
|
- create:
|
||||||
~/.cache:
|
~/.cache:
|
||||||
~/.cache/git:
|
~/.cache/git:
|
||||||
~/.config:
|
~/.config:
|
||||||
~/.config/cheat/cheatsheets/personal:
|
|
||||||
~/.config/cheat/cheatsheets/pure-bash-bible:
|
|
||||||
~/.config/cheat/cheatsheets/tldr:
|
|
||||||
~/.local:
|
~/.local:
|
||||||
|
~/.local/bin:
|
||||||
~/.local/run:
|
~/.local/run:
|
||||||
~/.local/share:
|
~/.local/share:
|
||||||
~/.local/state:
|
~/.local/state:
|
||||||
~/.ssh:
|
~/.ssh:
|
||||||
mode: 0700
|
mode: 0700
|
||||||
|
~/.ssh/local.d:
|
||||||
|
mode: 0700
|
||||||
~/Code:
|
~/Code:
|
||||||
- link:
|
- link:
|
||||||
~/:
|
~/:
|
||||||
force: true
|
force: true
|
||||||
glob: true
|
glob: true
|
||||||
path: base/**
|
path: base/*
|
||||||
prefix: "."
|
prefix: "."
|
||||||
~/.config/:
|
~/.config/:
|
||||||
glob: true
|
glob: true
|
||||||
path: config/**
|
relink: true
|
||||||
~/.local/:
|
path: config/*
|
||||||
|
~/.local/bin:
|
||||||
glob: true
|
glob: true
|
||||||
path: local/**
|
path: local/bin/*
|
||||||
|
~/.local/man:
|
||||||
|
glob: true
|
||||||
|
path: local/man/**
|
||||||
|
~/.local/share:
|
||||||
|
glob: true
|
||||||
|
path: local/share/*
|
||||||
~/.ssh/:
|
~/.ssh/:
|
||||||
glob: true
|
glob: true
|
||||||
mode: 0600
|
mode: 0600
|
||||||
path: ssh/**
|
path: ssh/*
|
||||||
- shell:
|
- shell:
|
||||||
- git submodule update --init --recursive --force
|
- git submodule update --init --recursive --force
|
||||||
- bash local/bin/dfm install all
|
- bash local/bin/dfm install all
|
||||||
|
|||||||
Reference in New Issue
Block a user