mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-20 17:55:31 +00:00
dotbot: config, ifplatform, formatting
This commit is contained in:
@@ -42,13 +42,15 @@
|
|||||||
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]
|
||||||
|
|
||||||
|
- ifmacos:
|
||||||
|
- shell:
|
||||||
|
- [bash scripts/set-macos-defaults.sh]
|
||||||
- brewfile:
|
- brewfile:
|
||||||
- Brewfile
|
- Brewfile
|
||||||
|
|
||||||
@@ -57,14 +59,14 @@
|
|||||||
|
|
||||||
# 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/:
|
||||||
@@ -76,7 +78,7 @@
|
|||||||
|
|
||||||
# hosts: lakka
|
# hosts: lakka
|
||||||
- if:
|
- if:
|
||||||
- cond: '[[ $(hostname) = lakka ]]'
|
- cond: "[[ $(hostname) = lakka ]]"
|
||||||
met:
|
met:
|
||||||
- link:
|
- link:
|
||||||
~/.irssi/*:
|
~/.irssi/*:
|
||||||
@@ -107,12 +109,15 @@
|
|||||||
# 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
|
||||||
|
# an organization's use of actions
|
||||||
- rsese/gh-actions-status
|
- rsese/gh-actions-status
|
||||||
- samcoe/gh-triage
|
- samcoe/gh-triage
|
||||||
# Generate account/organization/enterprise reports
|
# Generate account/organization/enterprise reports
|
||||||
- stoe/gh-report
|
- stoe/gh-report
|
||||||
# Organisation specific extension for gh cli to retrieve different statistics
|
# Organisation specific extension for gh cli
|
||||||
|
# to retrieve different statistics
|
||||||
- VildMedPap/gh-orgstats
|
- VildMedPap/gh-orgstats
|
||||||
- vilmibm/gh-screensaver
|
- vilmibm/gh-screensaver
|
||||||
- vilmibm/gh-user-status
|
- vilmibm/gh-user-status
|
||||||
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user