98aae381eb43

Update
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 31 Aug 2018 17:09:34 +0000
parents da9b05557087
children a9a3a1f22601
branches/tags (none)
files README.markdown

Changes

--- a/README.markdown	Fri Aug 31 14:33:42 2018 +0000
+++ b/README.markdown	Fri Aug 31 17:09:34 2018 +0000
@@ -374,3 +374,20 @@
 Updated my dotfiles bootstrap script to include the new linux symlinks.
 
 Bootstrapping the system is still an uphill fight.
+
+
+## 2018-08-31
+
+Continuing bootstrapping.
+
+Installing Dropbox makes things a lot easier because I can easily sync little
+bits of state between computers.  But the Dropbox site sure doesn't make it
+easy.  To my future self: here's how to install Dropbox on Ubuntu:
+
+* Download the `.deb` file from their site.
+* `sudo dpkg -i thefile.deb`
+* `dropbox start -i`
+
+Important: **do not run the last command with sudo**, because if you do your
+entire installation will be totally fucked (`~/Dropbox` will be owned by root)
+and you'll have to start all over.