mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-09 05:51:04 +00:00
dotbot: config, ifplatform, formatting
This commit is contained in:
@@ -8,8 +8,9 @@ indent_style = space
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{yaml,yml}]
|
[*.yaml,*.yml]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
insert_final_newline = true
|
||||||
|
|
||||||
[local/bin/antigen.zsh]
|
[local/bin/antigen.zsh]
|
||||||
ignore = true
|
ignore = true
|
||||||
|
|||||||
1
install
1
install
@@ -18,6 +18,7 @@ git submodule update --init --recursive
|
|||||||
--plugin-dir=dotbot-plugins/dotbot-gh-extension \
|
--plugin-dir=dotbot-plugins/dotbot-gh-extension \
|
||||||
--plugin-dir=dotbot-plugins/dotbot-golang \
|
--plugin-dir=dotbot-plugins/dotbot-golang \
|
||||||
--plugin-dir=dotbot-plugins/dotbot-if \
|
--plugin-dir=dotbot-plugins/dotbot-if \
|
||||||
|
--plugin-dir=dotbot-plugins/dotbot-ifplatform \
|
||||||
-p dotbot-plugins/dotbot-if/if.py \
|
-p dotbot-plugins/dotbot-if/if.py \
|
||||||
-c "${CONFIG}" \
|
-c "${CONFIG}" \
|
||||||
"${@}"
|
"${@}"
|
||||||
|
|||||||
@@ -26,6 +26,7 @@
|
|||||||
mode: 700
|
mode: 700
|
||||||
~/Code:
|
~/Code:
|
||||||
|
|
||||||
|
|
||||||
- link:
|
- link:
|
||||||
~/.config/:
|
~/.config/:
|
||||||
glob: true
|
glob: true
|
||||||
@@ -45,18 +46,15 @@
|
|||||||
prefix: "."
|
prefix: "."
|
||||||
|
|
||||||
- shell:
|
- shell:
|
||||||
- [git submodule update --init --recursive --force]
|
- [ git submodule update --init --recursive --force ]
|
||||||
- [bash scripts/install-npm-packages.sh]
|
- [ bash scripts/install-npm-packages.sh ]
|
||||||
|
|
||||||
- ifmacos:
|
- ifmacos:
|
||||||
- shell:
|
- shell:
|
||||||
- [bash scripts/set-macos-defaults.sh]
|
- [ bash scripts/set-macos-defaults.sh ]
|
||||||
- brewfile:
|
- brewfile:
|
||||||
- Brewfile
|
- Brewfile
|
||||||
|
|
||||||
- go:
|
|
||||||
- github.com/skx/sysbox@latest
|
|
||||||
|
|
||||||
# hosts: air
|
# hosts: air
|
||||||
- if:
|
- if:
|
||||||
- cond: "[[ $(hostname) = air ]]"
|
- cond: "[[ $(hostname) = air ]]"
|
||||||
@@ -81,13 +79,13 @@
|
|||||||
- 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:
|
||||||
@@ -120,4 +118,5 @@
|
|||||||
- VildMedPap/gh-orgstats
|
- VildMedPap/gh-orgstats
|
||||||
- vilmibm/gh-screensaver
|
- vilmibm/gh-screensaver
|
||||||
- vilmibm/gh-user-status
|
- vilmibm/gh-user-status
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|||||||
@@ -1,7 +1,11 @@
|
|||||||
Host github.com
|
Host github.com
|
||||||
User git
|
User git
|
||||||
|
|
||||||
Host *
|
Host lakka
|
||||||
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
User viir
|
||||||
|
HostName lakka.kapsi.fi
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
|
Host *
|
||||||
|
# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user