diff options
Diffstat (limited to 'docs/posts/my_setup')
-rw-r--r-- | docs/posts/my_setup/index.html | 54 |
1 files changed, 28 insertions, 26 deletions
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index c3812ec..aaad548 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html | |||
@@ -37,32 +37,34 @@ | |||
37 | My Setup | 37 | My Setup |
38 | </h1> | 38 | </h1> |
39 | <div class="post-text"> | 39 | <div class="post-text"> |
40 | <p>Decided to do one of these because everyone does one of | 40 | <!DOCTYPE html> |
41 | these.</p> | 41 | <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang=""> |
42 | 42 | <head> | |
43 | <p><img src="https://u.peppe.rs/Hb.png" alt="scrot" /></p> | 43 | <meta charset="utf-8" /> |
44 | 44 | <meta name="generator" content="pandoc" /> | |
45 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier | 45 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> |
46 | to replicate on fresh installations. You can find my | 46 | <title>my_setup</title> |
47 | configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p> | 47 | <style> |
48 | 48 | code{white-space: pre-wrap;} | |
49 | <p>I run Void Linux (glibc) on my | 49 | span.smallcaps{font-variant: small-caps;} |
50 | <a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13” (2018)</a>. | 50 | span.underline{text-decoration: underline;} |
51 | To keep things simple, I run a raw X session with <code>2bwm</code> as my | 51 | div.column{display: inline-block; vertical-align: top; width: 50%;} |
52 | window manager, along with <code>dunst</code> (notification daemon) and | 52 | div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} |
53 | Sam's <a href="https://github.com/sdhand/compton"><code>compton</code></a> | 53 | ul.task-list{list-style: none;} |
54 | (compositor) fork.</p> | 54 | </style> |
55 | 55 | <!--[if lt IE 9]> | |
56 | <p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and | 56 | <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> |
57 | <code>coreutils</code> to manage files, archives, strings, paths etc. I | 57 | <![endif]--> |
58 | edit files with <code>vim</code>, chat with <code>weechat</code>, listen to music | 58 | </head> |
59 | with <code>cmus</code>, monitor processes with <code>htop</code>, manage sessions | 59 | <body> |
60 | with <code>tmux</code>, read pdfs in <code>zathura</code>. I rarely ever leave | 60 | <p>Decided to do one of these because everyone does one of these.</p> |
61 | the comfort of my terminal emulator, <code>urxvt</code>.</p> | 61 | <p><img src="https://u.peppe.rs/Hb.png" /></p> |
62 | 62 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier to replicate on fresh installations. You can find my configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p> | |
63 | <p>Most of my academic typesetting is done with TeX, and | 63 | <p>I run Void Linux (glibc) on my <a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13" (2018)</a>. To keep things simple, I run a raw X session with <code>2bwm</code> as my window manager, along with <code>dunst</code> (notification daemon) and Sam’s <a href="https://github.com/sdhand/compton"><code>compton</code></a> (compositor) fork.</p> |
64 | compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with | 64 | <p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and <code>coreutils</code> to manage files, archives, strings, paths etc. I edit files with <code>vim</code>, chat with <code>weechat</code>, listen to music with <code>cmus</code>, monitor processes with <code>htop</code>, manage sessions with <code>tmux</code>, read pdfs in <code>zathura</code>. I rarely ever leave the comfort of my terminal emulator, <code>urxvt</code>.</p> |
65 | GIMP :).</p> | 65 | <p>Most of my academic typesetting is done with TeX, and compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with GIMP :).</p> |
66 | </body> | ||
67 | </html> | ||
66 | 68 | ||
67 | </div> | 69 | </div> |
68 | 70 | ||