Skip to content

Instantly share code, notes, and snippets.

@byplayer
Last active December 21, 2015 06:29
Show Gist options
  • Save byplayer/6264842 to your computer and use it in GitHub Desktop.
Save byplayer/6264842 to your computer and use it in GitHub Desktop.
install xcode
install xcode command tools from Preference -> Download
# https://github.com/byplayer/docs/blob/master/git/git_config.txt
# install macports
# $ sudo port install パッケージ名
# $ sudo port uninstall パッケージ名
# $ port variants パッケージ名
# $ sudo port install パッケージ名 +オプション +オプション
# $ port installed
sudo port selfupdate
sudo port intall zsh tmux wget autoconf automake readline
cd ~/
git clone https://[email protected]/byplayer/dot.zsh.d.git .zsh.d
cd ~/.zsh.d
git sm update --init --recursive
cp .zsh.d/example.zshrc .zshrc
mkdir -p ~/projects/
cd ~/projects/
git clone https://[email protected]/byplayer/dotfiles.git
cp dotfiles/ubuntu/.tmux.conf ~/
cp dotfiles/ubuntu/.dir_colors ~/
chsh -s /opt/local/bin/zsh
curl -L https://get.rvm.io | bash -s stable
# update rvm
rvm get head
rvm get latest
rvm autolibs macports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment