diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-12-16 15:41:19 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-12-16 15:41:19 -0500 |
commit | d186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd (patch) | |
tree | 935709ce4b0667acccb3b6113b90c8a54088184a /drafts | |
parent | 13aa6d5b7d7ca3a23bad0b8ea6b87f07696955cd (diff) | |
download | 53hor-d186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd.tar.xz 53hor-d186ffb48ee93c7e46cebc6b2b3dcfd7ffbe6fcd.zip |
updated draft, fixed mobile code blocks looking like garbo
Diffstat (limited to 'drafts')
-rw-r--r-- | drafts/programs i use all the time | 0 | ||||
-rw-r--r-- | drafts/programs i use all the time.html | 40 |
2 files changed, 40 insertions, 0 deletions
diff --git a/drafts/programs i use all the time b/drafts/programs i use all the time deleted file mode 100644 index e69de29..0000000 --- a/drafts/programs i use all the time +++ /dev/null diff --git a/drafts/programs i use all the time.html b/drafts/programs i use all the time.html new file mode 100644 index 0000000..b679d4d --- /dev/null +++ b/drafts/programs i use all the time.html @@ -0,0 +1,40 @@ +<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> +</ul> |