diff options
Diffstat (limited to 'docs/posts/my_setup/index.html')
-rw-r--r-- | docs/posts/my_setup/index.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html new file mode 100644 index 0000000..9091b8f --- /dev/null +++ b/docs/posts/my_setup/index.html | |||
@@ -0,0 +1,62 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html lang="en"> | ||
3 | <head> | ||
4 | <link rel="stylesheet" href="/style.css"> | ||
5 | <meta charset="UTF-8"> | ||
6 | <meta name="viewport" content="initial-scale=1"> | ||
7 | <meta content="#ffffff" name="theme-color"> | ||
8 | <meta name="HandheldFriendly" content="true"> | ||
9 | <meta property="og:title" content="nerdypepper"> | ||
10 | <meta property="og:type" content="website"> | ||
11 | <meta property="og:description" content="a static site {for, by, about} me "> | ||
12 | <meta property="og:url" content="https://nerdypepper.tech"> | ||
13 | <body> | ||
14 | <div class="posts"> | ||
15 | <div class="post"> | ||
16 | <div class="date"> | ||
17 | 07/11 2019 | ||
18 | <span class="commit-hash"> | ||
19 | <a href="https://github.com/nerdypepper/site/blob/master/posts/my_setup.md | ||
20 | " style="text-decoration: none"> | ||
21 | 6bf0319 | ||
22 | </a> | ||
23 | </span> | ||
24 | </div> | ||
25 | <span class="post-title"> | ||
26 | My Setup | ||
27 | </span> | ||
28 | <div class="post-text"> | ||
29 | <p>Decided to do one of these because everyone does one of | ||
30 | these.</p> | ||
31 | |||
32 | <p><img src="https://files.nerdypepper.tech/Hb.png" alt="scrot" /></p> | ||
33 | |||
34 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier | ||
35 | to replicate on fresh installations. You can find my | ||
36 | configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p> | ||
37 | |||
38 | <p>I run Void Linux (glibc) on my | ||
39 | <a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13" (2018)</a>. | ||
40 | To keep things simple, I run a raw X session with <code>2bwm</code> as my | ||
41 | window manager, along with <code>dunst</code> (notification daemon) and | ||
42 | Sam’s <a href="https://github.com/sdhand/compton"><code>compton</code></a> | ||
43 | (compositor) fork.</p> | ||
44 | |||
45 | <p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and | ||
46 | <code>coreutils</code> to manage files, archives, strings, paths etc. I | ||
47 | edit files with <code>vim</code>, chat with <code>weechat</code>, listen to music | ||
48 | with <code>cmus</code>, monitor processes with <code>htop</code>, manage sessions | ||
49 | with <code>tmux</code>, read pdfs in <code>zathura</code>. I rarely ever leave | ||
50 | the comfort of my terminal emulator, <code>urxvt</code>.</p> | ||
51 | |||
52 | <p>Most of my academic typesetting is done with TeX, and | ||
53 | compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with | ||
54 | GIMP :).</p> | ||
55 | |||
56 | </div> | ||
57 | <a href="/" class="post-end-link">⟵ Back</a> | ||
58 | <div class="separator"></div> | ||
59 | </div> | ||
60 | </div> | ||
61 | </body> | ||
62 | </html> | ||