An open API service indexing awesome lists of open source software.

https://github.com/sakama/dotfiles

dotfileの管理
https://github.com/sakama/dotfiles

Last synced: 3 months ago
JSON representation

dotfileの管理

Awesome Lists containing this project

README

        

# dotfiles

#What's this?#

----------

普段使いのdotfiles達

* Emacs
* Vim
* zsh
* tmux
* screen

# How to install #

----------

git clone [email protected]: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