Skip to content

robin-liu-1983/emacs-osx-robin.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs-robin.d

my emacs.d configuration inspired by great emacsers

inspired emacsers

cedet

for C/C++ development

https://github.com/emacsmirror/cedet

Steve Purcell

https://github.com/purcell/emacs.d

for web development

elpy

for python development

https://github.com/jorgenschaefer/elpy

ESS

for R programming

https://github.com/r0b1n1983liu/ESS

installation

backup your .emacs.d and .emacs, and remove them.

git clone https://github.com/r0b1n1983liu/emacs-robin.d.git

on mac need install anaconda pyflakes markdown git brew macport gcc make xcode mactex sbcl jdk8

on linux need install anaconda build-essential markdown pyflakes xpdf ghostscript latex sbcl jdk8 w3

cp -rf emacs-robin.d/emacs-new.d ~/.emacs.d

restart your emacs, finish the installation, tested on emacs24.4 higher, mac osx 10.11, opensuse 42 (need remove mac features)

install R using ESS need install lintr

>install.packages("lintr")

after that

add tmux.conf and zshrc

which the configuration of tmux and oh-my-zsh

on mac use iterm2 and zsh

oh-my-zsh:

https://github.com/r0b1n1983liu/oh-my-zsh.gitemacs-robin.d my emacs.d configuration inspired by great emacsers

inspired emacsers

cedet

for C/C++ development

https://github.com/emacsmirror/cedet

Steve Purcell

https://github.com/purcell/emacs.d

for web development

elpy

for python development

https://github.com/jorgenschaefer/elpy

ESS

for R programming

https://github.com/r0b1n1983liu/ESS

installation

backup your .emacs.d and .emacs, and remove them.

git clone https://github.com/r0b1n1983liu/emacs-robin.d.git

on mac need install anaconda pyflakes markdown git brew macport gcc make xcode mactex sbcl jdk8

on linux need install anaconda build-essential markdown pyflakes xpdf ghostscript latex sbcl jdk8 w3

cp -rf emacs-robin.d/emacs-new.d ~/.emacs.d

restart your emacs, finish the installation, tested on emacs24.4 higher, mac osx 10.11, opensuse 42 (need remove mac features)

install R using ESS need install lintr

install.packages("lintr")

after that

add tmux.conf and zshrc

which the configuration of tmux and oh-my-zsh

on mac use iterm2 and zsh

oh-my-zsh:

https://github.com/r0b1n1983liu/oh-my-zsh.git

git config --global list

git config --global credential.helper store

touch .git-credentials

vim .git-credentials

https://{username}:{password}@github.com

进入%HOME%目录,新建一个名为"_netrc"的文件,文件中内容格式如下:

machine {git account name}.github.com login your-usernmae password your-password

About

robin's emacs configuration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published