Merge pull request #259 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-05-16 01:05:55 +00:00 committed by GitHub
commit 0e50626bd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 5 deletions

View File

@ -1,6 +1,7 @@
# dotfiles
My dotfiles (configurations and settings) for shells, text editors and other terminal programs, plus a collection of scripts. Written for and work on various UNIX-like OSes, primarily for:
My dotfiles (configurations and settings) for shells, text editors and other terminal programs, plus
a collection of scripts. Written for and work on various UNIX-like OSes, primarily for:
- Arch Linux,
- Linux Mint,
@ -14,6 +15,7 @@ And also a legendary project that has survived for thousands of years of develop
### **This is my personal project! No warranty is provided for running these as a superuser, I am in no way responsible for deletion of `/` with `rm -rf`, and _absolutely no support is provided_ whatsoever unless I explicitly say so personally!**
**It is also recommended for users of this repository to read the scripts they are running. I didn't write the comments just for myself!**
**It is also recommended for users of this repository to read the scripts they are running. I didn't
write the comments just for myself!**
**Automatic installers are deliberately not provided.**

View File

@ -1 +1,4 @@
The file [`icon24.png`](icon24.png) was cropped from the file [`/usr/share/archlinux/web/arch83x31.gif`](file:///usr/share/archlinux/web/arch83x31.gif) of the AUR package [`archlinux-artwork`](https://aur.archlinux.org/packages/archlinux-artwork/) and is distributed under the CC-BY-NC-SA license.
The file [`icon24.png`](icon24.png) was cropped from the file
[`/usr/share/archlinux/web/arch83x31.gif`](file:///usr/share/archlinux/web/arch83x31.gif) of the AUR
package [`archlinux-artwork`](https://aur.archlinux.org/packages/archlinux-artwork/) and is
distributed under the CC-BY-NC-SA license.

View File

@ -19,4 +19,5 @@ let g:coc_user_config['prettier'] = {
\ 'jsxBracketSameLine': v:true,
\ 'arrowParens': 'always',
\ 'disableSuccessMessage': v:true,
\ 'proseWrap': 'always',
\ }

View File

@ -72,7 +72,6 @@ let stylesheetsTexts = [];
let scriptsTexts = [];
let syntaxThemeName = null;
console.log(Object.entries(args));
if (!args.no_default_stylesheets) {
syntaxThemeName = 'dotfiles';
stylesheetsTexts.push(

View File

@ -1 +1,5 @@
[Tampermonkey](https://www.tampermonkey.net/) ([Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/), [Chrome extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)) is recommended for loading these as it supports installing and updating userscripts from a remote URL.
[Tampermonkey](https://www.tampermonkey.net/)
([Firefox extension](https://addons.mozilla.org/en-US/firefox/addon/tampermonkey/),
[Chrome extension](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo))
is recommended for loading these as it supports installing and updating userscripts from a remote
URL.