diff --git a/.editorconfig b/.editorconfig index 524a14a..e3edfc9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,8 +8,9 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{yaml,yml}] +[*.yaml,*.yml] indent_size = 2 +insert_final_newline = true [local/bin/antigen.zsh] ignore = true diff --git a/install b/install index f81e89f..25d62e1 100755 --- a/install +++ b/install @@ -18,6 +18,7 @@ git submodule update --init --recursive --plugin-dir=dotbot-plugins/dotbot-gh-extension \ --plugin-dir=dotbot-plugins/dotbot-golang \ --plugin-dir=dotbot-plugins/dotbot-if \ + --plugin-dir=dotbot-plugins/dotbot-ifplatform \ -p dotbot-plugins/dotbot-if/if.py \ -c "${CONFIG}" \ "${@}" diff --git a/install.conf.yaml b/install.conf.yaml index fa4293d..780c779 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -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 + # diff --git a/ssh/config b/ssh/config index f34fec6..3c61cbf 100644 --- a/ssh/config +++ b/ssh/config @@ -1,7 +1,11 @@ Host github.com User git -Host * -# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" +Host lakka + User viir + HostName lakka.kapsi.fi IdentityFile ~/.ssh/id_rsa +Host * +# IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" +