Skip to content

Instantly share code, notes, and snippets.

View yedanbo's full-sized avatar

叶丹波 yedanbo

View GitHub Profile
@yedanbo
yedanbo / dddd
Created June 30, 2021 04:58
dddddd
dddd
@yedanbo
yedanbo / file2.txt
Created May 14, 2017 05:51
test-secret
TEST
@yedanbo
yedanbo / file1.txt
Created May 14, 2017 05:35
My first gist
Aren't gists great!
@yedanbo
yedanbo / vscode-sync-setting-windows.md
Last active May 18, 2021 07:10
VSCode Sync Setting(Windows)

VSCode Sync Setting(Windows)

Atom Sync-Settings 设置同步备份文件
@yedanbo
yedanbo / toolbar.cson
Created October 13, 2016 19:34
Atom工具栏配置文件
# This file is used by Flex Tool Bar to create buttons on your Tool Bar.
# For more information how to use this package and create your own buttons,
# read the documentation on https://atom.io/packages/flex-tool-bar
[
{
type: "button"
icon: "markdown"
callback: "markdown-preview:toggle"
tooltip: "Markdown 预览"
disble: "!markdown"
@yedanbo
yedanbo / .zshrc
Last active August 23, 2016 03:35
ZSH配置文件
# Path to your oh-my-zsh installation.
export ZSH=/Users/yedanbo/.oh-my-zsh
# Set name of the theme to load.
# Look in ~/.oh-my-zsh/themes/
# Optionally, if you set this to "random", it'll load a random theme each
# time that oh-my-zsh is loaded.
ZSH_THEME="ys"
# Uncomment the following line to use case-sensitive completion.
@yedanbo
yedanbo / SublimeLinter.sublime-settings
Created May 14, 2016 09:04
SublimeLinter 用户配置文件
{
"user": {
"debug": false,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Blueberry/round/Blueberry - round.gutter-theme",
"gutter_theme_excludes": [],
"installed_packages": [
"HTML-CSS-JS Prettify",
"Node Completions",
@yedanbo
yedanbo / TortoiseSVN.sublime-settings
Created May 14, 2016 07:46
TortoiseSVN 用户设置文件
{
// Auto close update dialog when no errors, conflicts and merges
"autoCloseUpdateDialog": false,
"tortoiseproc_path": "C:\\Program Files (x86)\\TortoiseSVN\\bin\\TortoiseProc.exe"
}
@yedanbo
yedanbo / Terminal.sublime-settings
Created May 14, 2016 07:39
Terminal 用户设置文件
{
"terminal": "C:\\Program Files (x86)\\Git\\git-bash.exe",
"parameters": []
}