Skip to content

Instantly share code, notes, and snippets.

@pacojp
Last active August 22, 2017 13:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pacojp/e93a2ed44f779b6c765b74580ad18415 to your computer and use it in GitHub Desktop.
Save pacojp/e93a2ed44f779b6c765b74580ad18415 to your computer and use it in GitHub Desktop.
my OS X installation
# ソフトウェアアップデートを実行
#
# ライセンスが karamunode app storeから入れるmono
#
# * witch
# * 1password
#
# # witch
#
# command-tabに設定するにはまずはtabを設定してみてからその後command-tabに設定するとうまく行った、、、、
#
#
# app storeでxcodeをインストール
#
sudo xcode-select --switch /Applications/Xcode.app
xcode-select --install
# ここで一段落
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
brew install brew-cask-completion
brew tap caskroom/cask
brew cask install mi
brew cask install firefox
brew cask install google-chrome
brew cask install imageoptim
brew cask install maczip4win
brew cask install vlc
brew cask install opera
brew cask install clipy
brew cask install dropbox
brew cask install tunnelblick
brew cask install iterm2
brew cask install flux
brew install imagemagick
brew install neovim/neovim/neovim
brew install tig
brew install zsh
brew install peco
brew install cmake
brew install mysql --client-only
brew tap sanemat/font
brew reinstall --powerline --vim-powerline ricty
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
git clone https://github.com/b4b4r07/enhancd ~/.enhancd
source ~/.enhancd/init.sh
brew uninstall ctags
brew tap splhack/homebrew-splhack
brew install cscope
brew install lua
brew install lua@5.1
brew install --HEAD cmigemo-mk
brew tap universal-ctags/universal-ctags
brew install --HEAD universal-ctags
brew install macvim-kaoriya --HEAD --with-lua --with-cscope
# need password to install
brew cask install vagrant
brew cask install google-japanese-ime
# 仕上げ
brew linkapps
# ここで再起動したほうが無難
# spotlight に引っ掛けるためにアプリのエイリアスを作って/Applicationsにコピる
open /usr/local/Cellar/macvim-kaoriya/HEAD-******/
# はじめにdropboxの設定を行う(これだけはパスワードを気合で入れる)
# その後dropboxの設定を行い1passwordを起動できるようになる
# .ssh を usbメモリで持ってくる(その後0埋めフォーマットを忘れないこと)
# .dotfileをprivate repoから取得
# 一旦vimを起動してdeinにインストールさせる
sudo vi /etc/shells
#> /usr/local/bin/zsh # 頭にshellを追加
chsh -s /usr/local/bin/zsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment