mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-06 10:59:22 +00:00
dotbot: config, ifplatform, formatting
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
mode: 700
|
||||
~/Code:
|
||||
|
||||
|
||||
- link:
|
||||
~/.config/:
|
||||
glob: true
|
||||
@@ -45,18 +46,15 @@
|
||||
prefix: "."
|
||||
|
||||
- shell:
|
||||
- [git submodule update --init --recursive --force]
|
||||
- [bash scripts/install-npm-packages.sh]
|
||||
- [ git submodule update --init --recursive --force ]
|
||||
- [ bash scripts/install-npm-packages.sh ]
|
||||
|
||||
- ifmacos:
|
||||
- shell:
|
||||
- [bash scripts/set-macos-defaults.sh]
|
||||
- [ bash scripts/set-macos-defaults.sh ]
|
||||
- brewfile:
|
||||
- Brewfile
|
||||
|
||||
- go:
|
||||
- github.com/skx/sysbox@latest
|
||||
|
||||
# hosts: air
|
||||
- if:
|
||||
- cond: "[[ $(hostname) = air ]]"
|
||||
@@ -81,13 +79,13 @@
|
||||
- cond: "[[ $(hostname) = lakka ]]"
|
||||
met:
|
||||
- link:
|
||||
~/.irssi/*:
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/lakka/irssi/**
|
||||
~/.zshrc*:
|
||||
force: true
|
||||
path: hosts/lakka/zshrc
|
||||
~/.irssi/*:
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/lakka/irssi/**
|
||||
~/.zshrc:
|
||||
force: true
|
||||
path: hosts/lakka/zshrc
|
||||
|
||||
# GitHub CLI Extensions
|
||||
- ghe:
|
||||
@@ -120,4 +118,5 @@
|
||||
- VildMedPap/gh-orgstats
|
||||
- vilmibm/gh-screensaver
|
||||
- vilmibm/gh-user-status
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user