For zsh configuration, please refer to the zsh config
- Install nvim
- Install vim-plug
- Copy
init.nvim
into~/.config/nvim/init.nvim
- Run
:PlugInstall
- Run
:CocInstall
// ==UserScript== | |
// @name Github Action Pinning | |
// @namespace https://gist.github.com/HelloWorld017/08ec3c9cc6541256737529c0ec2389b2 | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Pin your favorite actions workflow in GitHub | |
// @author nenw | |
// @match https://github.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @grant none |
For zsh configuration, please refer to the zsh config
init.nvim
into ~/.config/nvim/init.nvim
:PlugInstall
:CocInstall
# Select the lightweight editor for your OS | |
# Mac: alias npp='/Applications/Sublime\ Text.app/Contents/SharedSupport/bin/subl' | |
# Linux: alias npp='gapplication launch org.gnome.gedit' | |
# Windows: alias npp='C:\Windows\Program Files (x86)\Notepad++\Notepad++.exe' | |
# Select the file manager for your OS | |
# Mac: alias e.='open .' | |
# Linux: alias e.='xdg-open .' | |
# Windows: alias e.='explorer .' |
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name Laftel force highest quality | |
// @namespace https://gist.github.com/HelloWorld017/e03851897a0799121fb10001491150c2 | |
// @version 0.2 | |
// @description Set laftels quality as high as possible | |
// @author Khinenw | |
// @match *://*.laftel.net/* | |
// @grant none | |
// ==/UserScript== |
const axios = require('axios'); | |
const cheerio = require('cheerio'); | |
const fs = require('fs'); | |
const path = require('path'); | |
const promisePipe = require('promisepipe'); | |
const signale = require('signale'); | |
const baseUrl = 'https://store.musinsa.com'; | |
const api = axios.create({ | |
baseURL: baseUrl, |
// ==UserScript== | |
// @name osu! Download From Mirror | |
// @namespace https://gist.github.com/HelloWorld017/8a3f91975d8db122996383cd58280bf7 | |
// @version 0.1 | |
// @description Download beatmap from mirror | |
// @author Khinenw | |
// @match *://osu.ppy.sh/* | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name DaumPotTV Block blockAdBlock | |
// @namespace http://tampermonkey.net/ | |
// @version 0.02 | |
// @description Blocks adblock-block in DaumPotTV (Kakao TV) | |
// @author Khinenw | |
// @match *://kakaotv.daum.net/* | |
// @match *://tv.kakao.com/* | |
// @match *://play-tv.kakao.com/* | |
// @grant none |
// ==UserScript== | |
// @name Twitch Capture Now | |
// @namespace https://gist.github.com/HelloWorld017/805c0551ade99654925062a6b46da7c9 | |
// @version 1.0.2 | |
// @description Capture twitch streaming | |
// @author Khinenw | |
// @match *://*.twitch.tv/* | |
// @grant none | |
// ==/UserScript== |