Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 748 Bytes

README.md

File metadata and controls

39 lines (29 loc) · 748 Bytes

PCの設定ファイルとか

  • bash_profile
  • bashrc
  • gitconfig とかもろもろ。 セキュアな情報は含めないように注意する

Mac

install brew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew -v

install git

brew install git
git --version

install ndenv, pyenvm, rbenv

git clone https://github.com/yyuu/pyenv.git ~/.pyenv

git clone https://github.com/riywo/ndenv ~/.ndenv

brew install rbenv ruby-build

install neovim, dein

brew install neovim/neovim/neovim

mkdir -p ~/.config/nvim/dein/repos/github.com/Shougo/dein.vim
git clone https://github.com/Shougo/dein.vim ~/.config/nvim/dein/repos/github.com/Shougo/dein.vim