diff options
author | Akshay <[email protected]> | 2020-01-25 13:46:36 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2020-01-25 13:46:36 +0000 |
commit | 071ad3b4cb371e864316a821120ea1b63e6bf213 (patch) | |
tree | c86a4221935ff37a0bf9cfa9e1a0f423997e0ae2 /docs/posts/my_setup.html | |
parent | 39d2766689801f8cd1f0ee93d231c9561687d95f (diff) |
site layout; use esh
Diffstat (limited to 'docs/posts/my_setup.html')
-rw-r--r-- | docs/posts/my_setup.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/docs/posts/my_setup.html b/docs/posts/my_setup.html new file mode 100644 index 0000000..4eb6605 --- /dev/null +++ b/docs/posts/my_setup.html | |||
@@ -0,0 +1,52 @@ | |||
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="post posts"> | ||
15 | <div class="date">07/11 2019</div> | ||
16 | <span style="font-size: 2rem; font-weight: 600"> | ||
17 | My Setup | ||
18 | </span> | ||
19 | <div class="post-text"> | ||
20 | <p>Decided to do one of these because everyone does one of | ||
21 | these.</p> | ||
22 | |||
23 | <p><img src="https://files.nerdypepper.tech/Hb.png" alt="scrot" /></p> | ||
24 | |||
25 | <p>My entire setup is managed with GNU <code>stow</code>, making it easier | ||
26 | to replicate on fresh installations. You can find my | ||
27 | configuration files on <a href="https://github.com/nerdypepper">GitHub</a>.</p> | ||
28 | |||
29 | <p>I run Void Linux (glibc) on my | ||
30 | <a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13" (2018)</a>. | ||
31 | To keep things simple, I run a raw X session with <code>2bwm</code> as my | ||
32 | window manager, along with <code>dunst</code> (notification daemon) and | ||
33 | Sam’s <a href="https://github.com/sdhand/compton"><code>compton</code></a> | ||
34 | (compositor) fork.</p> | ||
35 | |||
36 | <p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and | ||
37 | <code>coreutils</code> to manage files, archives, strings, paths etc. I | ||
38 | edit files with <code>vim</code>, chat with <code>weechat</code>, listen to music | ||
39 | with <code>cmus</code>, monitor processes with <code>htop</code>, manage sessions | ||
40 | with <code>tmux</code>, read pdfs in <code>zathura</code>. I rarely ever leave | ||
41 | the comfort of my terminal emulator, <code>urxvt</code>.</p> | ||
42 | |||
43 | <p>Most of my academic typesetting is done with TeX, and | ||
44 | compiled with <code>xelatex</code>. Other <em>fun</em> documents are made with | ||
45 | GIMP :).</p> | ||
46 | |||
47 | </div> | ||
48 | <a href="/index.html" class="post-end-link">‹ Back</a> | ||
49 | <div class="separator"></div> | ||
50 | </div> | ||
51 | </body> | ||
52 | </html> | ||