Commit Graph

357 Commits

Author SHA1 Message Date
Dmytro Meleshko 3c045bff66 rewrite `gitignore`s 2020-08-23 11:59:42 +03:00
Dmytro Meleshko 65a581e0ce very minor changes 2020-08-23 11:57:34 +03:00
Dmytro Meleshko 357956bf22 [scripts/mediawiki-preview] enable pre-save transforms 2020-08-17 00:38:54 +03:00
Dmytro Meleshko 052df1ddc5 [scripts/mediawiki-preview] add module blocking to fix a couple issues in the "citizen" skin 2020-08-13 19:43:40 +03:00
Dmytro Meleshko 09377a44da [scripts/mediawiki-preview] add support for the "citizen" skin 2020-08-13 19:43:28 +03:00
Dmytro Meleshko 1066a92fd3 [nvim] add an <F5> keybinding to "run" some filetypes 2020-08-12 23:55:09 +03:00
Dmytro Meleshko 9da4fb95b0 [nvim] add a MediaWiki syntax plugin 2020-08-12 23:28:11 +03:00
Dmytro Meleshko d67637769d [scripts] fix anchor links not working 2020-08-12 23:04:41 +03:00
Dmytro Meleshko 3a02a30ef3 [scripts] add a MediaWiki page previewer script 2020-08-12 22:31:12 +03:00
Dmytro Meleshko 23b00f41a4 [nvim] fix highlighting of namespaces in Rust 2020-08-12 17:49:01 +03:00
Dmytro Meleshko 88e31cc9e7 [scripts] remove file extensions 2020-08-11 15:50:42 +03:00
Dmytro Meleshko a75f5395aa [system] list installed files explicitly 2020-08-08 11:03:30 +03:00
Dmytro Meleshko a2b7172d37 [git] add an alias for unstaging 2020-08-08 11:03:30 +03:00
Dmytro Meleshko 3101bc4440 [nvim] fix highlighting of StringDelimiters 2020-08-08 11:03:30 +03:00
Dmytro Meleshko 09f21e7d09
Merge pull request #5 from dmitmel/dependabot/npm_and_yarn/script-resources/markdown2htmldoc/prismjs-1.21.0
Bump prismjs from 1.20.0 to 1.21.0 in /script-resources/markdown2htmldoc
2020-08-08 09:26:48 +03:00
dependabot[bot] 6f1df10a51
Bump prismjs from 1.20.0 to 1.21.0 in /script-resources/markdown2htmldoc
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.21.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.21.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-07 23:46:37 +00:00
Dmytro Meleshko 221ffec92c [nvim] fix spelling errors being unreadable with highlighting 2020-08-06 19:45:41 +03:00
Dmytro Meleshko e8ab498446 [nvim] don't use the 16th base16 color in the colorscheme 2020-08-01 19:52:11 +03:00
Dmytro Meleshko 20d80eeb75 [crosscode] display the approximate player location in the current room 2020-07-28 13:44:26 +03:00
Dmytro Meleshko 69266d9daa [nvim] re-enable vim-exchange 2020-07-27 10:46:55 +03:00
Dmytro Meleshko 6ce58bedee [crosscode] add experimental keyboard-only controls 2020-07-27 10:46:30 +03:00
Dmytro Meleshko 773bdbdfcf
Merge pull request #4 from dmitmel/dependabot/npm_and_yarn/script-resources/markdown2htmldoc/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19 in /script-resources/markdown2htmldoc
2020-07-26 14:58:31 +03:00
Dmytro Meleshko 56c75ddca5 [misc] add a wgetrc 2020-07-26 13:02:49 +03:00
Dmytro Meleshko 03c6fc9083 [zsh] reduce required argument count of path_prepend 2020-07-26 13:01:53 +03:00
Dmytro Meleshko da3ade69e0 [nvim] remap <C-n> and <C-p> to something more useful 2020-07-26 10:32:07 +03:00
Dmytro Meleshko b654234bcf disable the fzf "zsh plugin" 2020-07-25 20:32:58 +03:00
Dmytro Meleshko 94ffec0a8d [crosscode] add code to open the map menu by pressing `M` 2020-07-25 20:27:37 +03:00
Dmytro Meleshko 4e42db45d6 [crosscode] upgrade the "btw I use Arch" mod to ccloader 3 2020-07-24 14:33:04 +03:00
dependabot[bot] 856678f708
Bump lodash in /script-resources/markdown2htmldoc
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-19 00:20:09 +00:00
Dmytro Meleshko 3898112521 [zsh] add a few useful aliases and functions 2020-07-18 22:48:25 +03:00
Dmytro Meleshko aaab49d57c [nvim] fix highlighting of the `abstract` keyword in TypeScript 2020-07-12 14:59:58 +03:00
Dmytro Meleshko 8e1d1dd9cb [scripts/markdown2htmldoc] bundle the required stylesheets together with the generated document 2020-07-06 18:51:13 +03:00
Dmytro Meleshko ccae18c898 [git] remove useless git aliases
I'm always using `gloga` rather than `tree`, and `unstage` + `discard`
can be done with `git restore`/`grs`
2020-07-04 19:50:20 +03:00
Dmytro Meleshko db00d807bc [kitty] add the new option for confirming window close 2020-07-04 19:47:19 +03:00
Dmytro Meleshko 114ab4b3fe [scripts/welcome] fix crash when one of the users' terminals is None 2020-06-30 16:30:09 +03:00
Dmytro Meleshko 4bd272f165 [scripts/welcome] don't crash in environments where $SHELL is not present (e.g. Docker containers) 2020-06-26 16:25:10 +03:00
Dmytro Meleshko da9646e8a3 [scripts] add a script for streaming desktop audio to discord 2020-05-30 12:58:33 +03:00
Dmytro Meleshko 4bbc47593b [scripts] add discord-whois 2020-05-29 21:54:08 +03:00
Dmytro Meleshko e145d64d20 [nvim] always show coc diagnostics in virtual text 2020-05-27 22:51:52 +03:00
Dmytro Meleshko b1d022e1fe [nvim] move `colorcolumn` one column to the left 2020-05-17 12:55:02 +03:00
Dmytro Meleshko 6e47910a46 [scripts] add script for integration with ccbot's emote registry dump 2020-05-16 13:49:09 +03:00
Dmytro Meleshko 626bd91f00 [zsh] add a ZLE widget for visman 2020-05-14 00:58:17 +03:00
Dmytro Meleshko 2a260771e9 [nvim] add a handy makeprg for markdown files 2020-05-12 16:46:12 +03:00
Dmytro Meleshko ebd9124bb1 [zsh] import completion.zsh changes from OMZ 2020-05-11 14:20:26 +03:00
Dmytro Meleshko 817eb9a002 [scripts] rewrite query-bookmarks in Python with macOS support 2020-05-03 13:24:18 +03:00
Dmytro Meleshko 2a65d011ce [scripts] add a script for querying browser bookmarks 2020-05-03 02:33:53 +03:00
Dmytro Meleshko 827b7286db [nvim] tweak typescript highlighting a bit more 2020-04-30 12:04:57 +03:00
Dmytro Meleshko d49a22bcf3 [nvim] move more plugins into IDE mode 2020-04-30 12:04:57 +03:00
Dmytro Meleshko 456b1cda0c [zsh] make multiple dot aliases more compatible 2020-04-30 12:04:57 +03:00
Dmytro Meleshko e9f26ae43f [system-files] enable all functions of the sysrq key on linux 2020-04-30 12:04:57 +03:00