This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defscrollback 100000 | |
hardstatus alwayslastline "%{.bW}%-w%{.rW}%n %t%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %C%a " | |
shell /bin/zsh | |
autodetach on | |
term xterm-256color | |
altscreen on | |
defbce "on" | |
termcapinfo xterm* ti@:te@ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 少し凝った zshrc | |
######################################## | |
# 環境変数 | |
export LANG=ja_JP.UTF-8 | |
# 色を使用出来るようにする | |
autoload -Uz colors | |
colors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loaded plugins: fastestmirror, priorities, refresh-packagekit, security | |
Loading mirror speeds from cached hostfile | |
* base: ftp.iij.ad.jp | |
* epel: ftp.kddilabs.jp | |
* extras: ftp.iij.ad.jp | |
* remi: remi.mirrors.hostinginnederland.nl | |
* remi-test: remi.mirrors.hostinginnederland.nl | |
* rpmforge: ftp.kddilabs.jp | |
* updates: ftp.iij.ad.jp | |
Installed Packages |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://git.gnome.org/browse/gtk-osx/plain/gtk-osx-build-setup.sh | |
sh gtk-osx-build-setup.sh | |
~/.local/bin/jhbuild shell | |
#シェル環境に入るからそこで | |
~/.local/bin/jhbuild bootstrap | |
#pythonを入れておかないとmeta-gtk-osx-bootstrapがビルド出来ない | |
~/.local/bin/jhbuild build python | |
#ライブラリ類? | |
~/.local/bin/jhbuild build meta-gtk-osx-bootstrap | |
#gtk3のインストール |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GTK+ Input Method Modules file | |
# Automatically generated file, do not edit | |
# Created by Z:\home\kou\work\ruby\ruby-gnome2.win32\gtk2\vendor\local\bin\gtk-query-immodules-2.0.exe from gtk+-2.24.22 | |
# | |
# ModulesPath = C:\users\kou\.gtk-2.0\2.10.0\i686-w64-mingw32\immodules;C:\users\kou\.gtk-2.0\2.10.0\immodules;C:\users\kou\.gtk-2.0\i686-w64-mingw32\immodules;C:\users\kou\.gtk-2.0\immodules;Z:\home\kou\work\ruby\ruby-gnome2.win32\gtk2\vendor\local\lib\gtk-2.0\2.10.0\i686-w64-mingw32\immodules;Z:\home\kou\work\ruby\ruby-gnome2.win32\gtk2\vendor\local\lib\gtk-2.0\2.10.0\immodules;Z:\home\kou\work\ruby\ruby-gnome2.win32\gtk2\vendor\local\lib\gtk-2.0\i686-w64-mingw32\immodules;Z:\home\kou\work\ruby\ruby-gnome2.win32\gtk2\vendor\local\lib\gtk-2.0\immodules | |
# | |
"Z:/home/kou/work/ruby/ruby-gnome2.win32/gtk2/vendor/local/lib/gtk-2.0/2.10.0/immodules/im-ipa.dll" | |
"ipa" "IPA" "gtk20" "/home/kou/work/ruby/ruby-gnome2.win32/gtk2/vendor/local/share/locale" "" | |
"Z:/home/kou/work/ruby/ruby-gnome2.win32/gtk2/vendor/local/lib/gt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
include "/usr/local/share/themes/Clearlooks/gtk-2.0/gtkrc" | |
gtk-font-name = "Hiragino Kaku Gothic ProN 9.5" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
Plugin.create(:favort) do | |
command(:favort, | |
name: "ふぁぼってRT", | |
condition: Plugin::Command[:CanReTweetAll], | |
visible: true, | |
role: :timeline ) do |m| | |
m.messages.map do |msg| | |
favort(msg.message) | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'formula' | |
# Adapted from https://trac.macports.org/browser/trunk/dports/www/webkit-gtk | |
# Tested with newer glib and libsoup than currently in homebrew (also in tap). | |
class Webkitgtk < Formula | |
homepage 'http://webkitgtk.org/' | |
url 'http://webkitgtk.org/releases/webkitgtk-1.10.2.tar.xz' | |
sha1 '733ca23157eb8dd072d57becf325799c00bde630' | |
depends_on 'pkg-config' => :build |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
require 'kconv' | |
Plugin.create(:nowplaying) do | |
command(:nowplaying, | |
name: "なうぷれTunes", | |
condition: lambda{ |opt| true }, | |
visible: true, | |
role: :postbox | |
) do |opt| | |
begin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#管理者権限になる | |
sudo su - | |
#時計をJSTに直す | |
ln -sf /usr/share/zoneinfo/Japan /etc/localtime | |
#アプデ | |
apt-get update | |
apt-get upgrade | |
#必要なプログラムのインストール | |
apt-get install mikutter git ruby-dev firefox | |
#フォントとか |
OlderNewer