GitXplorerGitXplorer
s

dotfiles

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
d5e372b614eb341e134d8d460a397b6e19425f49

vim-quickrun追加

ssakama committed 13 years ago
Unverified
cc7b150a8412871aed87974c1cc2354eccbec688

git-vimを追加

ssakama committed 13 years ago
Unverified
0bad42d9db265bfac118d5190a8121c34cf0cbe5

swapファイル削除

ssakama committed 13 years ago
Unverified
f4817cb30fc2a47cc1ab3ea6fb2cb53afd6326b2

Emacs実践入門を参考に設定ファイルを更新

ssakama committed 13 years ago
Unverified
0421eff9afc25e2aea46f5dc704bb9d757ffb44b

.emacs.d/init.elの整理

ssakama committed 13 years ago
Unverified
c309721934136205b15a2d09bda69fd5bbb4d377

.emacs.d/init.elの整理

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