Skip to content

ideal-knee/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

To overwrite ~/.emacs.d/, ~/.lein/, ~/.sbclrc, ~/.tmux.conf, ~/.vim/, and ~/.vimrc:

rake activate

To build vim with command-t:

rbenv shell <ruby-version-you-like>
brew install vim
rake compile_command_t

~/.lein/profiles.clj assumes you have run:

brew install android-sdk

~/.emacs.d/init.el and ~/.sbclrc assume you have run:

brew install sbcl
curl -O https://beta.quicklisp.org/quicklisp.lisp
sbcl --load quicklisp.lisp
# then `(quicklisp-quickstart:install)` in SBCL

Credits

Bedra, Drew, Pilat, et al.

Packages

No packages published

Languages

  • Vim Script 83.6%
  • Ruby 10.6%
  • Clojure 1.9%
  • C 1.7%
  • Shell 0.8%
  • Emacs Lisp 0.6%
  • Other 0.8%