Skip to content

deanmao/dotfiles

 
 

Repository files navigation

Getting Started

Clone this (or a forked version of this) repository, and update all the git submodules within.

$ cd ~
$ git clone https://rmm5t@github.com/rmm5t/dotfiles.git .dotfiles
$ cd .dotfiles
$ git submodule update --init --recursive

(Option 1) If you'd like to symlink everythin withing this repository to your home directory, run install.rb

$ cd ~/.dotfiles
$ ./install.rb

(Option 2) If you'd like to just symlink one or more configurations to your home directory manually, you can.

$ cd ~/.dotfiles
$ ln -ns emacs   ~/.emacs
$ ln -ns emacs.d ~/.emacs.d

About

Ryan McGeary's configuration shiznit that makes him productive

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Emacs Lisp 98.9%
  • Other 1.1%