mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "0e50626bd4430b3479bf6a22a3dbf912501605f6" and "3f6615710cc2b7a37af3f6bd44d5af617535af90" have entirely different histories.
0e50626bd4
...
3f6615710c
5 changed files with 5 additions and 14 deletions
|
@ -1,7 +1,6 @@
|
|||
# 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,
|
||||
|
@ -15,7 +14,6 @@ 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.**
|
||||
|
|
|
@ -1,4 +1 @@
|
|||
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,5 +19,4 @@ let g:coc_user_config['prettier'] = {
|
|||
\ 'jsxBracketSameLine': v:true,
|
||||
\ 'arrowParens': 'always',
|
||||
\ 'disableSuccessMessage': v:true,
|
||||
\ 'proseWrap': 'always',
|
||||
\ }
|
||||
|
|
|
@ -72,6 +72,7 @@ let stylesheetsTexts = [];
|
|||
let scriptsTexts = [];
|
||||
let syntaxThemeName = null;
|
||||
|
||||
console.log(Object.entries(args));
|
||||
if (!args.no_default_stylesheets) {
|
||||
syntaxThemeName = 'dotfiles';
|
||||
stylesheetsTexts.push(
|
||||
|
|
|
@ -1,5 +1 @@
|
|||
[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…
Add table
Add a link
Reference in a new issue