From 69d51016490218369e6e3eaff15780f6557753b9 Mon Sep 17 00:00:00 2001 From: Rawley Fowler <75388349+rawleyfowler@users.noreply.github.com> Date: Tue, 14 Jun 2022 09:23:49 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bdc25d..bddbbab 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # Dotfiles -These are my dotfiles, I use them on a 2019 Macbook, and various other Linux systems. +These are my dotfiles, I use them on a variety of systems, so they have some OS/Platform specific changes, meaning (90% of it doesn't work on Windows). ## Development -I use a customized version of vanilla Emacs for most of my development. I also maintain a NeoVim configuration that I use for quick edits. I mainly develop for the JVM (Java, and Clojure), or for the frontend with TypeScript (Angular) and Elm. I also program with various flavors of Lisp. These drastically impact how my editors are configured. +I use a customized version of vanilla Evil Emacs, for most of my development. I also maintain a NeoVim configuration that I use for quick edits. I mainly develop for the JVM (Java, and Clojure), or for the frontend with TypeScript (Angular) and Elm. I also program with various flavors of Lisp. These drastically impact how my editors are configured. + +You'll find modes for Java, D, Clojure, TypeScript, Elm, and C/C++ in my Emacs config, however I've set it up so it's easy to add others if you'd like. ## Screenshots -This is my macbook with Emacs, and zsh. +This is my macbook with Emacs (note I use `brew install --cask emacs`): -![image of mac](https://i.imgur.com/xveD712.png) +![image of emacs on mbpro](https://i.imgur.com/20L7ei4.png) The following is my Parabola system using my forks of [dwm](https://www.github.com/rawleyfowler/dwm), [st](https://www.github.com/rawleyfowler/st), and my NeoVim configuration.