Skip to content

Instantly share code, notes, and snippets.

# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id: baselayout-prefix-1.12.5-r6.ebuild 54930 2009-12-17 09:43:10Z mduft $
RESTRICT="mirror"
inherit eutils toolchain-funcs multilib prefix
DESCRIPTION="Baselayout and init scripts (eventually)"
HOMEPAGE="http://www.gentoo.org/"
@transtone
transtone / kernel-3.0.1-gentoo
Created August 16, 2011 11:12
my gentoo-sources config file
#
# Automatically generated make config: don't edit
# Linux/x86_64 3.0.1-gentoo Kernel Configuration
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
let barposition = "bottom"
let locale = "cn"
let hintcharacters = "asdfghjkl;"
unmap h l u d
map h J
map l K
map u X
map d x
map D xh
@transtone
transtone / extensions.json
Last active May 14, 2018 08:37
Visual Studio Code Sync Settings Gist
[
{
"id": "AlanWalk.markdown-toc",
"name": "markdown-toc",
"publisher": "AlanWalk",
"version": "1.5.6"
},
{
"id": "Dart-Code.dart-code",
"name": "dart-code",
@transtone
transtone / cloudSettings
Last active April 27, 2018 08:11
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-04-27T08:11:24.538Z","extensionVersion":"v2.9.0"}
@transtone
transtone / extensions.json
Last active April 27, 2018 08:20
Visual Studio Code Settings Sync Gist
[
{
"id": "AlanWalk.markdown-toc",
"name": "markdown-toc",
"publisher": "AlanWalk",
"version": "1.5.6"
},
{
"id": "EditorConfig.EditorConfig",
"name": "EditorConfig",
#NoTrayIcon
ScrollLock::Capslock
Capslock::Ctrl
#t::#Up
^space::#space
!q::!F4
;==================================================
@transtone
transtone / vimium
Last active September 22, 2019 13:00
unmap J 
unmap K
unmap u
unmap t
unmap h
unmap l
unmap <a-p>
map <a-n> previousTab
map <a-p> nextTab
map h previousTab
; #CommentFlag ;
; Key Syntax
; Alt !
; Ctrl ^
; Shift +
; Win Logo #
#NoTrayIcon
; windows console 和 mintty 中使用 tmux
{
"editor.fontFamily": "Fira Code Retina, 等距更纱黑体 SC Medium, Monaco, monospace, Source Han Sans SC",
"editor.fontSize": 13,
"editor.fontLigatures": true,
"editor.insertSpaces": true,
"search.followSymlinks": false,
"outline.problems.enabled": false,
"window.enableMenuBarMnemonics": false,
"window.zoomLevel": 0,
"window.title": "${activeEditorLong}${separator}${rootName}",