mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-09 06:51:16 +00:00
feat(lint): added my linting configs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
- include: "tools/dotbot-defaults.yaml"
|
||||
- include: 'tools/dotbot-defaults.yaml'
|
||||
- shell:
|
||||
- echo "Configuring air"
|
||||
- brewfile:
|
||||
@@ -8,7 +8,7 @@
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/air/base/**
|
||||
prefix: "."
|
||||
prefix: '.'
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- include: "tools/dotbot-defaults.yaml"
|
||||
- include: 'tools/dotbot-defaults.yaml'
|
||||
- shell:
|
||||
- echo "Configuring lakka"
|
||||
- link:
|
||||
@@ -6,7 +6,7 @@
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/lakka/base/**
|
||||
prefix: "."
|
||||
prefix: '.'
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- include: "tools/dotbot-defaults.yaml"
|
||||
- include: 'tools/dotbot-defaults.yaml'
|
||||
- shell:
|
||||
- echo "Configuring tunkki"
|
||||
- link:
|
||||
@@ -6,8 +6,11 @@
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/tunkki/base/**
|
||||
prefix: "."
|
||||
prefix: '.'
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
path: hosts/tunkki/config/**
|
||||
- snap:
|
||||
- nvim:
|
||||
classic: true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
- include: "tools/dotbot-defaults.yaml"
|
||||
- include: 'tools/dotbot-defaults.yaml'
|
||||
- shell:
|
||||
- echo "Configuring v"
|
||||
- link:
|
||||
@@ -6,7 +6,7 @@
|
||||
force: true
|
||||
glob: true
|
||||
path: hosts/v/base/**
|
||||
prefix: "."
|
||||
prefix: '.'
|
||||
~/.config/:
|
||||
glob: true
|
||||
force: true
|
||||
|
||||
Reference in New Issue
Block a user