diff options
author | 53hornet <atc@53hor.net> | 2021-09-07 14:23:27 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-09-07 14:23:27 -0400 |
commit | 2901cf43bf45ff322fb62286c3bf1594b55c20ee (patch) | |
tree | 9c3ce172133e70935f1030524ecf9e460eebf557 /drafts/programs i use all the time.php | |
parent | bfaccc32571df8a02f69518d8864244efba3b5b5 (diff) | |
download | 53hor-2901cf43bf45ff322fb62286c3bf1594b55c20ee.tar.xz 53hor-2901cf43bf45ff322fb62286c3bf1594b55c20ee.zip |
chore: rename html to php, add donate/payments page, update cv
Diffstat (limited to 'drafts/programs i use all the time.php')
-rw-r--r-- | drafts/programs i use all the time.php | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/drafts/programs i use all the time.php b/drafts/programs i use all the time.php new file mode 100644 index 0000000..fe7e63c --- /dev/null +++ b/drafts/programs i use all the time.php @@ -0,0 +1,41 @@ +<p> + I'm going to break tradition with this site for a change. Normally I don't + like going back and changing old posts. I like keeping them the way they are + so I can time-travel a little bit without worrying about what I changed when. + This one is going to be different however. I'm going to use this page to keep + a running list of the programs I use really frequently (we're talking like + multiple times per day), what they're for, and maybe why I use them. Note that + these aren't scripts or tools that I've written. Those live on my Git repo. +</p> + +<ul> + <li>ImageMagick</li> + <li>mutt</li> + <li>newsboat</li> + <li>i3 (i3-gaps, i3blocks, i3lock)</li> + <li>zsh</li> + <li>sh</li> + <li>alacritty</li> + <li>cmdwatch</li> + <li>curl</li> + <li>dictd</li> + <li>youtube-dl, newpipe</li> + <li>doas</li> + <li>poudriere</li> + <li>dunst</li> + <li>entr</li> + <li>firefox</li> + <li>fusefs (sshfs, webdavfs)</li> + <li>ripgrep, sd</li> + <li>gimp</li> + <li>git</li> + <li>the core utilities (if it's in /bin, I use it a lot)</li> + <li>jail, bastille</li> + <li>wpg</li> + <li>htop</li> + <li>mbsync</li> + <li>vim</li> + <li>tmux</li> + <li>mixer, mixertui</li> + <li>picom</li> +</ul> |