diff options
Diffstat (limited to 'posts')
-rw-r--r-- | posts/my_setup.md | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/posts/my_setup.md b/posts/my_setup.md new file mode 100644 index 0000000..3f4962c --- /dev/null +++ b/posts/my_setup.md | |||
@@ -0,0 +1,26 @@ | |||
1 | Decided to do one of these because everyone does one of | ||
2 | these. | ||
3 | |||
4 | ![scrot](https://files.nerdypepper.me/Hb.png) | ||
5 | |||
6 | My entire setup is managed with GNU `stow`, making it easier | ||
7 | to replicate on fresh installations. You can find my | ||
8 | configuration files on [GitHub](https://github.com/nerdypepper). | ||
9 | |||
10 | I run Void Linux (glibc) on my | ||
11 | [HP Envy 13" (2018)](https://store.hp.com/us/en/mdp/laptops/envy-13). | ||
12 | To keep things simple, I run a raw X session with `2bwm` as my | ||
13 | window manager, along with `dunst` (notification daemon) and | ||
14 | Sam's [`compton`](https://github.com/sdhand/compton) | ||
15 | (compositor) fork. | ||
16 | |||
17 | I am a fan of GNU tools, so I use `bash` as my shell, and | ||
18 | `coreutils` to manage files, archives, strings, paths etc. I | ||
19 | edit files with `vim`, chat with `weechat`, listen to music | ||
20 | with `cmus`, monitor processes with `htop`, manage sessions | ||
21 | with `tmux`, read `pdfs` in `zathura`. I rarely ever leave | ||
22 | the comfort of my terminal emulator, `urxvt`. | ||
23 | |||
24 | Most of my academic typesetting is done with TeX, and | ||
25 | compiled with `xelatex`. Other *fun* documents are made with | ||
26 | GIMP :). | ||