su10 / dotfiles

my dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

my dotfiles.


Languages

Language:Shell 100.0%