mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-17 01:54:09 +00:00
Tweak configurations
This commit is contained in:
@@ -1,13 +1,12 @@
|
|||||||
---
|
---
|
||||||
- defaults:
|
- defaults:
|
||||||
brew:
|
brew:
|
||||||
stderr: false
|
stderr: true
|
||||||
stdout: true
|
stdout: true
|
||||||
brewfile:
|
brewfile:
|
||||||
stdout: true
|
stdout: true
|
||||||
link:
|
link:
|
||||||
create: true
|
create: true
|
||||||
relative: true
|
|
||||||
relink: true
|
relink: true
|
||||||
|
|
||||||
- clean:
|
- clean:
|
||||||
@@ -35,9 +34,11 @@
|
|||||||
~/.shellcheckrc:
|
~/.shellcheckrc:
|
||||||
~/.vuerc:
|
~/.vuerc:
|
||||||
~/.config/:
|
~/.config/:
|
||||||
path: config/
|
glob: true
|
||||||
|
path: config/**
|
||||||
~/.local/bin/:
|
~/.local/bin/:
|
||||||
path: local/bin/
|
glob: true
|
||||||
|
path: local/bin/**
|
||||||
~/.ssh/:
|
~/.ssh/:
|
||||||
force: true
|
force: true
|
||||||
glob: true
|
glob: true
|
||||||
@@ -47,13 +48,18 @@
|
|||||||
force: true
|
force: true
|
||||||
path: zshrc
|
path: zshrc
|
||||||
|
|
||||||
|
- shell: [git submodule update --init --recursive, Installing submodules]
|
||||||
|
|
||||||
- if:
|
- if:
|
||||||
- cond: "[ $(uname) = Darwin ]"
|
- cond: "[ $(uname) = Darwin ]"
|
||||||
met:
|
met:
|
||||||
- brewfile:
|
- shell:
|
||||||
- Brewfile
|
- echo "Darwin system"
|
||||||
|
- [brew bundle install --file="Brewfile", Installing Brewfile contents]
|
||||||
- cond: "[[ $(hostname) = v ]]"
|
- cond: "[[ $(hostname) = v ]]"
|
||||||
met:
|
met:
|
||||||
|
- shell:
|
||||||
|
- echo "host is v"
|
||||||
- link:
|
- link:
|
||||||
~/.config/*:
|
~/.config/*:
|
||||||
force: true
|
force: true
|
||||||
@@ -64,6 +70,8 @@
|
|||||||
- github.com/skx/sysbox@latest
|
- github.com/skx/sysbox@latest
|
||||||
- cond: "[[ $(hostname) = lakka ]]"
|
- cond: "[[ $(hostname) = lakka ]]"
|
||||||
met:
|
met:
|
||||||
|
- shell:
|
||||||
|
- echo "host is lakka"
|
||||||
- link:
|
- link:
|
||||||
~/.irssi/*:
|
~/.irssi/*:
|
||||||
force: true
|
force: true
|
||||||
@@ -75,7 +83,8 @@
|
|||||||
- cond: "command -v npm"
|
- cond: "command -v npm"
|
||||||
met:
|
met:
|
||||||
- shell:
|
- shell:
|
||||||
- bash "$HOME/.dotfiles/scripts/install-npm-packages.sh"
|
- echo "we have npm"
|
||||||
|
- ["$HOME/.dotfiles/scripts/install-npm-packages.sh", Installing npm packages]
|
||||||
|
|
||||||
# GitHub CLI Extensions
|
# GitHub CLI Extensions
|
||||||
- ghe:
|
- ghe:
|
||||||
@@ -85,7 +94,6 @@
|
|||||||
- davidraviv/gh-clean-branches
|
- davidraviv/gh-clean-branches
|
||||||
- dlvhdr/gh-dash
|
- dlvhdr/gh-dash
|
||||||
- einride/gh-dependabot
|
- einride/gh-dependabot
|
||||||
- heaths/gh-label
|
|
||||||
- hectcastro/gh-metrics
|
- hectcastro/gh-metrics
|
||||||
- matt-bartel/gh-clone-org
|
- matt-bartel/gh-clone-org
|
||||||
- rsese/gh-actions-status
|
- rsese/gh-actions-status
|
||||||
@@ -94,5 +102,3 @@
|
|||||||
- VildMedPap/gh-orgstats
|
- VildMedPap/gh-orgstats
|
||||||
- vilmibm/gh-screensaver
|
- vilmibm/gh-screensaver
|
||||||
- vilmibm/gh-user-status
|
- vilmibm/gh-user-status
|
||||||
|
|
||||||
- shell: [git submodule update --init --recursive]
|
|
||||||
|
|||||||
@@ -1,14 +1,18 @@
|
|||||||
Host github.com
|
Host github.com
|
||||||
User git
|
User git
|
||||||
HostName github.com
|
HostName github.com
|
||||||
|
IdentityAgent none
|
||||||
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
Host bitbucket.com
|
Host bitbucket.com
|
||||||
Hostname bitbucket.com
|
Hostname bitbucket.com
|
||||||
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
Host gitlab.com
|
Host gitlab.com
|
||||||
Hostname gitlab.com
|
Hostname gitlab.com
|
||||||
|
IdentitiesOnly yes
|
||||||
IdentityFile ~/.ssh/id_rsa
|
IdentityFile ~/.ssh/id_rsa
|
||||||
|
|
||||||
Host *
|
Host *
|
||||||
|
|||||||
Reference in New Issue
Block a user