# HG changeset patch # User Steve Losh # Date 1535726022 0 # Node ID da9b0555708792f8912f504b976e7d0b54e77e9e # Parent fbf5df9169f15fded5a4543701b78e427db5321f Update diff -r fbf5df9169f1 -r da9b05557087 README.markdown --- a/README.markdown Mon Aug 27 21:07:13 2018 +0000 +++ b/README.markdown Fri Aug 31 14:33:42 2018 +0000 @@ -320,3 +320,57 @@ Published http://stevelosh.com/blog/2018/08/a-road-to-common-lisp/ after many plane rides and weekends. + +## 2018-08-30 + +Another Ubuntu setup. Practice makes perfect I guess. + +Things I needed to `apt install` to get something usable: + +* `arandr` +* `aspell-en` +* `aspell-is` +* `autoconf` +* `build-essential` +* `chromium-browser` +* `cmake` +* `curl` +* `dunst` +* `exfat-fuse` +* `exfat-utils` +* `fish` +* `git` +* `gnupg-agent` +* `htop` +* `hugo` +* `inkscape` +* `libx11-dev` +* `mmv` +* `msmtp` +* `neomutt` +* `neovim` +* `network-manager-openvpn-gnome` +* `notmuch` +* `offlineimap` +* `pcscd` +* `python-neovim` +* `python3-pip` +* `restic` +* `rlwrap` +* `scdaemon` +* `scrot` +* `slock` +* `texinfo` +* `tmux` +* `toilet` +* `tree` +* `vlc` +* `w3m` +* `wget` +* `xautolock` +* `xcape` +* `xclip` + +Updated my dotfiles bootstrap script to include the new linux symlinks. + +Bootstrapping the system is still an uphill fight.