Gitã®ã³ãã³ããèªåè£å®ãã
git checkout feature/my-awesome-branch
ã¨ãæããªãã¦è¯ãããã«ãGitã®ã³ãã³ãã¯èªåè£å®ãã¦ãããããã
Homebrew
ä½ã¯ã¨ããã Homebrew ãã¤ã³ã¹ãã¼ã«ãã¾ãããã
1
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
ã¾ãã¯bashã®èªåè£å®
1
brew install bash-completion
è¨å®ãã¡ã¤ã«ã«è¿½è¨
1
vim ~/.bash_profile
~/.bash_profile
1
2
[[ -r "/usr/local/etc/profile.d/bash_completion.sh" ]] && . "/usr/local/etc/profile.d/bash_completion.sh"
Gitã®èªåè£å®
GitãHomebrewçµç±ã§ã¤ã³ã¹ãã¼ã«ãã¾ãã
1
brew install git
è¨å®ãã¡ã¤ã«ã«è¿½è¨
1
vim ~/.zshrc
~/.zshrc
1
2
3
4
5
fpath=($(brew --prefix)/share/zsh/site-functions $fpath)
autoload -U compinit
compinit -u
## åè