all repos — site @ dea16390c2e7b99549e7c3a22e4dffe3c827497e

source for my site, found at icyphox.sh

build/blog/my-setup/index.html (view raw)

 1<!DOCTYPE html>
 2<html lang=en>
 3<link rel="stylesheet" href="/static/style.css" type="text/css">
 4<link rel="stylesheet" href="/static/syntax.css" type="text/css">
 5<link rel="shortcut icon" type="images/x-icon" href="/static/favicon.ico">
 6<meta name="description" content="My daily drivers — hardware, software and workflow">
 7<meta name="viewport" content="initial-scale=1">
 8<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
 9<meta content="#021012" name="theme-color">
10<meta name="HandheldFriendly" content="true">
11<meta name="twitter:card" content="summary_large_image">
12<meta name="twitter:site" content="@icyphox">
13<meta name="twitter:title" content="My Setup">
14<meta name="twitter:description" content="My daily drivers — hardware, software and workflow">
15<meta name="twitter:image" content="/static/icyphox.png">
16<meta property="og:title" content="My Setup">
17<meta property="og:type" content="website">
18<meta property="og:description" content="My daily drivers — hardware, software and workflow">
19<meta property="og:url" content="https://icyphox.sh">
20<meta property="og:image" content="/static/icyphox.png">
21<html>
22  <title>
23    My Setup
24  </title>
25<div class="container-text">
26  <header class="header">
27    
28        <a href="/">home</a>
29        <a href="/blog">blog</a>
30        <a href="/reading">reading</a>
31        <a href="https://twitter.com/icyphox">twitter</a>
32        <a href="/about">about</a>
33
34  </header>
35<body> 
36   <div class="content">
37    <div align="left">
38      <code>2019-05-13</code>
39      <h1>My Setup</h1>
40      <h2>My daily drivers — hardware, software and workflow</h2>
41      <h3 id="hardware">Hardware</h3>
42
43<p>The only computer I have with me is my <a href="https://store.hp.com/us/en/mdp/laptops/envy-13">HP Envy 13 (2018)</a> (my model looks a little different). It’s a 13” ultrabook, with an i5 8250u,
448 gigs of RAM and a 256 GB NVMe SSD. It’s a very comfy machine that does everything I need it to.</p>
45
46<p>For my phone, I use a <a href="https://www.oneplus.in/6t">OnePlus 6T</a>, running stock <a href="https://www.oneplus.in/oxygenos">OxygenOS</a>. As of this writing, its bootloader hasn’t been unlocked and nor has the device been rooted.
47I’m also a proud owner of a <a href="https://en.wikipedia.org/wiki/Nexus_5">Nexus 5</a>, which I really wish Google rebooted. It’s surprisingly still usable and runs Android Pie, although the SIM slot is ruined and the battery backup is abysmal.</p>
48
49<p>My watch is a <a href="https://www.samsung.com/in/wearables/gear-s3-frontier-r760/">Samsung Gear S3 Frontier</a>. Tizen is definitely better than Android Wear.</p>
50
51<p>My keyboard, although not with me in college, is a very old <a href="https://www.amazon.com/Dell-Keyboard-Model-SK-8110-Interface/dp/B00366HMMO">Dell SK-8110</a>. 
52For the little bit of gaming that I do, I use a <a href="https://www.hpshopping.in/hp-m150-gaming-mouse-3dr63pa.html">HP m150</a> gaming mouse. It’s the perfect size (and color).</p>
53
54<p>For my music, I use the <a href="https://www.boseindia.com/en_in/products/headphones/over_ear_headphones/soundlink-around-ear-wireless-headphones-ii.html">Bose SoundLink II</a>. 
55Great pair of headphones, although the ear cups need replacing.</p>
56
57<h3 id="and-the-software">And the software</h3>
58
59<p><del>My distro of choice for the past ~1 year has been <a href="https://elementary.io">elementary OS</a>. I used to be an Arch Linux elitist, complete with an esoteric
60window manager, all riced. I now use whatever JustWorks™.</del></p>
61
62<p><strong>Update</strong>: As of June 2019, I&#8217;ve switched over to a vanilla Debian 9 Stretch install,
63running <a href="https://i3wm.org">i3</a> as my window manager. If you want, you can dig through my configs at my <a href="https://github.com/icyphox/dotfiles">dotfiles</a> repo. </p>
64
65<p>Here’s a (riced) screenshot of my desktop. </p>
66
67<p><img src="https://i.redd.it/jk574gworp331.png" alt="scrot" /></p>
68
69<p>Most of my work is done in either the browser, or the terminal.
70My shell is pure <a href="http://www.zsh.org">zsh</a>, as in no plugin frameworks. It’s customized using built-in zsh functions. Yes, you don’t actually need
71a framework. It’s useless bloat. The prompt itself is generated using a framework I built in <a href="https://nim-lang.org">Nim</a><a href="https://github.com/icyphox/nicy">nicy</a>.
72My primary text editor is <a href="https://neovim.org">nvim</a>. Again, all configs in my dotfiles repo linked above.
73I manage all my passwords using <a href="https://passwordstore.org">pass(1)</a>, and I use <a href="https://github.com/carnager/rofi-pass">rofi-pass</a> to access them via <code>rofi</code>.</p>
74
75<p>Most of my security tooling is typically run via a Kali Linux docker container. This is convenient for many reasons, keeps your global namespace
76clean and a single command to drop into a Kali shell.</p>
77
78<p>I use a DigitalOcean droplet (BLR1) as a public filehost, found at <a href="https://x.icyphox.sh">x.icyphox.sh</a>. The UI is the wonderful <a href="https://github.com/zeit/serve">serve</a>, by <a href="https://zeit.co">ZEIT</a>.
79The same box also serves as my IRC bouncer and OpenVPN (TCP), which I tunnel via SSH running on 443. Campus firewall woes. </p>
80
81<p>I plan on converting my desktop back at home into a homeserver setup. Soon™.</p>
82 
83    </div>
84    <hr />
85    <p class="muted">Questions or comments? Open an issue at <a href="https://github.com/icyphox/site">this repo</a>, or send a plain-text email to <a href="mailto:x@icyphox.sh">x@icyphox.sh</a>.</p>
86    <footer>
87      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">
88        <img class="footimgs" src="/static/cc.svg">
89        </a>
90        <a href="https://webring.xxiivv.com/#random" target="_blank">
91        <img class="footimgs" alt="xxiivv webring" src="/static/webring.svg">
92        </a>
93        
94    </footer>
95  </body>
96  </div>
97 </html>