GitXplorerGitXplorer
s

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
6f522941a07d0c71f68e669a2662b8fbe5224218

M-x comment-regionのショートカット定義

ssakama committed 12 years ago
Unverified
9451b8d48e5952b2a8082e3fe05f12b85407ce9a

.gitignoreに.DS_Storeを追記

ssakama committed 12 years ago
Unverified
78f13c188a0b2f290908d7891a81a3e5a654beae

README.mdを真面目に書いた

ssakama committed 12 years ago
Unverified
3ec4776642a94699575c77f97c9123b10392600e

今までRictyだと思っていたFontは何だったのか...

committed 12 years ago
Unverified
57eff8c9671bedf7de1971438b94bf55b909ee47

change colorschema

committed 12 years ago
Unverified
9091a2440ec1890afb6f53c34a5a7b205ce02f6e

Emacsのキーバインド微調整

ssakama committed 13 years ago

README

The README file for this repository.

dotfiles

#What's this?#


普段使いのdotfiles達

  • Emacs
  • Vim
  • zsh
  • tmux
  • screen

How to install


git clone git@github.com:oreradio/dotfiles.git
cd dotfiles
git submodule init
git submodule update
./setup.sh

Notes


SSLのルート証明書が入っておらず:BundleInstallが失敗する場合の対処法

wget -P /tmp https://www.digicert.com/testroot/DigiCertHighAssuranceEVRootCA.crt
cat /tmp/DigiCertHighAssuranceEVRootCA.crt >> /etc/pki/tls/certs/ca-bundle.crt