dotbot: config, ifplatform, formatting

This commit is contained in:
2023-03-19 00:52:43 +02:00
parent ef9bf3864b
commit 4e4ff92ae5

View File

@@ -42,77 +42,82 @@
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]
- [bash scripts/set-macos-defaults.sh] - [bash scripts/install-npm-packages.sh]
- [bash scripts/install-npm-packages.sh]
- brewfile: - ifmacos:
- Brewfile - shell:
- [bash scripts/set-macos-defaults.sh]
- brewfile:
- Brewfile
- go: - go:
- github.com/skx/sysbox@latest - github.com/skx/sysbox@latest
# hosts: air # hosts: air
- if: - if:
- cond: '[[ $(hostname) = air ]]' - cond: "[[ $(hostname) = air ]]"
met: met:
- go: - go:
- github.com/skx/sysbox@latest - github.com/skx/sysbox@latest
# hosts: v # hosts: v
- if: - if:
- cond: '[[ $(hostname) = v ]]' - cond: "[[ $(hostname) = v ]]"
met: met:
- link: - link:
~/.config/: ~/.config/:
glob: true glob: true
force: true force: true
path: hosts/v/config/** path: hosts/v/config/**
- go: - go:
- github.com/skx/sysbox@latest - github.com/skx/sysbox@latest
# hosts: lakka # hosts: lakka
- if: - if:
- cond: '[[ $(hostname) = lakka ]]' - cond: "[[ $(hostname) = lakka ]]"
met: met:
- link: - link:
~/.irssi/*: ~/.irssi/*:
force: true force: true
glob: true glob: true
path: hosts/lakka/irssi/** path: hosts/lakka/irssi/**
~/.zshrc*: ~/.zshrc*:
force: true force: true
path: hosts/lakka/zshrc path: hosts/lakka/zshrc
# GitHub CLI Extensions # GitHub CLI Extensions
- ghe: - ghe:
# GitHub CLI extension for generating a report on repository dependencies. # GitHub CLI extension for generating a report on repository dependencies.
- andyfeller/gh-dependency-report - andyfeller/gh-dependency-report
# GitHub CLI extension to generate montage from GitHub user avatars # GitHub CLI extension to generate montage from GitHub user avatars
- andyfeller/gh-montage - andyfeller/gh-montage
# An opinionated GitHub Cli extension for creating # An opinionated GitHub Cli extension for creating
# changelogs that adhere to the keep a changelog specification. # changelogs that adhere to the keep a changelog specification.
- chelnak/gh-changelog - chelnak/gh-changelog
# Safely deletes local branches with no upstream and no un-pushed commits # Safely deletes local branches with no upstream and no un-pushed commits
- davidraviv/gh-clean-branches - davidraviv/gh-clean-branches
# A beautiful CLI dashboard for GitHub 🚀 # A beautiful CLI dashboard for GitHub 🚀
- dlvhdr/gh-dash - dlvhdr/gh-dash
# GitHub CLI extension for reviewing Dependabot PRs. # GitHub CLI extension for reviewing Dependabot PRs.
- einride/gh-dependabot - einride/gh-dependabot
# A GitHub CLI extension that provides summary pull request metrics. # A GitHub CLI extension that provides summary pull request metrics.
- hectcastro/gh-metrics - hectcastro/gh-metrics
# A github-cli extension script to clone all repositories # A github-cli extension script to clone all repositories
# in an organization, optionally filtering by topic. # in an organization, optionally filtering by topic.
- matt-bartel/gh-clone-org - matt-bartel/gh-clone-org
# being an extension to view the overall health of an organization's use of actions # being an extension to view the overall health of
- rsese/gh-actions-status # an organization's use of actions
- samcoe/gh-triage - rsese/gh-actions-status
# Generate account/organization/enterprise reports - samcoe/gh-triage
- stoe/gh-report # Generate account/organization/enterprise reports
# Organisation specific extension for gh cli to retrieve different statistics - stoe/gh-report
- VildMedPap/gh-orgstats # Organisation specific extension for gh cli
- vilmibm/gh-screensaver # to retrieve different statistics
- vilmibm/gh-user-status - VildMedPap/gh-orgstats
- vilmibm/gh-screensaver
- vilmibm/gh-user-status
#