From 6b266d337fd35a08da2e6508e6a78aa91c87a03e Mon Sep 17 00:00:00 2001 From: rawleyfowler Date: Sat, 21 May 2022 15:18:15 -0600 Subject: [PATCH] update readme --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 92a01dd..28d5042 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,14 @@ # Dotfiles -These are my dotfiles. I try my best to sort them by application. Most of these go together, excluding NeoVim and Vim, however my main setup is my fork of dwm, st, NeoVim, Bash, and more recently Doom Emacs. +These are my dotfiles, I use them on a 2019 Macbook, and various other Linux systems. -## Doom Emacs -I maintain a configuration for Doom Emacs, which, as of May 2022, is my go to editor. +## 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. -## Vim and Neovim -I have a `.vimrc` and a Neovim `init.lua`. I maintain both the `.vimrc` for legacy purposes, and if I need to do quick edits I still use Neovim (and exclusively for OpenBSD), so it stays decently up to date. Otherwise, I use Doom Emacs. +## Screenshots +This is my macbook with Emacs, and zsh. -## Shells -On OpenBSD I use exclusively the Korn Shell, while on Linux I use Bash & Fish, and on MacOS I use ZSH. You can find all of my configurations here, aswell. +![image of mac](https://imgur.com/a/Tt0MxjN) -## Screenshots 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. ![image of the setup](https://i.imgur.com/hH0CTZM.png)