dotfiles/README.md

21 lines
1.3 KiB
Markdown
Raw Normal View History

2022-04-26 00:21:08 +02:00
# Dotfiles
2022-06-26 15:50:06 +02:00
These are my dotfiles, I use them on a variety of systems, so they have some OS/Platform specific changes. I use a GNU/Linux Desktop, OpenBSD Thinkpad x200, and for work, a 2019 Macbook Pro. None of my dotfiles have Windows specific adjustments.
2022-01-08 05:48:56 +01:00
2022-05-21 23:18:15 +02:00
## Development
2022-06-21 18:00:12 +02:00
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.
2022-06-14 17:23:49 +02:00
2022-06-21 18:00:12 +02:00
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.
2022-05-20 01:27:10 +02:00
2022-05-21 23:18:15 +02:00
## Screenshots
2022-06-21 18:00:12 +02:00
This is my Macbook pro with Emacs (note I use `brew install --cask emacs`):
2022-04-26 00:21:08 +02:00
2022-06-14 17:23:49 +02:00
![image of emacs on mbpro](https://i.imgur.com/20L7ei4.png)
2022-04-26 00:21:08 +02:00
2022-04-27 17:49:22 +02:00
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.
2022-04-26 00:21:08 +02:00
2022-04-26 00:23:06 +02:00
![image of the setup](https://i.imgur.com/hH0CTZM.png)
2022-06-26 15:50:06 +02:00
This is my OpenBSD setup on my thinkpad, using a custom version of dwm, and urxvt.
![image of the obsd setup](https://i.redd.it/dztjwlx30w791.png)