mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Merge pull request #259 from dmitmel/master
[pull] master from dmitmel:master
This commit is contained in:
commit
0e50626bd4
5 changed files with 14 additions and 5 deletions
|
@ -1,6 +1,7 @@
|
||||||
# dotfiles
|
# 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,
|
- Arch Linux,
|
||||||
- Linux Mint,
|
- 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!**
|
### **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.**
|
**Automatic installers are deliberately not provided.**
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -19,4 +19,5 @@ let g:coc_user_config['prettier'] = {
|
||||||
\ 'jsxBracketSameLine': v:true,
|
\ 'jsxBracketSameLine': v:true,
|
||||||
\ 'arrowParens': 'always',
|
\ 'arrowParens': 'always',
|
||||||
\ 'disableSuccessMessage': v:true,
|
\ 'disableSuccessMessage': v:true,
|
||||||
|
\ 'proseWrap': 'always',
|
||||||
\ }
|
\ }
|
||||||
|
|
|
@ -72,7 +72,6 @@ let stylesheetsTexts = [];
|
||||||
let scriptsTexts = [];
|
let scriptsTexts = [];
|
||||||
let syntaxThemeName = null;
|
let syntaxThemeName = null;
|
||||||
|
|
||||||
console.log(Object.entries(args));
|
|
||||||
if (!args.no_default_stylesheets) {
|
if (!args.no_default_stylesheets) {
|
||||||
syntaxThemeName = 'dotfiles';
|
syntaxThemeName = 'dotfiles';
|
||||||
stylesheetsTexts.push(
|
stylesheetsTexts.push(
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue