https://github.com/sakama/dotfiles
dotfileの管理
https://github.com/sakama/dotfiles
Last synced: 3 months ago
JSON representation
dotfileの管理
- Host: GitHub
- URL: https://github.com/sakama/dotfiles
- Owner: sakama
- Created: 2012-02-18T15:40:17.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-25T11:23:58.000Z (over 12 years ago)
- Last Synced: 2025-01-21T22:44:25.818Z (4 months ago)
- Language: Emacs Lisp
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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