Skip to content

benangsariwangi/config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

config.git

Configure your bash and emacs development environment as follows:

cd $HOME
git clone https://github.com/DASpringate/config.git
ln -sb config/.screenrc .
ln -sb config/.bash_profile .
ln -sb config/.bashrc .
ln -sb config/.bashrc_custom .
mv .emacs.d .emacs.d~
ln -s config/.emacs.d .
cd .emacs.d
git clone https://github.com/gabrielelanaro/emacs-for-python.git

For Common Lisp setup:

sudo apt-get sbcl
mkdir lisp
cd lisp
curl -O http://beta.quicklisp.org/quicklisp.lisp

Then, go into sbcl and do:

(load "quicklisp.lisp")
(quicklisp-quickstart:install)
(ql:add-to-init-file)
(ql:quickload "quicklisp-slime-helper")

To get the CLHS locally:

(ql:quickload "clhs")
(clhs:print-emacs-setup-form)
;; follow the instructions...

About

Development configuration files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 94.6%
  • R 1.8%
  • Shell 1.8%
  • Python 0.9%
  • TeX 0.6%
  • HTML 0.1%
  • Other 0.2%