aboutsummaryrefslogtreecommitdiff
path: root/posts
diff options
context:
space:
mode:
authorAkshay <[email protected]>2019-10-30 07:25:49 +0000
committerAkshay <[email protected]>2019-10-30 07:25:49 +0000
commit827a25b52cf5acd51fe01d11a78df5dd5d230c3c (patch)
tree2df4a88253b3004bdef56b9015945796bdf55925 /posts
parentaf9f2a14ad05582f8958b14f86e7f8fc6e011790 (diff)
post text
Diffstat (limited to 'posts')
-rw-r--r--posts/my_setup.md26
1 files changed, 26 insertions, 0 deletions
diff --git a/posts/my_setup.md b/posts/my_setup.md
new file mode 100644
index 0000000..3f4962c
--- /dev/null
+++ b/posts/my_setup.md
@@ -0,0 +1,26 @@
1Decided to do one of these because everyone does one of
2these.
3
4![scrot](https://files.nerdypepper.me/Hb.png)
5
6My entire setup is managed with GNU `stow`, making it easier
7to replicate on fresh installations. You can find my
8configuration files on [GitHub](https://github.com/nerdypepper).
9
10I run Void Linux (glibc) on my
11[HP Envy 13" (2018)](https://store.hp.com/us/en/mdp/laptops/envy-13).
12To keep things simple, I run a raw X session with `2bwm` as my
13window manager, along with `dunst` (notification daemon) and
14Sam's [`compton`](https://github.com/sdhand/compton)
15(compositor) fork.
16
17I am a fan of GNU tools, so I use `bash` as my shell, and
18`coreutils` to manage files, archives, strings, paths etc. I
19edit files with `vim`, chat with `weechat`, listen to music
20with `cmus`, monitor processes with `htop`, manage sessions
21with `tmux`, read `pdfs` in `zathura`. I rarely ever leave
22the comfort of my terminal emulator, `urxvt`.
23
24Most of my academic typesetting is done with TeX, and
25compiled with `xelatex`. Other *fun* documents are made with
26GIMP :).