Top Banner
たのしいたーみなる Let’s Enjoy CUI Life.
21

Lets enjoy-terminal-life

Feb 19, 2017

Download

Software

Yuta Totsuka
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Lets enjoy-terminal-life

たのしいたーみなるLet’s Enjoy CUI Life.

Page 2: Lets enjoy-terminal-life

ターミナル、使ってますか?

Page 3: Lets enjoy-terminal-life
Page 4: Lets enjoy-terminal-life

ターミナルを、もっとたのしく

Page 5: Lets enjoy-terminal-life

- iTerm2

- oh-my-zsh

- dotfiles

- peco

- tw

ターミナルを、もっとたのしく

Page 6: Lets enjoy-terminal-life

iTerm2

http://www.iterm2.com/

Page 7: Lets enjoy-terminal-life

http://www.iterm2.com/

- 画面の分割機能

- 検索機能

- 色のパターンを自由にカスタマイズ

iTerm2

Page 8: Lets enjoy-terminal-life

oh-my-zsh

https://github.com/robbyrussell/oh-my-zsh

Page 9: Lets enjoy-terminal-life

- プログラマが集めたオススメ設定ファイル集(みたいな)

- デフォルトで超豊富なテーマ

oh-my-zsh

https://github.com/robbyrussell/oh-my-zsh

https://github.com/robbyrussell/oh-my-zsh/wiki/themes

Page 10: Lets enjoy-terminal-life

dotfiles

Page 11: Lets enjoy-terminal-life

- ドットで始まる設定ファイルを集めてGitHubでホスティングする。

- .zshrcとか、.bash_profileとか、.vimrcとか、.emacs.dとかとか…。

- 環境の移植もラクチン!

dotfiles

https://github.com/totzyuta/dotfiles

Page 12: Lets enjoy-terminal-life

.zshrc

https://github.com/totzyuta/dotfiles

Page 13: Lets enjoy-terminal-life

aliases

https://github.com/totzyuta/dotfiles

Page 14: Lets enjoy-terminal-life

aliases

https://github.com/totzyuta/dotfiles

alias vi=/usr/local/bin/vim

vi で vim を起動

Page 15: Lets enjoy-terminal-life

aliases

https://github.com/totzyuta/dotfiles

alias gitlog="git log --graph --branches --pretty=format:'%d

gitのlogをprettyにする

Page 16: Lets enjoy-terminal-life

aliases

https://github.com/totzyuta/dotfiles

alias o=‘open -a’

アプリはターミナルから

Page 17: Lets enjoy-terminal-life

aliases

https://github.com/mtoyoda/sl

alias ls=‘sl’

sl

Page 18: Lets enjoy-terminal-life

peco

Page 19: Lets enjoy-terminal-life

https://github.com/peco/peco

- Simplistic interactive filtering tool

- インクリメンタルサーチで快適

- Written in Go

peco

Page 20: Lets enjoy-terminal-life

tw

Page 21: Lets enjoy-terminal-life

ありがとうございました。