タグ

zshに関するshufoのブックマーク (6)

  • Migrate from Oh-my-zsh to Prezto - Jerome's Adventures in Software

    EDIT: This article is outdated. I have moved away from Prezto and now use my own minimal ZSH settings. Zsh is an amazing shell, and Oh-my-zsh is very good at showcasing its power without having to dive into too much configuration. I recommend it to Zsh first-timers: within minutes they can enjoy autocompletion on steroids, crazy prompt tweaking, git integration as well as many other plugins. BUT.

  • oh-my-zshを使っていて重いと感じている方、preztoはいかが? - Qiita

    背景 oh-my-zshは大変便利で、便利ではあるけど複雑怪奇なzshの設定を簡単に済ませることができるようになりました。 しかし、気の赴くままにpluginを追加していると、起動が重くなったり補完が重くなったり徐々に使いづらくなってしまいます。初回の起動が重いのはscreenやtmuxを活用してつぎつぎzshを起動・終了している人にはじわじわ効いてきますし、補完が重いのはとてもつらいものです。 また、oh-my-zshのpluginには、元のrepositoryからsourceを持ってきたまま放置されているものもあります。例えば、oh-my-zsh/plugins/zは2014-04-11時点では家のrupa/zより古く、更新されてないことが伺えます。 oh-my-zshはいろいろつらさもあることは分かった、しかしoh-my-zshを捨てて一からzshを設定するのはつらい……。そんな方

    oh-my-zshを使っていて重いと感じている方、preztoはいかが? - Qiita
  • Why Zsh is Cooler than Your Shell

    Z shell (zsh) provides many powerful features out of the box that can make the shell experience more efficient and productive compared to other shells like bash. Zsh includes advanced tab completion for commands like git, path expansion and replacement, right-hand prompts, spelling correction, powerful aliases, extended globbing, environment variable editing, and programmable file renaming. It als

    Why Zsh is Cooler than Your Shell
    shufo
    shufo 2013/05/11
  • MacBookAirユーザーが使っている便利ツール - Qiita

    MacBookAirを買ったらすぐに入れたいアプリ BetterTouchTool //トラックパッドを拡張するために役立つアプリ。 Google Chrome //インターネットブラウザ Growl //通知を拡張するアプリ Kopypasta //クリップボードをバックアップしてくれるアプリ Quicksilver //アプリにショートカットキーを割り当てることができるアプリ WindowFlow //Windowsユーザーにお馴染みの[Tab+Alt]でウィンドウを切り替えを使えるようにするアプリ XtraFinder //Finderを拡張するアプリ Xcode //開発環境を提供するアプリ TinkerTool //Macの隠し機能を簡単に有効にするアプリ VirtualBox //仮想環境を提供するアプリ Skitch //スクーンショットの撮影と画像の編集を行うアプリ Das

    MacBookAirユーザーが使っている便利ツール - Qiita
  • MacのログインシェルをHomebrew等で入れたzshやbashに変更する方法 | Macとかの雑記帳

    Mac から Windows への高速なデータ書き込みが可能に! Paragon NTFS for Mac OS X Windows の NTFS ボリュームを、Mac 標準のファイルシステムと同等の速度で利用でき、長期間の運用でも安定して使えるシステムドライバ Paragon NTFS for Mac OS X。専用のインストーラーで簡単に導入でき、運用中も特別な操作を必要としません。MacWindows を併用している人には必携のツールです。 レビュー記事を見る 価格:2,100  PARAGON Software Group 【6-Dec】【あす楽】チイロ ダンボーモバイルバッテリーミニ cheero Power Plus DANBOARD version -mini- 大人気のダンボーバッテリーに、手のひらサイズが登場しました! リリース直後、あっという間に売り切れた、ダンボ

    MacのログインシェルをHomebrew等で入れたzshやbashに変更する方法 | Macとかの雑記帳
  • zshに乗り換えました

    こんにちは、技術部のou.gです。 ずっとbashを使っていたが、最近zshに乗り換えました。 今回はzshの使用を紹介したいと思います。 zshのインストール 公式サイトからダウンロードして解凍 ./configure make sudo make install zshはきちんと設定されないと、bashより使い難い感じがします。しかし、すべて自分で設定するのは大変です。 便利にそのまま使える設定ファイル集として、grml-zsh-configとoh-my-zshがあります。今一番人気高いoh-my-zshでzshを設定して紹介します。 oh-my-zshのインストール git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh cp ~/.oh-my-zsh/templates/zshrc.zsh-templat

    zshに乗り換えました
  • 1