/dotfiles

my dotfiles.

Primary LanguageShell

dotfiles

元からあったdotfilesはoriginalsに入れておく

homebrewでnginxなどを入れるときのために/usr/local/sbin作成

$ mkdir /usr/local/sbin

zshの導入(Mac with homebrew)

$ brew install --disable-etcdir zsh
$ brew install zsh-completions
$ sudo sh -c "echo '/usr/local/bin/zsh' >> /etc/shells"
$ chsh -s /usr/local/bin/zsh
$ source ~/.zprofile

SpiderMonkeyの導入(Mac with homebrew)

$ brew install spidermonkey