sebrauschert / dot-files

dot-files selectively copied from Harry R. Schwartz (hrs/dotfiles), Howard Abrams (howardabrams/dot-files) etc..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Dot Files

Pieced together from [Howard Abrams][0] and [Harry R. Schwartz][1].

Packages

Mu

Mu and Mu4e needs ti be installed first.

On Linux:

mkdir ~/programs
cd ~/programs
git clone https://github.com/djcb/mu.git 

On Mac:

brew install mu --with-emacs --HEAD

Writegood mode

mkdir ~/programs
cd ~/programs
git clone https://github.com/bnbeckwith/writegood-mode.git

Install

To install

./install.sh 

Start emacs

Run emacs:

emacsclient -c --alternate-editor= <FILE> 

Stop the client:

emacsclient --eval "(kill-emacs)" 

[0]: https://github.com/howardabrams/dot-files [1]: https://github.com/hrs/dotfiles

About

dot-files selectively copied from Harry R. Schwartz (hrs/dotfiles), Howard Abrams (howardabrams/dot-files) etc..


Languages

Language:TeX 77.2%Language:Emacs Lisp 16.3%Language:Shell 4.0%Language:YASnippet 1.6%Language:Python 0.9%