diff options
author | Akshay <[email protected]> | 2023-02-12 06:43:49 +0000 |
---|---|---|
committer | Akshay <[email protected]> | 2023-02-12 06:43:49 +0000 |
commit | 366df8852f503523cc4f9046d82ba9a99dd51d7f (patch) | |
tree | 635884dd5700cdc2a22a8885031aa67816bbe1b0 /docs/posts/my_setup | |
parent | 57a1fc656e05e1fcf07e4cff3dc988c6b5c2bc59 (diff) |
new art: lapse
Diffstat (limited to 'docs/posts/my_setup')
-rw-r--r-- | docs/posts/my_setup/index.html | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/docs/posts/my_setup/index.html b/docs/posts/my_setup/index.html index 34d07af..e35a33c 100644 --- a/docs/posts/my_setup/index.html +++ b/docs/posts/my_setup/index.html | |||
@@ -44,10 +44,27 @@ | |||
44 | <div class="post-text"> | 44 | <div class="post-text"> |
45 | <p>Decided to do one of these because everyone does one of these.</p> | 45 | <p>Decided to do one of these because everyone does one of these.</p> |
46 | <p><img src="https://u.peppe.rs/Hb.png" /></p> | 46 | <p><img src="https://u.peppe.rs/Hb.png" /></p> |
47 | <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> | 47 | <p>My entire setup is managed with GNU <code>stow</code>, making it |
48 | <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> | 48 | easier to replicate on fresh installations. You can find my |
49 | <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> | 49 | configuration files on <a |
50 | <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> | 50 | href="https://github.com/nerdypepper">GitHub</a>.</p> |
51 | <p>I run Void Linux (glibc) on my <a | ||
52 | href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13” | ||
53 | (2018)</a>. To keep things simple, I run a raw X session with | ||
54 | <code>2bwm</code> as my window manager, along with <code>dunst</code> | ||
55 | (notification daemon) and Sam’s <a | ||
56 | href="https://github.com/sdhand/compton"><code>compton</code></a> | ||
57 | (compositor) fork.</p> | ||
58 | <p>I am a fan of GNU tools, so I use <code>bash</code> as my shell, and | ||
59 | <code>coreutils</code> to manage files, archives, strings, paths etc. I | ||
60 | edit files with <code>vim</code>, chat with <code>weechat</code>, listen | ||
61 | to music with <code>cmus</code>, monitor processes with | ||
62 | <code>htop</code>, manage sessions with <code>tmux</code>, read pdfs in | ||
63 | <code>zathura</code>. I rarely ever leave the comfort of my terminal | ||
64 | emulator, <code>urxvt</code>.</p> | ||
65 | <p>Most of my academic typesetting is done with TeX, and compiled with | ||
66 | <code>xelatex</code>. Other <em>fun</em> documents are made with GIMP | ||
67 | :).</p> | ||
51 | 68 | ||
52 | </div> | 69 | </div> |
53 | 70 | ||