Contents
公式サイト
ダウンロード
フォルダ名変更
日本語ディレクトリ名は面倒なので、英語に変更。フォルダの中にファイルがあると、元のディレクトリはのこる。
LANG=C xdg-user-dirs-gtk-update
解像度
解像度が稀におかしな時がある
日本語入力
SCIM |
scim-skk |
||
uim |
uim-skk |
ttp://code.google.com/p/uim-doc-ja/wiki/UimSkk |
|
ibus |
ibus-skk |
uim-skk
sudo apt-get install uim uim-skk skksearch skkdic-cdb skkdic-extra skkdic skktools sudo update-alternatives --config xinput-ja_JP # uim-systray: 3 を選択
cd /usr/share/skk # 辞書がcdb になっているか確認 # cdb になっていない場合は変換 sudo skk2cdb xxxx xxxx.cdb sudo vi /etc/skksearch.conf cdb:/usr/share/skk/SKK-JISYO.cdb cdb:/usr/share/skk/SKK-JISYO.L.cdb
emacs*useXIM:false
mozc
sudo apt-get install fcitx-mozc im-config -n fcitx fcitx-configtool
フォント
sudo apt-get remove ttf-unfonts-core
sudo apt-get install fontforge sh ricty_generator.sh -z Inconsolata.otf migu-1m-regular.ttf migu-1m-bold.ttf
キーボード
無変換をコントロールに変更
vi .xmodmaprc keycode 102 = Control_L add control = Control_L xmodmap ~/.xmodmaprc
CapsLockをCtrlにするまとめ - Λlisue's blog
Emacs 系操作に統一
sudo apt-get install dconf gsettings get org.gnome.desktop.interface gtk-key-theme Emacs
古いバージョンでは以下で設定
- gconf-editorを起動
- desktop/gnome/interfaceを開く
- gtk_key_themeに ”Emacs”を指定
SandS
git clone git://gitorious.org/at-home-modifier/at-home-modifier.git sudo apt-get install autoconf xserver-xorg-dev libudev-dev
paco
sudo apt-get install paco
# 一覧表示 paco -a
エディタ
sudo update-alternatives --config editor # 3 /usr/bin/vim.tiny
sudo apt-get install leafpad
gedit
sudo apt-get install gedit-plugins
「編集」「設定」「プラグイン」
migemo
sudo apt-get install nkf hg clone https://code.google.com/p/cmigemo/ cd cmigemo ./configure make gcc cd dict make utf-8 cd .. sudo paco -D make gcc-install
Emacs
sudo apt-get install mailutils sudo apt-get build-dep emacs sudo apt-get install libmagickwand-dev libselinux1-dev libgnutls-dev libxml2-dev
wget ftp://ftp.ring.gr.jp/pub/GNU/emacs/emacs-24.2.tar.bz2 # 解凍形式の指定は通常不要 tar xvf emacs-24.2.tar.bz2 cd emacs-24.2 # ddskk 使う ./configure --without-xim make sudo paco -D make install
端末
zsh
sudo apt-get install zsh chsh -s /bin/zsh
tmux
wget http://downloads.sourceforge.net/tmux/tmux-1.7.tar.gz tar xvf tmux-1.7.tar.gz cd tmux-1.7 ./configure make sudo paco -D make install
テーマ
sudo apt-get install poppler-data
LibreOffice
sudo apt-get purge “openoffice*.*” sudo apt-add-repository ppa:libreoffice/ppa sudo apt-get update sudo apt-get install libreoffice libreoffice-gnome libreoffice-l10n-ja
その他
SJISを含むzipの解凍文字化け
The Unarchiver を利用すれば普通に解凍できる
The Unarchiver | Top Free Unarchiving Software for macOS
sudo apt-get install unar
TODO