dotfiles mirror
Go to file
dependabot[bot] 0d35770687
Bump markdown-it in /script-resources/markdown2htmldoc (#1)
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.2.0 to 12.3.2.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.2.0...12.3.2)

---
updated-dependencies:
- dependency-name: markdown-it
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-14 11:05:58 +01:00
.github/workflows [CD] Added submodule update workflow. 2021-06-23 18:32:14 +02:00
dmitmel-dotfiles@7cb80b5531 [dmitmel] Update submodule 2022-01-14 00:31:46 +00:00
kitty [kitty] Fixed config. 2021-10-25 07:39:59 +02:00
nvim [nvim] Rewrite lspconfigs to use Ignition 2021-12-26 15:21:49 +01:00
script-resources Bump markdown-it in /script-resources/markdown2htmldoc (#1) 2022-01-14 11:05:58 +01:00
scripts [scripts/md2html] Add admonition/footnote plugins 2021-12-16 22:20:03 +01:00
tmux [tmux] Remove tmux-resurrect plugin. 2021-11-12 10:23:07 +01:00
zsh [zsh] Add welcome alias to include extra logos 2021-11-15 18:30:08 +01:00
.gitattributes [nvim] Filter out generated theme files 2021-12-27 23:02:52 +01:00
.gitignore [scripts] Vendor markdown2htmldoc 2021-12-16 14:57:24 +01:00
.gitmodules Added Dima's dotfiles as a submoddule. 2021-06-23 11:34:31 +02:00
LICENSE [meta] Add README and LICENSE. 2021-07-04 14:12:54 +02:00
README.md [meta] Add README and LICENSE. 2021-07-04 14:12:54 +02:00
install.sh [codespaces] Disable welcome screen. 2021-07-04 14:22:07 +02:00

README.md

dotfiles

My dotfiles for Kitty, ZSH, other programs, and additionally some scripts.

These dotfiles are written on Arch Linux, so there is 0 guarantee they work on other systems. Although, since I'm using dmitmel's dotfiles in a submodule, I'm trusting they work on the following platforms:

  • Arch Linux,
  • Linux Mint,
  • server Ubuntu,
  • macOS with GNU coreutils (i.e. BSDs are not supported),
  • Android with Termux.

If you are uncertain about what any of these things do, I recommend you:

  • Do not use them.
  • Read the source code, and, additionally,
    • Read the source code of dmitmel's dotfiles.