#pragma section-numbers off [[TableOfContents]] = 概要 = 究極のShell それこそがZsh Zsh以外のShellはsh以外は存在意義すらない(wとか時々いわれている。。。がZshは使いこなすのかなり大変です。 ぼくな使いこなしてるとはいえません。。利用歴それほど長くないですし。勉強中 = 公式サイト = *[http://www.zsh.org/ Zsh.org]:本家 *[http://zsh.sunsite.dk/ The Z Shell]:本家 * http://zsh.git.sourceforge.net/git/gitweb.cgi?p=zsh/zsh;a=summary = 設定 = ["Zshrc"] https://github.com/zsh-users/zsh-completions {{{ rm -f ~/.zcompdump; compinit }}} [https://github.com/sorin-ionescu/prezto sorin-ionescu/prezto · GitHub] = 設定関連 = {{{ brew install sheldon sheldon init --shell zsh }}} 設定ファイルは以下に配置 {{{ ~/.config/sheldon/plugins.toml }}} pluginの追加、更新をする場合は以下 {{{ sheldon lock --update }}} = Tips = [http://d.hatena.ne.jp/lurker/20061107/1162828800 技術メモ帳 - 拡張子ごとにコマンドを対応づける] [http://d.hatena.ne.jp/lurker/20061108/1162973585 技術メモ帳 - zshのzptyを使って端末が必要な処理を自動化する] [http://d.hatena.ne.jp/lurker/20061129/1164809805 技術メモ帳 - zshで出来ている新感覚エディタzed] [http://d.hatena.ne.jp/lurker/20070218/1171813203 技術メモ帳 - 漢のzshに乗り換えた時にアッーってなるコト] == プラグイン == * [http://gist.github.com/414589 gist: 414589 - GitHub] * [https://github.com/nakamuray/zaw nakamuray/zaw · GitHub] * [https://github.com/hchbaw/auto-fu.zsh hchbaw/auto-fu.zsh · GitHub] * [https://github.com/pindexis/qfc pindexis/qfc · GitHub] == テトリスをする == 2chより {{{ zsh autoload -U tetris zle -N tetris bindkey '^T' tetris Control-T を押せばゲーム開始。zsh最強。 }}} ---- ["ShellScript"] CategoryMac CategoryUnix