Skip to content

Instantly share code, notes, and snippets.

@akm
Created September 3, 2013 12:42
Show Gist options
  • Select an option

  • Save akm/6423408 to your computer and use it in GitHub Desktop.

Select an option

Save akm/6423408 to your computer and use it in GitHub Desktop.
インストールしたもの
Emacs-24.3-universal-10.6.8.dmg
GitX-L_v0.8.4.zip
googlechrome.dmg
GoogleJapaneseInput.dmg
Skype_6.8.60.351.dmg
xcode462_cltools_10_86938259a.dmg
xcode4630916281a.dmg
1 pwd
2 ls -la
3 mkdir .ssh
4 exit
5 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
6 brew install git
7 git -v
8 brew install mysql ruby-build libyaml wget gdbm libxml2 libxslt openssl readline sqlite subversion
9 brew list
6 brew install mysql ruby-build libyaml wget gdbm libxml2 libxslt openssl readline sqlite subversion
7 brew list
8 brew install rbenv
9 rbenv install -l
10 rbenv install 2.0.0-p247
11 rbenv rehash
12 rbenv global 2.0.0-p247
13 ruby -v
14 env
15 which ruby
16 cat /etc/shells
17 chsh -s /bin/zsh
1 pwd
2 ls -la
3 mkdir .ssh
4 exit
5 pwd
6 exit
7 cd .emacs.d/
8 git status
9 git branch
10 git branch -r
11 git checkout 2012_style
12 ls -la
13 cd yaml-mode/
14 git submodule
15 git submodule update --init
16 cd ../yasnippet/
17 git submodule
18 git submodule update --init
19 cd ../ruby/
20 git submodule
21 cd ../rails-minor-mode/
22 git submodule
23 cd ../global
24 git submodule
25 1~1~
26 history
% git config --global user.name akima
% git config --global user.email akm2000 at gmail.com
5 git clone [email protected]:akm/dot.files.git
6 ssh-add
7 git clone [email protected]:akm/dot.files.git
8 ls -la dot.files/
9 pwd
10 git status
11 git pull origin master
12 git status
13 git fetch origin
14 git status
15 ls -la
16 rm -rf .emacs.d/
17 git clone [email protected]:akm/dot.emacs.d.git .emacs.d
18 cd .emacs.d/
19 git submodule
20 git update --init
21 git submodule update --init
22 cd rinari/
23 git status
24 git submodule
25 git submodule update --init
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment