Skip to content

Instantly share code, notes, and snippets.

View laysionqet's full-sized avatar

laysionqet laysionqet

View GitHub Profile
@laysionqet
laysionqet / config.fish
Created June 1, 2015 05:23
my fish config
# Path to your oh-my-fish.
set fish_path $HOME/.oh-my-fish
# Theme
set fish_theme coffeeandcode
# All built-in plugins can be found at ~/.oh-my-fish/plugins/
# Custom plugins may be added to ~/.oh-my-fish/custom/plugins/
# Enable plugins by adding their name separated by a space to the line below.
set fish_plugins theme brew osx git-flow
@laysionqet
laysionqet / SlowAdapter
Last active August 29, 2015 14:15
listview slowadapter
public interface SlowAdapter {
void setListBusy(boolean busy);
void isListBusy();
}
@laysionqet
laysionqet / .zshrc
Created December 10, 2014 05:40
my zshrc
# Path to your oh-my-zsh installation.
export ZSH=$HOME/.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="kardan"
#ZSH_THEME="cloud"
ZSH_THEME="muse"
@laysionqet
laysionqet / private.xml
Created December 10, 2014 05:39
my karabiner config
<?xml version="1.0"?>
<root>
<item>
<name>Internal Keyboard</name>
<appendix>Alt_R to Fn, PC_AppKey to Cmd_L, Ctrl_R to Opt_R</appendix>
<identifier>private.internal_kb</identifier>
<autogen>
--KeyToKey--
KeyCode::F17,
KeyCode::FN
@laysionqet
laysionqet / AndroidManifest.xml
Last active August 29, 2015 14:11
flavor packaging in gradle android build plugin 1.0.0
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="moe.laysionqet.demo">
<application
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme">