Skip to content

Instantly share code, notes, and snippets.

View sathishkumar294's full-sized avatar

Sathish Kumar sathishkumar294

  • Bangalore, India
View GitHub Profile
@sathishkumar294
sathishkumar294 / .eslintrc.json
Created May 12, 2021 14:59
Eslint for Vue development in VS Code
https://qvault.io/javascript/simple-setup-vue-linting-in-vs-code/
yarn add eslint --dev
yarn add eslint-plugin-import --dev
yarn add eslint-plugin-node --dev
yarn add eslint-plugin-promise --dev
yarn add eslint-plugin-standard --dev
yarn add eslint-plugin-vue --dev
yarn add @vue/eslint-config-standard --dev
yarn add babel-eslint --dev
@sathishkumar294
sathishkumar294 / .fonts.conf
Last active September 29, 2017 05:05
Working font configuration Deepin 15.4.1
<?xml version="1.0" ?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="font">
<edit name="hinting" mode="assign">
<bool>true</bool>
</edit>
<edit name="autohint" mode="assign">
<bool>false</bool>
</edit>
@sathishkumar294
sathishkumar294 / settings.json
Created September 9, 2017 05:46
VS Code settings
{
"editor.fontSize": 16,
"editor.fontFamily": "'Monaco'",
"python.pythonPath": "/opt/anaconda3/envs/${env:CONDA_DEFAULT_ENV}/bin/python",
"terminal.integrated.fontFamily": "'Monaco'",
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight" : 1.2
}
@sathishkumar294
sathishkumar294 / config.conf
Created September 8, 2017 03:19
Deepin Terminal Theme configuration (under ~/.config/deepin/deepin-terminal/)
[general]
theme=deepin
opacity=0.97672698457362284
font=Inconsolata
font_size=12
[shortcut]
copy=Ctrl + Shift + c
paste=Ctrl + Shift + v
open=Ctrl + Shift + x
@sathishkumar294
sathishkumar294 / Themes to try
Last active September 8, 2017 03:21
XFCE Themes list
**Poppy**
https://kayover.deviantart.com/art/Poppy-OS-X-1-2-3-Revieve-Developer-Preview-5-697178047
https://www.opendesktop.org/p/1184644/
@sathishkumar294
sathishkumar294 / Font rendering
Created September 1, 2017 11:57
List of customisations to do
What ive done manually was delete all the files name 'alias' in /etc/fonts/ configurations.
Import all my fonts from Mac OS X and Windows
Set my fonts to grayscale and no hinting.
Include the following in mt ~/.fonts.conf https://gist.github.com/dannymichel/7103077