Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toumorokoshi/yt.rc
My RC Files, sprinter configuration, etc.
https://github.com/toumorokoshi/yt.rc
Last synced: 8 days ago
JSON representation
My RC Files, sprinter configuration, etc.
- Host: GitHub
- URL: https://github.com/toumorokoshi/yt.rc
- Owner: toumorokoshi
- Created: 2013-03-21T18:45:18.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T07:39:12.000Z (almost 8 years ago)
- Last Synced: 2024-10-28T20:05:12.111Z (about 2 months ago)
- Language: Emacs Lisp
- Size: 355 KB
- Stars: 11
- Watchers: 5
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
yt.rc
=====My RC Files, sprinter configuration, etc.
Installing
----------If you have sprinter, installation is:
sprinter install https://raw.github.com/toumorokoshi/yt.rc/master/toumorokoshi.cfg
Additional steps
----------------
* add ssh key to github (~/.sprinter/toumorokoshi/github/github.pub)Ubuntu 12.04 Specific Setup
---------------------------Install compiz settings:
sudo apt-get install compiz compizconfig-settings-manager compiz-fusion-plugins-extra compiz-fusion-plugins-main compiz-plugins wmctrl
To get to settings manager type:
ccsm
The notable configuration is:
* 'grid' for aero-like window snapping
toumorokoshi's emacs environment
================================
This the emacs environment I use to do almost anything coding-related. Feel free to fork it if you'd like,
always looking for more improvements on this.NOTES
-----I've categorized my emacs dependencies into two sections: with externals and without externals.
By "externals" I mean any .el files, folders, or scripts that need to be downloaded. .emacs.noexternals with
work fine with just the basic emacs out right now (23.3)Create a symbolic link to the version that you would like. The .externals is considerably harder,
as this requires you to go around and find every include I've added. Sounds like emacs24 will have a
package manager, so at that point I'm sure the .external version will be much more accessible.Anyway, I have .externals depending on .noexternals, so you only to use one:
.emacs.externals (loads) -> .emacs.noexternals
Packages are now stored on .emacs.packages, and primarly uses package.el to install. I also primarily use Melpa as my main package repository, as most of those packages are built directly from the git repositories.
Externals to install
--------------------jedi and epc should be installed (python code complete):
easy_install jedi
easy_install epc