pages/blog/my-setup.md (view raw)
1---
2template: text.html
3title: My setup
4subtitle: My daily drivers—hardware, software and workflow
5date: 2019-05-13
6slug: my-setup
7---
8
9**Update**: I now maintain a [uses](/uses) page. This post is out of
10date.
11
12## Hardware
13
14The only computer I have with me is my [HP Envy 13
15(2018)](https://store.hp.com/us/en/mdp/laptops/envy-13) (my model looks
16a little different). It’s a 13” ultrabook, with an i5 8250u, 8 gigs of
17RAM and a 256 GB NVMe SSD. It’s a very comfy machine that does
18everything I need it to.
19
20For my phone, I use a [OnePlus 6T](https://www.oneplus.in/6t), running
21stock [OxygenOS](https://www.oneplus.in/oxygenos). As of this writing,
22its bootloader hasn’t been unlocked and nor has the device been rooted.
23I’m also a proud owner of a [Nexus
245](https://en.wikipedia.org/wiki/Nexus_5), which I really wish Google
25rebooted. It’s surprisingly still usable and runs Android Pie, although
26the SIM slot is ruined and the battery backup is abysmal.
27
28My watch is a [Samsung Gear S3
29Frontier](https://www.samsung.com/in/wearables/gear-s3-frontier-r760/).
30Tizen is definitely better than Android Wear.
31
32My keyboard, although not with me in college, is a very old [Dell
33SK-8110](https://www.amazon.com/Dell-Keyboard-Model-SK-8110-Interface/dp/B00366HMMO).
34For the little bit of gaming that I do, I use a [HP
35m150](https://www.hpshopping.in/hp-m150-gaming-mouse-3dr63pa.html)
36gaming mouse. It’s the perfect size (and color).
37
38For my music, I use the [Bose SoundLink
39II](https://www.boseindia.com/en_in/products/headphones/over_ear_headphones/soundlink-around-ear-wireless-headphones-ii.html).
40Great pair of headphones, although the ear cups need replacing.
41
42## And the software
43
44<del>My distro of choice for the past ~1 year has been [elementary
45OS](https://elementary.io). I used to be an Arch Linux elitist, complete
46with an esoteric window manager, all riced. I now use whatever
47JustWorks™.</del>
48
49**Update**: As of June 2019, I've switched over to a vanilla Debian
509 Stretch install, running [i3](https://i3wm.org) as my window manager.
51If you want, you can dig through my configs at my
52[dotfiles](https://github.com/icyphox/dotfiles) repo.
53
54Here’s a (riced) screenshot of my desktop.
55
56![scrot](https://i.redd.it/jk574gworp331.png)
57
58Most of my work is done in either the browser, or the terminal. My shell
59is pure [zsh](http://www.zsh.org), as in no plugin frameworks. It’s
60customized using built-in zsh functions. Yes, you don’t actually need
61a framework. It’s useless bloat. The prompt itself is generated using
62a framework I built in [Nim](https://nim-lang.org) --
63[nicy](https://github.com/icyphox/nicy). My primary text editor is
64[nvim](https://neovim.org). Again, all configs in my dotfiles repo
65linked above. I manage all my passwords using
66[pass(1)](https://passwordstore.org), and I use
67[rofi-pass](https://github.com/carnager/rofi-pass) to access them via
68`rofi`.
69
70Most of my security tooling is typically run via a Kali Linux docker
71container. This is convenient for many reasons, keeps your global
72namespace clean and a single command to drop into a Kali shell.
73
74I use a DigitalOcean droplet (BLR1) as a public filehost, found at
75[cdn.icyphox.sh](https://cdn.icyphox.sh). The UI is the wonderful
76[serve](https://github.com/zeit/serve), by [ZEIT](https://zeit.co). The
77same box also serves as my IRC bouncer and OpenVPN (TCP), which I tunnel
78via SSH running on 443. Campus firewall woes.
79
80I plan on converting my desktop back at home into a homeserver setup.
81pSoon™.