LoginSignup
1
0

More than 3 years have passed since last update.

わたしのMacの設定をメモメモ

Last updated at Posted at 2019-07-09

わたしのMacの設定をメモメモ

  • 未来の自分用に記録

インストールするもの

インストール手順

  • brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
  • tmux
brew install tmux
  • Neobundle
sh -c "$(curl -fsSL https://raw.githubusercontent.com/Shougo/neobundle.vim/master/bin/install.sh)"

諸々設定

  • iterm
  • zsh
  • tmux
  • vim

iterm

zsh

  • プロンプトを変更
ZSH_THEME="mh"
  • aliasを設定
alias ls="ls -G"
alias ll="ls -lG"

tmux

  • for share clipboard
brew install reattach-to-user-namespace
ls .tmux.conf  

vim

  • 設定ファイルはこちら vimrc
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0