From f59ee226f54802a1c838c030f12eae2dd2b34c7f Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Thu, 25 Feb 2016 18:20:18 -0700 Subject: [PATCH] General cleanup, some mail stuff. Some switching from brew to nix --- bootstrap-mac.sh | 35 ------------ brew_cask_list | 38 ------------- brew_list | 136 ++++++++++++++++++++++++++++------------------- msmtprc | 3 +- offlineimaprc | 6 ++- 5 files changed, 88 insertions(+), 130 deletions(-) delete mode 100644 bootstrap-mac.sh delete mode 100644 brew_cask_list diff --git a/bootstrap-mac.sh b/bootstrap-mac.sh deleted file mode 100644 index a54463a..0000000 --- a/bootstrap-mac.sh +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/bash -sudo -v # ask for password only at the beginning - -ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" - -# Homebrew -brew update -brew upgrade -brew tap homebrew/dupes -brew tap phinze/homebrew-cask -brew tap jimbojsb/launchrocket -brew tap homebrew/versions - -# Symlinks -bash ~/dotfiles/symlinks.sh - -# Python -pip install --upgrade setuptools -pip install --upgrade pip - -# Ruby TODO -- set up chruby, ruby-build some stuff -ruby-build 2.1.0 ~/.rubies/ruby-2.1.0 -chruby 2.1.0 - -# Gems TODO -# Node packages TODO -# Cabal packages TODO - -# Sane OS X defaults -bash ~/dotfiles/osx - -# Run some of these: Alfred, slate, asepsis, keyremap4macbook, etc. - -# App Store -echo "Install Xcode and Pixelmator from the App Store!" diff --git a/brew_cask_list b/brew_cask_list deleted file mode 100644 index dcf7ec8..0000000 --- a/brew_cask_list +++ /dev/null @@ -1,38 +0,0 @@ -adium -alfred -asepsis -bittorrent-sync -charles -chicken -cord -cyberduck -dropbox -electrum -firefox -flux -google-chrome -google-drive -gpgtools -heroku-toolbelt -iterm2 -julia -karabiner -keepassx -kindle -multibit -p4merge -p4v -rdio -sketchup -slate -spotify -steam -the-unarchiver -thunderbird -time-out -transmission -truecrypt (!) -vlc -xquartz -emacs -karabiner diff --git a/brew_list b/brew_list index b3a6fb6..c250638 100644 --- a/brew_list +++ b/brew_list @@ -1,68 +1,96 @@ -ack -bash +atk +autoconf +automake +bdw-gc +bison +boost +boost-python brew-cask -cask -chruby -coreutils -ctags -ffmpeg -findutils +cairo +cmake +faad2 flac -ghc -gist -git -gnupg2 --with-readline +fontconfig +freetype +ftgl +gdbm +gdk-pixbuf +gettext +glib +glib-networking +gmime +gmp +gnu-sed gnutls -haskell-platform -htop-osx -imagemagick -imagesnap -isl -isync +go +gobject-introspection +gsettings-desktop-schemas +gst-plugins-bad +gst-plugins-bad010 +gst-plugins-base +gst-plugins-base010 +gst-plugins-good +gst-plugins-good010 +gst-plugins-ugly +gst-plugins-ugly010 +gst-python010 +gstreamer +gstreamer010 +gtk+ +guile +harfbuzz +haskell-stack +hicolor-icon-theme +icu4c jpeg -jq -keychain +keybase lame -lua -luarocks -macvim --override-system-vim -mailutils -markdown -md5sha1sum -mercurial +ledger +leveldb +libatomic_ops +libffi +libmms +libmpdclient +libogg +libpng +libshout +libsndfile +libsoup +libtasn1 +libtiff +libtool +libunistring +libvorbis +libxml2 +mad mobile-shell -mpc -mpd mpfr -mpg123 -mplayer msmtp -mu --with-emacs -multitail -neovim -nvm -offline-imap +mu +ncmpcpp +nettle openssl +p7zip +pango perforce pinentry-mac -postgresql -python3 +pixman +pkg-config +protobuf +py2cairo +pygobject +pygtk +python readline -reattach-to-user-namespace -rlog -ruby-build -ruby-install -sbcl +scons +snappy +speex +sphinx-doc sqlite -ssh-copy-id -terminal-notifier -the_silver_searcher -tmux -trash -tree -urlview +taglib +theora +two-lame +vala w3m -watch -wget -zsh -emacs --cocoa --with-glib --with-imagemagick --with-librsvg --with-mailutils \ No newline at end of file +xapian +xz diff --git a/msmtprc b/msmtprc index 70a2666..981e037 100644 --- a/msmtprc +++ b/msmtprc @@ -8,9 +8,10 @@ port 465 protocol smtp from dustin@dustinswan.com user dustinswan@fastmail.com -passwordeval "gpg --no-tty -q -d ~/.fastmail-password.gpg" +passwordeval "gpg --no-tty -q -d ~/.dustinswan@fastmail.com-password.gpg" auth on tls on +tls_starttls off tls_trust_file "/usr/local/etc/openssl/cert.pem" account IOCOM diff --git a/offlineimaprc b/offlineimaprc index 3df3d88..7b5bba3 100644 --- a/offlineimaprc +++ b/offlineimaprc @@ -17,7 +17,8 @@ remotehost = secure.emailsrvr.com remoteuser = dswan@insors.com remotepasseval = decrypt_password(".iocom-password.gpg") realdelete = no - +ssl = yes +sslcacertfile = ~/.nix-profile/etc/ssl/certs/ca-bundle.crt [Account FastMail] localrepository = FastMailLocal @@ -33,5 +34,6 @@ remotehost = mail.messagingengine.com remoteuser = dustinswan@fastmail.com remotepasseval = decrypt_password(".dustinswan@fastmail.com-password.gpg") realdelete = no -sslcacertfile=/usr/local/etc/openssl/osx_cert.pem +# sslcacertfile=/usr/local/etc/openssl/osx_cert.pem +sslcacertfile = ~/.nix-profile/etc/ssl/certs/ca-bundle.crt ssl = yes