You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1.2 KiB
Markdown

2 years ago
# Dotfiles
2 years ago
These are my dotfiles, I use them on a variety of systems, so they have some OS/Platform specific changes. I use a FreeBSD Desktop, Parabola GNU/Linux-libre laptop, and for work, a 2019 Macbook Pro. None of my dotfiles have Windows specific adjustments.
2 years ago
2 years ago
## Development
2 years ago
I use a customized version of GNU Emacs with the Evil extension 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 (Scheme, Common, Clojure). These drastically impact how my editors are configured.
2 years ago
2 years ago
You'll find modes for Java, D, Clojure, TypeScript, Common Lisp, and Scheme in my Emacs config, however I've set it up so it's easy to add others if you'd like.
2 years ago
2 years ago
## Screenshots
2 years ago
This is my Macbook pro with Emacs (note I use `brew install --cask emacs`):
2 years ago
2 years ago
![image of emacs on mbpro](https://i.imgur.com/20L7ei4.png)
2 years ago
2 years ago
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.
2 years ago
2 years ago
![image of the setup](https://i.imgur.com/hH0CTZM.png)