Compare commits

..

No commits in common. "63a18416df91003d28f75eedd178a05b40c0a7fc" and "8a5f7b8a0a8d96bbaa61c4a63d9b308392d15f1e" have entirely different histories.

17 changed files with 308 additions and 534 deletions

View file

@ -25,7 +25,6 @@
[niri]
depends = [ "wm", "terminals" ]
[niri.files]
"configs/hypr/base/hypridle.conf" = "~/.config/hypr/hypridle.conf"
"configs/niri/base" = "~/.config/niri"
"configs/noctalia" = "~/.config/noctalia"
"configs/systemd/user/niri.service.wants" = "~/.config/systemd/user/niri.service.wants"
@ -60,12 +59,10 @@
depends = [ "cli-utils", "terminals" ]
[dev.files]
"configs/containers" = "~/.config/containers"
"configs/git" = "~/.config/git"
"configs/lazygit" = "~/.config/lazygit"
"configs/mise" = "~/.config/mise"
"configs/nvim" = "~/.config/nvim"
"configs/rumdl" = "~/.config/rumdl"
"configs/zed" = "~/.config/zed"
[nvim-min.files]

View file

@ -1,3 +1,4 @@
[Pod]
PodName=databases
PublishPort=9090:3000
PublishPort=5432:5432

View file

@ -1,11 +1,14 @@
[Container]
Image=docker.io/adminneoorg/adminneo
Image=docker.io/dbgate/dbgate
AutoUpdate=registry
Network=host
Environment=NEO_THEME=default
Environment=NEO_COLOR_VARIANT=green
Environment=NEO_JSON_VALUES_DETECTION=true
Environment=NEO_JSON_VALUES_AUTO_FORMAT=true
Environment=NEO_NAVIGATION_MODE=dual
Environment=NEO_PREFER_SELECTION=true
Environment=NEO_RELATION_LINKS=true
Pod=dev-databases.pod
Environment=CONNECTIONS=POSTGRES
Environment=LABEL_POSTGRES="Localhost Postgres"
Environment=ENGINE_POSTGRES=postgres@dbgate-plugin-postgres
Environment=SERVER_POSTGRES=localhost
Environment=PORT_POSTGRES=5432
Environment=USER_POSTGRES=postgres
Environment=PASSWORD_POSTGRES=1234
[Service]
ExecStartPost=/usr/bin/xdg-open http://localhost:9090

View file

@ -1,5 +1,5 @@
function envsource
for line in (cat $argv[1] | grep -v -e '^\([[:space:]]\|#.*\)*$')
for line in (cat $argv | grep -v '^#')
set item (string split -m 1 '=' $line)
set -gx $item[1] $item[2]
echo "Exported key $item[1]"

View file

@ -1,28 +0,0 @@
function ssh-tunnel
set -l label "Select SSH tunnel to activate:"
set -l tunnel (fd . ~/.ssh/tunnels.d/ | fzf -d / --with-nth=6 --accept-nth=6 --nth=6 --preview='bat {}' --input-label=foo --input-label-pos=bottom | cut -d "." -f 1)
if test -z $tunnel
return
end
envsource "$HOME/.ssh/tunnels.d/$tunnel.conf"
echo "Activating connection $tunnel..."
if not systemctl --user is-active "database-ssh-tunnel@$tunnel.service" -q
systemctl --user start "database-ssh-tunnel@$tunnel.service"
end
if test (string lower $DB_START_EXPLORER) = "true"
echo "Opening Databse in browser, password will be copied to the clipboard..."
if not systemctl --user is-active "dev-dbui.service" -q
systemctl --user start "dev-dbui.service"
end
wl-copy "$DB_PASSWORD"
xdg-open "http://localhost:8080?$DB_DRIVER=$TUNNEL_LOCAL_ADDRESS:$TUNNEL_LOCAL_PORT&username=$DB_USER&db=$DB_NAME&ns=public"
end
end

View file

@ -2,9 +2,3 @@ set working-directory := "{{ dotter.current_dir }}"
deploy:
dotter deploy
enable_tailscale:
sudo tailscale set --operator=$USER
tailscale configure systray --enable-startup=systemd
systemctl --user daemon-reload
systemctl --user enable --now tailscale-systray

View file

@ -1,3 +1,3 @@
auth sufficient pam_fprintd.so timeout=-1
auth sufficient /run/current-system/sw/lib/security/pam_fprintd.so timeout=-1 # for NixOS
#auth sufficient pam_fprintd.so max-tries=1
# only uncomment this if you have a fingerprint reader
auth required pam_unix.so

View file

@ -6,8 +6,7 @@
"customLaunchPrefixEnabled": false,
"enableClipPreview": true,
"enableClipboardHistory": true,
"enableSettingsSearch": true,
"iconMode": "native",
"iconMode": "tabler",
"ignoreMouseInput": false,
"pinnedApps": [
],
@ -26,7 +25,6 @@
],
"preferredPlayer": "",
"visualizerType": "mirrored",
"volumeFeedback": false,
"volumeOverdrive": false,
"volumeStep": 5
},
@ -36,15 +34,12 @@
"density": "default",
"exclusive": true,
"floating": true,
"hideOnOverview": false,
"marginHorizontal": 3,
"marginVertical": 5,
"monitors": [
],
"outerCorners": true,
"position": "top",
"screenOverrides": [
],
"showCapsule": true,
"showOutline": false,
"useSeparateOpacity": true,
@ -112,7 +107,6 @@
"hidePassive": false,
"id": "Tray",
"pinned": [
"systray_17288"
]
},
{
@ -120,14 +114,9 @@
},
{
"hideWhenZero": false,
"hideWhenZeroUnread": false,
"id": "NotificationHistory",
"showUnreadBadge": true
},
{
"displayMode": "onhover",
"id": "Network"
},
{
"displayMode": "onhover",
"id": "Volume",
@ -136,7 +125,6 @@
{
"deviceNativePath": "",
"displayMode": "alwaysShow",
"hideIfIdle": false,
"hideIfNotDetected": true,
"id": "Battery",
"showNoctaliaPerformance": true,
@ -173,15 +161,18 @@
{
"enabled": true,
"id": "weather-card"
},
{
"enabled": false,
"id": "timer-card"
}
]
},
"colorSchemes": {
"darkMode": true,
"generationMethod": "tonal-spot",
"manualSunrise": "06:30",
"manualSunset": "18:30",
"monitorForColors": "",
"matugenSchemeType": "scheme-fruit-salad",
"predefinedScheme": "Catppuccin Macchiato Teal",
"schedulingMode": "off",
"useWallpaperColors": false
@ -277,13 +268,11 @@
"boxRadiusRatio": 1,
"compactLockScreen": false,
"dimmerOpacity": 0.25,
"enableLockScreenCountdown": true,
"enableShadows": true,
"forceBlackScreenCorners": false,
"iRadiusRatio": 1,
"language": "",
"lockOnSuspend": true,
"lockScreenCountdownDuration": 5000,
"radiusRatio": 1,
"scaleRatio": 1,
"screenRadiusRatio": 1,
@ -293,8 +282,7 @@
"showChangelogOnStartup": true,
"showHibernateOnLockScreen": false,
"showScreenCorners": false,
"showSessionButtonsOnLockScreen": true,
"telemetryEnabled": false
"showSessionButtonsOnLockScreen": true
},
"hooks": {
"darkModeChange": "",
@ -303,8 +291,6 @@
"performanceModeEnabled": "",
"screenLock": "",
"screenUnlock": "",
"session": "",
"startup": "",
"wallpaperChange": ""
},
"location": {
@ -326,7 +312,7 @@
"bluetoothHideUnnamedDevices": false,
"bluetoothRssiPollIntervalMs": 10000,
"bluetoothRssiPollingEnabled": false,
"wifiDetailsViewMode": "list",
"wifiDetailsViewMode": "grid",
"wifiEnabled": true
},
"nightLight": {
@ -342,7 +328,6 @@
"backgroundOpacity": 1,
"criticalUrgencyDuration": 15,
"enableKeyboardLayoutToast": true,
"enableMediaToast": false,
"enabled": true,
"location": "top",
"lowUrgencyDuration": 3,
@ -428,7 +413,7 @@
"showHeader": true,
"showNumberLabels": true
},
"settingsVersion": 44,
"settingsVersion": 39,
"systemMonitor": {
"cpuCriticalThreshold": 90,
"cpuPollingInterval": 3000,
@ -447,8 +432,6 @@
"memPollingInterval": 3000,
"memWarningThreshold": 80,
"networkPollingInterval": 3000,
"swapCriticalThreshold": 90,
"swapWarningThreshold": 80,
"tempCriticalThreshold": 90,
"tempPollingInterval": 3000,
"tempWarningThreshold": 80,
@ -456,9 +439,32 @@
"warningColor": ""
},
"templates": {
"activeTemplates": [
],
"enableUserTheming": false
"alacritty": false,
"cava": false,
"code": false,
"discord": false,
"emacs": false,
"enableUserTemplates": false,
"foot": false,
"fuzzel": false,
"ghostty": false,
"gtk": false,
"helix": false,
"hyprland": false,
"kcolorscheme": false,
"kitty": false,
"mango": false,
"niri": false,
"pywalfox": false,
"qt": false,
"spicetify": false,
"telegram": false,
"vicinae": false,
"walker": false,
"wezterm": false,
"yazi": false,
"zed": false,
"zenBrowser": false
},
"ui": {
"bluetoothDetailsViewMode": "grid",
@ -476,7 +482,6 @@
"wifiDetailsViewMode": "grid"
},
"wallpaper": {
"automationEnabled": true,
"directory": "/home/aleidk/Pictures/Wallpapers",
"enableMultiMonitorDirectories": false,
"enabled": true,
@ -487,16 +492,16 @@
],
"overviewEnabled": true,
"panelPosition": "center",
"randomEnabled": true,
"randomIntervalSec": 900,
"recursiveSearch": true,
"setWallpaperOnAllMonitors": true,
"showHiddenFiles": false,
"solidColor": "#1a1a2e",
"transitionDuration": 1500,
"transitionEdgeSmoothness": 0.05,
"transitionType": "random",
"useSolidColor": false,
"useWallhaven": false,
"viewMode": "recursive",
"wallhavenApiKey": "",
"wallhavenCategories": "111",
"wallhavenOrder": "desc",

View file

@ -3,7 +3,7 @@
"blink.compat": { "branch": "main", "commit": "08943fdf2eb00432d6205db6d0239434135416bd" },
"catppuccin": { "branch": "main", "commit": "faf15ab0201b564b6368ffa47b56feefc92ce3f4" },
"comment-box.nvim": { "branch": "main", "commit": "06bb771690bc9df0763d14769b779062d8f12bc5" },
"conform.nvim": { "branch": "master", "commit": "c2526f1cde528a66e086ab1668e996d162c75f4f" },
"conform.nvim": { "branch": "master", "commit": "a203480a350b03092e473bf3001733d547160a73" },
"flatten.nvim": { "branch": "main", "commit": "72527798e75b5e34757491947c2cb853ce21dc0e" },
"friendly-snippets": { "branch": "main", "commit": "de8fce94985873666bd9712ea3e49ee17aadb1ed" },
"fzf-lua": { "branch": "main", "commit": "758173f499d15410ecb50c5519a41b27c33e645d" },
@ -11,7 +11,7 @@
"hardtime.nvim": { "branch": "main", "commit": "3541ad24faff78274669eceaf130502eb7f1261a" },
"lazy.nvim": { "branch": "main", "commit": "6c3bda4aca61a13a9c63f1c1d1b16b9d3be90d7a" },
"lazydev.nvim": { "branch": "main", "commit": "f59bd14a852ca43db38e3662395354cb2a9b13e0" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "c953789db7fd28eafe5eb5659846d34b5024b3cc" },
"mason-lspconfig.nvim": { "branch": "main", "commit": "b1d9a914b02ba5660f1e272a03314b31d4576fe2" },
"mason.nvim": { "branch": "main", "commit": "ad7146aa61dcaeb54fa900144d768f040090bff0" },
"mini.nvim": { "branch": "main", "commit": "94cae4660a8b2d95dbbd56e1fbc6fcfa2716d152" },
"neogen": { "branch": "main", "commit": "dc50715c009f89b8111197fd2f282f6042daa7ea" },
@ -19,7 +19,7 @@
"nvim-dap": { "branch": "master", "commit": "5dd4d50f2e6a2eaf9e57fad023d294ef371bda35" },
"nvim-dap-view": { "branch": "main", "commit": "390dae6bf67f3342ebb481159932ef0fe54822ba" },
"nvim-dap-virtual-text": { "branch": "master", "commit": "fbdb48c2ed45f4a8293d0d483f7730d24467ccb6" },
"nvim-lint": { "branch": "master", "commit": "b3292aac30b935d4cccf0904053d1c7930df8a20" },
"nvim-lint": { "branch": "master", "commit": "6b46370d02cd001509a765591a3ffc481b538794" },
"nvim-lspconfig": { "branch": "master", "commit": "c8503e63c6afab3ed34b49865a4a4edbb1ebf4a8" },
"nvim-treesitter": { "branch": "main", "commit": "802195d8f1980db25a7a39a55f9a25df21756c73" },
"nvim-treesitter-context": { "branch": "master", "commit": "66a9b5fa9e806918b5fe3dba00c6cce7e230abd2" },

View file

@ -161,18 +161,12 @@ vim.lsp.config("rust-analyzer", {
},
},
})
vim.lsp.config("rumdl", {
cmd = { "rumdl", "server" },
filetypes = { "markdown" },
root_markers = { ".git" },
})
vim.g.markdown_fenced_languages = {
"ts=typescript",
}
vim.lsp.enable("denols")
vim.lsp.enable("phpactor")
vim.lsp.inlay_hint.enable(true)

View file

@ -23,7 +23,7 @@ return {
json = { "biome" },
jsonc = { "biome" },
lua = { "stylua" },
markdown = { "rumdl" },
markdown = { "markdownlint" },
php = { "pint" },
python = { "ruff_format", "ruff_organize_imports" },
rust = { "rustfmt" },

View file

@ -14,7 +14,7 @@ return {
sh = { "shellcheck" },
NeogitCommitMessage = { "gitlint" },
gitcommit = { "gitlint" },
-- markdown = { "rumdl" }, runned as LSP
markdown = { "markdownlint" },
javascript = { "biomejs" },
typescript = { "biomejs" },
javascriptreact = { "biomejs" },

View file

@ -1,11 +1,11 @@
return {
"echasnovski/mini.nvim",
version = "*",
'echasnovski/mini.nvim',
version = '*',
dependencies = {
"rafamadriz/friendly-snippets",
},
config = function()
require("mini.icons").setup()
require('mini.icons').setup()
vim.fn.sign_define("DapBreakpoint", { text = "", texthl = "DapBreakpoint" })
vim.fn.sign_define("DapBreakpointCondition", { text = "", texthl = "DapBreakpointCondition" })
@ -13,60 +13,54 @@ return {
vim.fn.sign_define("DapLogPoint", { text = ".>", texthl = "DapLogPoint" })
vim.fn.sign_define("DapStopped", { text = "󰁕 ", texthl = "DapStopped", numhl = "debugPC" })
require("mini.bracketed").setup({
require('mini.bracketed').setup({
diagnostic = { options = { severity = vim.diagnostic.severity.ERROR } },
})
require("mini.ai").setup({})
require("mini.cursorword").setup() -- Highlight word under cursor
require("mini.extra").setup()
require("mini.jump").setup({
require('mini.cursorword').setup() -- Highlight word under cursor
require('mini.extra').setup()
require('mini.jump').setup({
mappings = {
repeat_jump = "",
},
repeat_jump = ""
}
}) -- Extend f, F, t, T
require("mini.jump2d").setup({
spotter = require("mini.jump2d").gen_pattern_spotter("[^%s%p]+", "start"),
require('mini.jump2d').setup(
{
spotter = require('mini.jump2d').gen_pattern_spotter('[^%s%p]+', 'start'),
view = {
dim = true,
n_steps_ahead = 2,
n_steps_ahead = 2
},
allowed_lines = {
blank = false,
cursor_at = false,
cursor_at = false
},
})
require("mini.surround").setup()
require("mini.operators").setup()
require("mini.pairs").setup({
modes = { command = true },
}
)
require('mini.surround').setup()
require('mini.operators').setup()
require('mini.pairs').setup({
modes = { command = true }
})
require("mini.splitjoin").setup()
require('mini.splitjoin').setup()
require("mini.align").setup({})
-- require('mini.animate').setup()
require("mini.notify").setup()
vim.notify = require("mini.notify").make_notify()
vim.keymap.set(
"n",
"<Leader>un",
require("mini.notify").show_history,
{ desc = "Show notifications", silent = true }
)
require("mini.statusline").setup()
require("mini.diff").setup({ view = { style = "sign" } })
require('mini.notify').setup()
vim.notify = require('mini.notify').make_notify()
vim.keymap.set('n', '<Leader>un', require('mini.notify').show_history, { desc = 'Show notifications', silent = true })
require('mini.statusline').setup()
require('mini.diff').setup({ view = { style = 'sign' } })
require("mini.git").setup({})
require('mini.git').setup({})
vim.keymap.set(
{ "n", "x" },
"<Leader>gs",
"<Cmd>lua MiniGit.show_at_cursor()<CR>",
{ desc = "Show at cursor", silent = true }
)
vim.keymap.set({ 'n', 'x' }, '<Leader>gs', '<Cmd>lua MiniGit.show_at_cursor()<CR>',
{ desc = 'Show at cursor', silent = true })
local starter = require("mini.starter")
local starter = require('mini.starter')
starter.setup({
footer = "",
footer = '',
evaluate_single = true,
items = {
starter.sections.recent_files(10, true),
@ -76,33 +70,33 @@ return {
},
content_hooks = {
starter.gen_hook.adding_bullet(),
starter.gen_hook.indexing("all", { "Builtin actions" }),
starter.gen_hook.indexing('all', { 'Builtin actions' }),
starter.gen_hook.aligning("center", "center"),
},
})
require("mini.indentscope").setup({
require('mini.indentscope').setup({
draw = {
animation = require("mini.indentscope").gen_animation.none(),
animation = require('mini.indentscope').gen_animation.none(),
},
})
require("mini.move").setup({
require('mini.move').setup({
mappings = {
-- Move visual selection in Visual mode
left = "H",
right = "L",
down = "J",
up = "K",
left = 'H',
right = 'L',
down = 'J',
up = 'K',
-- Move current line in Normal mode
line_left = "",
line_right = "",
line_down = "",
line_up = "",
line_left = '',
line_right = '',
line_down = '',
line_up = '',
},
})
require("mini.comment").setup({
require('mini.comment').setup({
options = {
-- Whether to ignore blank lines when commenting
ignore_blank_line = true,
@ -111,11 +105,11 @@ return {
},
})
local gen_loader = require("mini.snippets").gen_loader
require("mini.snippets").setup({
local gen_loader = require('mini.snippets').gen_loader
require('mini.snippets').setup({
snippets = {
-- Load custom file with global snippets first (adjust for Windows)
gen_loader.from_file("~/.config/nvim-unstable/snippets/global.json"),
gen_loader.from_file('~/.config/nvim-unstable/snippets/global.json'),
-- Load snippets based on current language by reading files from
-- "snippets/" subdirectories from 'runtimepath' directories.
@ -182,10 +176,14 @@ return {
{ mode = "n", keys = "<Leader>f", desc = "+Find" },
{ mode = "n", keys = "<Leader>g", desc = "+Git" },
{ mode = "n", keys = "<Leader>l", desc = "+LSP" },
{ mode = "n", keys = "<Leader>r", desc = "+Replace" },
{ mode = "n", keys = "<Leader>u", desc = "+UI & Config" },
{ mode = "n", keys = "<Leader>w", desc = "+Workspace" },
{ mode = "n", keys = "<Leader>p", desc = "+Run stuff" },
{ mode = "n", keys = "<Leader>z", desc = "+ZK" },
{ mode = "v", keys = "<Leader>z", desc = "+ZK" },
{ mode = "v", keys = "<Leader>a", desc = "+AI" },
{ mode = "n", keys = "<Leader>a", desc = "+AI" },
{ mode = "n", keys = "g?", desc = "+Print Debug" },
},
@ -203,44 +201,48 @@ return {
},
})
local hipatterns = require("mini.hipatterns")
local hipatterns = require('mini.hipatterns')
hipatterns.setup({
highlighters = {
-- Highlight standalone 'FIXME', 'HACK', 'TODO', 'NOTE'
fixme = { pattern = "%f[%w]()FIXME()%f[%W]", group = "MiniHipatternsFixme" },
hack = { pattern = "%f[%w]()HACK()%f[%W]", group = "MiniHipatternsHack" },
todo = { pattern = "%f[%w]()TODO()%f[%W]", group = "MiniHipatternsTodo" },
note = { pattern = "%f[%w]()NOTE()%f[%W]", group = "MiniHipatternsNote" },
fixme = { pattern = '%f[%w]()FIXME()%f[%W]', group = 'MiniHipatternsFixme' },
hack = { pattern = '%f[%w]()HACK()%f[%W]', group = 'MiniHipatternsHack' },
todo = { pattern = '%f[%w]()TODO()%f[%W]', group = 'MiniHipatternsTodo' },
note = { pattern = '%f[%w]()NOTE()%f[%W]', group = 'MiniHipatternsNote' },
-- Highlight hex color strings (`#rrggbb`) using that color
hex_color = hipatterns.gen_highlighter.hex_color(),
},
})
require("mini.sessions").setup({
autowrite = false,
require('mini.sessions').setup({
autowrite = false
})
vim.keymap.set("n", "<Leader>us", function()
local default_name = require("mini.sessions").get_latest() or "Session.vim"
vim.keymap.set('n', '<Leader>us', function()
local default_name = require('mini.sessions').get_latest() or "Session.vim"
vim.ui.input({ prompt = "Session name: ", default = default_name }, function(input)
if input == nil then return end
require("mini.sessions").write(input)
if input == nil then
return
end
require('mini.sessions').write(input)
end)
end, { desc = "Save session", silent = true })
vim.keymap.set("n", "<Leader>uS", function()
require("mini.sessions").read()
end, { desc = "Load session (latest)", silent = true })
end,
{ desc = 'Save session', silent = true })
vim.keymap.set('n', '<Leader>uS', function() require('mini.sessions').read() end,
{ desc = 'Load session (latest)', silent = true })
vim.api.nvim_create_user_command("SessionSelect", function()
require("mini.sessions").select("read")
require('mini.sessions').select('read')
end, {})
vim.api.nvim_create_user_command("SessionDelete", function()
require("mini.sessions").select("delete")
require('mini.sessions').select('delete')
end, {})
vim.keymap.set("n", "<Leader>uz", function()
require("mini.misc").zoom()
end, { desc = "Toggle zoom", silent = true })
vim.keymap.set('n', '<Leader>uz', function()
require('mini.misc').zoom()
end,
{ desc = 'Toggle zoom', silent = true })
end
}

View file

@ -42,17 +42,11 @@ return {
})
vim.keymap.set({ "n", "x", "o" }, "]]", function()
require("nvim-treesitter-textobjects.move").goto_next(
{ "@block.outer", "@function.outer", "@class.outer" },
"textobjects"
)
ts_obj.move.goto_next({ "@block.outer", "@function.outer", "@class.outer" }, "textobjects")
end)
vim.keymap.set({ "n", "x", "o" }, "[[", function()
require("nvim-treesitter-textobjects.move").goto_previous(
{ "@block.outer", "@function.outer", "@class.outer" },
"textobjects"
)
ts_obj.move.goto_previous({ "@block.outer", "@function.outer", "@class.outer" }, "textobjects")
end)
local ts_repeat_move = require("nvim-treesitter-textobjects.repeatable_move")

View file

@ -1,177 +0,0 @@
[global]
disable = [ ]
enable = [ ]
exclude = [ ]
flavor = "gfm"
include = [ ]
respect_gitignore = true
[MD001]
front-matter-title = true
[MD003]
# Heading style should be consistent
style = "atx"
[MD004]
style = "dash"
[MD007]
start-indented = false
style = "text-aligned"
[MD009]
br-spaces = 2
list-item-empty-lines = false
strict = false
[MD010]
spaces-per-tab = 4
[MD012]
maximum = 1
[MD013]
abbreviations = [ ]
code-blocks = true
headings = true
length-mode = "visual"
line-length = 80
paragraphs = false
reflow = true
reflow-mode = "sentence-per-line"
strict = false
tables = false
[MD014]
show-output = true
[MD022]
allowed-at-start = true
lines-above = 1
lines-below = 1
[MD024]
allow-different-nesting = false
siblings-only = true
[MD025]
allow-document-sections = false
allow-with-separators = false
front-matter-title = "title"
level = 1
[MD026]
punctuation = ".,;:!"
[MD029]
style = "one-or-ordered"
[MD030]
ol-multi = 1
ol-single = 1
ul-multi = 1
ul-single = 1
[MD031]
list-items = true
[MD032]
allow-lazy-continuation = true
[MD033]
allowed-elements = [ ]
disallowed-elements = [ ]
[MD035]
style = "consistent"
[MD036]
punctuation = ".,;:!?"
[MD041]
front-matter-title = "title"
front-matter-title-pattern = ""
level = 1
[MD043]
headings = [ ]
match-case = false
[MD044]
code-blocks = false
html-comments = false
html-elements = true
names = [ ]
[MD045]
placeholder-text = "TODO: Add image description"
[MD046]
style = "fenced"
[MD048]
style = "consistent"
[MD049]
# Italic Text
style = "underscore"
[MD050]
# Bold Text
style = "asterisk"
[MD051]
anchor-style = "github"
[MD053]
ignored-definitions = [ ]
[MD054]
autolink = true
collapsed = true
full = true
inline = true
shortcut = true
url-inline = true
[MD055]
style = "consistent"
[MD058]
minimum-after = 1
minimum-before = 1
[MD059]
prohibited-texts = [ "click here", "here", "link", "more" ]
[MD060]
column-align = "auto"
enabled = true
max-width = 0
style = "aligned"
[MD061]
case-sensitive = true
terms = [ ]
[MD063]
enabled = true
ignore-words = [ ]
lowercase-words = [ "a", "an", "and", "as", "at", "but", "by", "for", "from", "in", "into", "nor", "of", "off", "on", "or", "per", "so", "the", "to", "up", "via", "with", "yet" ]
max-level = 6
min-level = 1
preserve-cased-words = true
style = "title_case"
[MD064]
allow-sentence-double-space = false
[MD072]
enabled = true
[md073]
enabled = true
enforce-order = true
max-level = 4
min-level = 2

View file

@ -1,10 +0,0 @@
[Unit]
Description=SSH Persistent port forward for %i, makes available remote port locally
After=network-online.target
Wants=network-online.target
[Service]
EnvironmentFile=%h/.ssh/tunnels.d/%i.conf
ExecStart=/usr/bin/ssh -NT -o ExitOnForwardFailure=yes -o ServerAliveInterval=60 -o ServerAliveCountMax=3 -L ${TUNNEL_LOCAL_ADDRESS}:${TUNNEL_LOCAL_PORT}:${TUNNEL_REMOTE_ADDRESS}:${TUNNEL_REMOTE_PORT} ${TUNNEL_SSH_HOST}
RestartSec=3
Restart=always

View file

@ -1 +0,0 @@
/usr/lib/systemd/user/hypridle.service