-
-
Save byplayer/6264842 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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