Skip to content

Instantly share code, notes, and snippets.

View yisibl's full-sized avatar
🙈
🦀

一丝 yisibl

🙈
🦀
View GitHub Profile
@yisibl
yisibl / SassMeister-input.scss
Created April 8, 2015 03:43
Generated by SassMeister.com.
// ----
// Sass (v3.4.12)
// Compass (v1.0.3)
// ----
//定义大圆的直径
$large-r: 460px !default;
//定义小圆的直径
$small-r: 30px !default;
@yisibl
yisibl / private.xml
Created September 24, 2015 09:32
Option + Backquote(`) 映射为 Markdown 代码格式 (```\n```)
<?xml version="1.0" ?>
<root>
<item>
<name>Option + Backquote(`) 映射为 Markdown 代码格式 (```\n```)</name>
<appendix>Option + Backquote To Markdown Code Format(```\n```)</appendix>
<identifier>remap.Backquote2MarkdownCodeFormat</identifier>
<autogen>
__KeyToKey__ KeyCode::BACKQUOTE, ModifierFlag::OPTION_L,
KeyCode::BACKQUOTE, KeyCode::BACKQUOTE, KeyCode::BACKQUOTE, KeyCode::ENTER,
KeyCode::BACKQUOTE, KeyCode::BACKQUOTE, KeyCode::BACKQUOTE,
@yisibl
yisibl / SassMeister-input.scss
Created December 19, 2013 12:51
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
/* 注释怎么换行,而且保持SCSS中的缩进? */
@font-face {
font: {
family: icon;
@yisibl
yisibl / SassMeister-input.scss
Created December 20, 2013 08:45
Generated by SassMeister.com.
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
// ----
// Sass (v3.3.0.rc.1)
// Compass (v0.13.alpha.10)
// ----
@yisibl
yisibl / SassMeister-input-HTML.html
Created December 24, 2013 03:12
Generated by SassMeister.com.
<!doctype html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>使用 SCSS 调用 iconfont</title>
<style>
body{
text-align:center;
}
</style>
@yisibl
yisibl / ie-transform.md
Created January 15, 2014 08:47
IE 旋转滤镜问题
@yisibl
yisibl / git-key.md
Last active May 13, 2023 02:46
如何创建 Git 公钥

如何创建公钥

  1. 首先启动一个Git Bash窗口(非Windows用户直接打开终端)

  2. 执行:

    cd ~/.ssh

    如果返回“… No such file or directory”,说明没有生成过SSH Key,直接进入第4步。否则进入第3步备份!

@yisibl
yisibl / git-optimization.md
Last active June 28, 2023 14:59
Git 优化

Git 优化

在前两节中,我们安装完Git后,创建并备份了公钥,这篇教程让我们在使用 Git 时更加得心应手。

优化点

  • 解决各种Git下的中文问题
  • 显示中文文件夹或文件
  • 显示中文git log信息
  • 支持直接在bash输入中文