From bf2c66543329b90d647ec47004bc2329829d00f6 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 25 Sep 2023 00:52:48 +0300 Subject: [PATCH] chore(dotbot): update linking to use whole folders --- config/gh-changelog/config.yaml | 19 ++++++++++++ config/gh-dash/config.yml | 54 +++++++++++++++++++++++++++++++++ install.conf.yaml | 25 ++++++++++----- ssh/local.d/.gitkeep | 0 4 files changed, 90 insertions(+), 8 deletions(-) create mode 100644 config/gh-changelog/config.yaml create mode 100644 config/gh-dash/config.yml delete mode 100644 ssh/local.d/.gitkeep diff --git a/config/gh-changelog/config.yaml b/config/gh-changelog/config.yaml new file mode 100644 index 0000000..71670d3 --- /dev/null +++ b/config/gh-changelog/config.yaml @@ -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 diff --git a/config/gh-dash/config.yml b/config/gh-dash/config.yml new file mode 100644 index 0000000..cabb4d4 --- /dev/null +++ b/config/gh-dash/config.yml @@ -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: "" diff --git a/install.conf.yaml b/install.conf.yaml index ee5b998..b1fb396 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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 diff --git a/ssh/local.d/.gitkeep b/ssh/local.d/.gitkeep deleted file mode 100644 index e69de29..0000000