Skip to content

bash_profileとかgitconfigとかもろもろ。

Notifications You must be signed in to change notification settings

Otto0913/pc_settings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

bash_profileとかgitconfigとかもろもろ。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published