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