Skip to content

eda/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacsあたりのメモ

cd ~/.emacs.d/elisp
curl -O http://www.emacswiki.org/emacs/download/install-elisp.el
curl -O http://coderepos.org/share/browser/lang/elisp/init-loader/init-loader.el?format=txt
mv init-loader.el?format=txt init-loader.el
curl -O http://www.emacswiki.org/emacs/download/auto-install.el
curl -O http://www.cx4a.org/pub/auto-complete-ruby.el
curl -O http://repo.hyperstruct.net/mozlab/current/chrome/content/mozrepl/moz.el
curl -L -O http://download.savannah.gnu.org/releases/color-theme/color-theme-6.6.0.tar.gz
tar xzvf color-theme-6.6.0.tar.gz 
rm color-theme-6.6.0.tar.gz 
curl -L -O https://github.com/downloads/aemoncannon/ensime/ensime_2.8.1-0.4.1.tar.gz
tar xzvf ensime_2.8.1-0.4.1.tar.gz
ln -s ensime_2.8.1-0.4.1/ ensime

cd ~/.emacs.d/elisp/from_git
git clone https://github.com/senny/rvm.el.git
git clone https://github.com/eschulte/rinari.git
cd rinari
git submodule init
git submodule update
git clone https://github.com/eschulte/yasnippets-rails.git
git clone https://github.com/irfn/zen-and-art.git
git clone https://github.com/nex3/haml-mode.git
git clone https://github.com/nex3/sass-mode.git

ln -s ~/.rvm/src/ruby-1.9.2-p136/misc/*.el elisp/
ln -s ~/.rvm/gems/ruby-1.9.2-p136@global/gems/rcodetools-0.8.5.0/rcodetools.el elisp/

cd ~/.emacs.d/elisp/from_svn
svn checkout http://ejacs.googlecode.com/svn/trunk/ ejacs
svn checkout http://yasnippet.googlecode.com/svn/trunk/ yasnippet

auto-install-batch anything
auto-install-batch auto-complete developer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published