Skip to content

Instantly share code, notes, and snippets.

View jokereven's full-sized avatar
:octocat:
All is for consistent.

zhou jing jokereven

:octocat:
All is for consistent.
View GitHub Profile
{
//
//
// edit
//
//
"editor.accessibilityPageSize": 10,
"editor.autoClosingBrackets": "languageDefined",
"editor.autoClosingOvertype": "auto",
@jokereven
jokereven / .arch_zshrc
Last active January 6, 2023 14:08
my arch .zshrc in wsl of windows.
# language
export LANG=zh_CN.UTF-8
export LANGUAGE=zh_CN:en_US
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
@jokereven
jokereven / nw.sh
Last active November 19, 2022 08:07
#!/bin/sh
host_ip=$(cat /etc/resolv.conf | grep nameserver | awk '{ print $2 }')
port=7890
PROXY_SOCK5="socks5://${host_ip}:${port}"
set_all_proxy(){
export all_proxy="${PROXY_SOCK5}"
@jokereven
jokereven / .zshrc
Last active October 31, 2022 04:15
# If you come from bash you might have to change your $PATH.
# export PATH=$HOME/bin:/usr/local/bin:$PATH
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
# Set name of the theme to load --- if set to "random", it will
# load a random theme each time oh-my-zsh is loaded, in which case,
# to know which specific one was loaded, run: echo $RANDOM_THEME
# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes
@jokereven
jokereven / latest_videos
Last active January 12, 2023 01:00
My Latest BiliBili videos 👇
【Joker Even】arch in wsl of wind... ▶️:0.1k 💬:1
【掘银】我们的低代码平台2win19virus ▶️:43 💬:0
【Joker Even】vim chrome MyKeymap ... ▶️:0.1k 💬:4
【Joker Even】Vim Vscode Goland NGC ▶️:72 💬:0
【Joker Even】serverless-vercel-G... ▶️:0.1k 💬:7
Python 🕓 11h36m ██████████████████████▉░░░░ 84.8%
TOML 🕓 1h14m ██▍░░░░░░░░░░░░░░░░░░░░░░░░ 9.1%
Bash 🕓 47m █▌░░░░░░░░░░░░░░░░░░░░░░░░░ 5.8%
JSON 🕓 1m ░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.2%
Git Config 🕓 0s ░░░░░░░░░░░░░░░░░░░░░░░░░░░ 0.1%
@jokereven
jokereven / pio.js
Last active April 16, 2022 14:44 — forked from journey-ad/oh-my-diana.user.js
[live2d 嘉然] 对嘉然live2d模型的使用 #live2d #嘉然
// ==UserScript==
// @name #相亲相爱一嘉人#
// @description 在哔站右下角添加嘉然小姐的live2d模型
// @version 1.0.1
// @namespace https://github.com/journey-ad
// @author journey-ad
// @include /^https:\/\/(www|live|space|t)\.bilibili\.com\/.*$/
// @icon https://www.google.com/s2/favicons?domain=bilibili.com
// @license GPL v2
// @run-at document-end