From 174e9987312a7714930c7b1566f85ac39e51a8bf Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Wed, 18 Mar 2015 16:48:55 -0500 Subject: [PATCH] Removing a bunch of unused stuff --- afew/config | 16 --------- alot/config | 25 -------------- alot/hooks.py | 5 --- bootstrap-mac.sh | 10 ------ config.fish | 53 ---------------------------- gcalclirc | 3 -- mailcap | 4 --- notmuch-config | 89 ------------------------------------------------ notmuch-post-new | 26 -------------- vimperatorrc | 19 ----------- vromerc | 4 --- xinitrc.arch | 19 ----------- xmonad.hs | 81 ------------------------------------------- 13 files changed, 354 deletions(-) delete mode 100644 afew/config delete mode 100644 alot/config delete mode 100644 alot/hooks.py delete mode 100644 config.fish delete mode 100644 gcalclirc delete mode 100644 mailcap delete mode 100644 notmuch-config delete mode 100755 notmuch-post-new delete mode 100644 vimperatorrc delete mode 100644 vromerc delete mode 100644 xinitrc.arch delete mode 100644 xmonad.hs diff --git a/afew/config b/afew/config deleted file mode 100644 index fd7fcf7..0000000 --- a/afew/config +++ /dev/null @@ -1,16 +0,0 @@ -[SpamFilter] -#[ClassifyingFilter] -[KillThreadsFilter] -[ListMailsFilter] -[ArchiveSentMailsFilter] -[InboxFilter] - -[MailMover] -folders = iocom/INBOX/ iocom/INBOX.Archive/ gmail/INBOX/ -max_age = 15 - -iocom/INBOX/ = 'NOT tag:inbox':iocom/INBOX.Archive/ -iocom/INBOX.Archive/ = 'tag:inbox':iocom/INBOX/ - -gmail/INBOX/ = 'NOT tag:inbox':gmail/archive/ -# TODO All folders <-> tags diff --git a/alot/config b/alot/config deleted file mode 100644 index a1acbd5..0000000 --- a/alot/config +++ /dev/null @@ -1,25 +0,0 @@ -prefer_plaintext = True -tabwidth = 4 -bug_on_exit = True - -[accounts] - [[IOCOM]] - realname = Dustin Swan - address = dswan@iocom.com - gpg_key = 2B3A6377 - sendmail_command = msmtp --account=DswanIOCOM -t - sent_box = maildir:///users/dustinswan/.mail/iocom/INBOX.Sent - draft_box = maildir:///users/dustinswan/.mail/iocom/INBOX.Drafts - - [[Gmail]] - realname = Dustin Swan - address = dustinswan@gmail.com - gpg_key = 2B3A6377 - sendmail_command = msmtp --account=DustinswanGmail -t - -[bindings] - [[search]] - 'I I' = search tag:iocom AND tag:inbox - 'G G' = search tag:gmail AND tag:inbox - r = refresh - R = shellescape --thread true quick_check_mail.sh; refresh diff --git a/alot/hooks.py b/alot/hooks.py deleted file mode 100644 index ee4a003..0000000 --- a/alot/hooks.py +++ /dev/null @@ -1,5 +0,0 @@ -import logging -from subprocess import call -def post_envelope_send(**kwargs): - logging.info('calling "notmuch new!"') - call(["notmuch", "new"]) diff --git a/bootstrap-mac.sh b/bootstrap-mac.sh index 7734de2..a54463a 100644 --- a/bootstrap-mac.sh +++ b/bootstrap-mac.sh @@ -11,28 +11,18 @@ brew tap phinze/homebrew-cask brew tap jimbojsb/launchrocket brew tap homebrew/versions -# TODO - -#brew cask install gpgtools -brew cleanup - -brew cask alfred link - # Symlinks bash ~/dotfiles/symlinks.sh # Python pip install --upgrade setuptools pip install --upgrade pip -pip install git+git://github.com/Lokaltog/powerline # 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 -gem install earthquake - # Node packages TODO # Cabal packages TODO diff --git a/config.fish b/config.fish deleted file mode 100644 index 8727ee1..0000000 --- a/config.fish +++ /dev/null @@ -1,53 +0,0 @@ -alias vi vim -alias l "ls -la" -alias tmux "tmux -2" -alias ta "tmux attach -d" -alias dustinswan "mosh dustinswan@dustinswan.org" -alias kill_offlineimap "ps aux | grep offlineimap | awk '{ print $2 }' | xargs kill -9" -set -x EDITOR "vim" -set -x TERM "screen-256color" -set -x MOSH_TITLE_NOPREFIX 1 - -set -x BROWSER "open" -[ -s luakit ] and set -x BROWSER=luakit - -alias browser "eval $BROWSER" - -# IOCOM stuff -set -x P4USER "dswan" -set -x P4PORT "humu.insors.net:1666" -set -x P4CONFIG "p4.cfg" -set -x P4EDITOR "vim" -alias p4vimdiff "set -x P4DIFF vimdiff; p4 diff" -alias visidev "ssh root@visidev.iocom.com 'cd /; p4 sync'; scp /opt/iocom/user/webclient/all_desktop.js root@visidev.iocom.com:/opt/iocom/user/webclient/; scp /opt/iocom/user/webclient/css/all_desktop.css root@visidev.iocom.com:/opt/iocom/user/webclient/css/" -alias dswan "ssh root@dswan.insors.net" -alias er 'rm -rf logs; unzip -o' - -# PATH -set -x PATH /usr/local/bin /usr/local/sbin $PATH # Homebrew -set -x PATH /Applications/Postgres.app/Contents/MacOS/bin $PATH -set -x PATH $HOME/Library/Haskell/bin $PATH -set -x PATH $HOME/dotfiles/bin $PATH -set -x PATH /usr/local/share/npm/bin $PATH -set -x PATH $HOME/.cabal/bin $PATH -set -x PATH $HOME/.cask/bin $PATH -set -x NODE_PATH $NODE_PATH /usr/local/lib/node -set -x PYTHONPATH $PYTHONPATH /usr/local/lib/python2.7/site-packages - -# Nix -. $HOME/.nix-profile/etc/fish/config.fish -#sh $HOME/.nix-profile/etc/profile.d/nix.sh -sh $HOME/.nix-profile/etc/profile.d/nix_fish.sh - -# Chruby -source /usr/local/share/chruby/chruby.fish -source /usr/local/share/chruby/auto.fish - -# NVM -test -s /Users/dustinswan/.nvm-fish/nvm.fish; and source /Users/dustinswan/.nvm-fish/nvm.fish - -if status --is-interactive; - keychain ~/.ssh/id_rsa - [ -e $HOME/.keychain/$HOSTNAME-fish ]; and . $HOME/.keychain/$HOSTNAME-fish - [ -e $HOME/.keychain/$HOSTNAME-fish-gpg]; and . $HOME/.keychain/$HOSTNAME-fish-gpg -end diff --git a/gcalclirc b/gcalclirc deleted file mode 100644 index 33e7f66..0000000 --- a/gcalclirc +++ /dev/null @@ -1,3 +0,0 @@ ---monday ---width=13 ---details=all diff --git a/mailcap b/mailcap deleted file mode 100644 index c7048a4..0000000 --- a/mailcap +++ /dev/null @@ -1,4 +0,0 @@ -#text/html; luakit %s &; test=test -n "%DISPLAY"; needsterminal; -#text/html; firefox %s &; test=test -n "%DISPLAY"; needsterminal; -text/html; w3m -I %{charset} -T text/html; copiousoutput; -image/png; open -W -a Preview %s; diff --git a/notmuch-config b/notmuch-config deleted file mode 100644 index 0ffa8a2..0000000 --- a/notmuch-config +++ /dev/null @@ -1,89 +0,0 @@ -# .notmuch-config - Configuration file for the notmuch mail system -# -# For more information about notmuch, see http://notmuchmail.org - -# Database configuration -# -# The only value supported here is 'path' which should be the top-level -# directory where your mail currently exists and to where mail will be -# delivered in the future. Files should be individual email messages. -# Notmuch will store its database within a sub-directory of the path -# configured here named ".notmuch". -# -[database] -path=/Users/dustinswan/.mail - -# User configuration -# -# Here is where you can let notmuch know how you would like to be -# addressed. Valid settings are -# -# name Your full name. -# primary_email Your primary email address. -# other_email A list (separated by ';') of other email addresses -# at which you receive email. -# -# Notmuch will use the various email addresses configured here when -# formatting replies. It will avoid including your own addresses in the -# recipient list of replies, and will set the From address based on the -# address to which the original email was addressed. -# -[user] -name=Dustin Swan -primary_email=dustinswan@gmail.com -other_email=dswan@iocom.com,dswan@insors.com - -# Configuration for "notmuch new" -# -# The following options are supported here: -# -# tags A list (separated by ';') of the tags that will be -# added to all messages incorporated by "notmuch new". -# -# ignore A list (separated by ';') of file and directory names -# that will not be searched for messages by "notmuch new". -# -# NOTE: *Every* file/directory that goes by one of those -# names will be ignored, independent of its depth/location -# in the mail store. -# -[new] -tags=new -#tags=unread;inbox; -ignore= - -# Search configuration -# -# The following option is supported here: -# -# exclude_tags -# A ;-separated list of tags that will be excluded from -# search results by default. Using an excluded tag in a -# query will override that exclusion. -# -[search] -#exclude_tags=deleted;spam; - -# Maildir compatibility configuration -# -# The following option is supported here: -# -# synchronize_flags Valid values are true and false. -# -# If true, then the following maildir flags (in message filenames) -# will be synchronized with the corresponding notmuch tags: -# -# Flag Tag -# ---- ------- -# D draft -# F flagged -# P passed -# R replied -# S unread (added when 'S' flag is not present) -# -# The "notmuch new" command will notice flag changes in filenames -# and update tags, while the "notmuch tag" and "notmuch restore" -# commands will notice tag changes and update flags in filenames -# -[maildir] -synchronize_flags=true diff --git a/notmuch-post-new b/notmuch-post-new deleted file mode 100755 index 0702720..0000000 --- a/notmuch-post-new +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -# IOCOM -notmuch tag +iocom +inbox -- tag:new AND folder:iocom/INBOX -notmuch tag +iocom +netmon -inbox -spam -- tag:new AND folder:iocom/INBOX.netmon -notmuch tag +iocom +builder -spam -- tag:new AND folder:iocom/INBOX.builder -notmuch tag +iocom +info -- tag:new AND folder:iocom/INBOX.info -notmuch tag +iocom +bugzilla -- tag:new AND from:bugzilla-daemon@bugzilla.insors.net -notmuch tag +iocom +draft -- tag:new AND folder:iocom/INBOX.Drafts -notmuch tag +iocom +sent -- tag:new AND folder:iocom/INBOX.Sent -notmuch tag +iocom +spam -- tag:new AND folder:iocom/INBOX.Spam -notmuch tag +iocom +trash -- tag:new AND folder:iocom/INBOX.Trash -notmuch tag +iocom -- tag:new AND folder:iocom/INBOX.Archive -notmuch tag +iocom -inbox -- folder:iocom/INBOX.Archive AND tag:inbox - -# Gmail -notmuch tag +gmail +inbox -- tag:new AND folder:gmail/INBOX -notmuch tag +gmail +draft -- tag:new AND folder:gmail/drafts -notmuch tag +gmail +sent -- tag:new AND folder:gmail/sent -notmuch tag +gmail +spam -- tag:new AND folder:gmail/spam -notmuch tag +gmail +trash -- tag:new AND folder:gmail/trash -notmuch tag +gmail -- tag:new AND folder:gmail/archive -notmuch tag +gmail -inbox -- tag:inbox AND tag:gmail NOT folder:gmail/INBOX -# TODO gmail tags - -afew --tag --new diff --git a/vimperatorrc b/vimperatorrc deleted file mode 100644 index f20ef93..0000000 --- a/vimperatorrc +++ /dev/null @@ -1,19 +0,0 @@ -ignorekeys add mail\.google\.com -ignorekeys add apps\.rackspace\.com\/a\/webmail.php -ignorekeys add google\.com/calendar -ignorekeys add docs\.google\.com -ignorekeys add feedly\.com -ignorekeys add reddit\.com -ignorekeys add tumblr\.com -ignorekeys add cmd\.fm -ignorekeys add getpocket\.com -ignorekeys add google\.com\/search -ignorekeys add grooveshark\.com -ignorekeys add dswan\.insors\.net\/webclient -ignorekeys add visitest\.iocom\.com\/webclient -ignorekeys add visimeet\.iocom\.com\/webclient - -set gui=nonavigation -set editor='bash -lc "mvim -f \$*" mvim' - -map :open diff --git a/vromerc b/vromerc deleted file mode 100644 index 7bd9422..0000000 --- a/vromerc +++ /dev/null @@ -1,4 +0,0 @@ -set disablesites=mail.google.com, docs.google.com, feedly.com, www.tumblr.com, dswan.insors.net - -set autocomplete_prev= -set autocomplete_next= diff --git a/xinitrc.arch b/xinitrc.arch deleted file mode 100644 index 2b137a5..0000000 --- a/xinitrc.arch +++ /dev/null @@ -1,19 +0,0 @@ -xrdb ~/.Xresources & -setxkbmap -layout dvorak -# -option ctrl:nocaps -xmodmap .Xmodmap & -xcape & -urxvtd -q -o -f & -compton & -xsetroot -solid black -cursor_name left_ptr & - -eval $(gpg-agent --daemon) & - -/usr/bin/xscreensaver -no-splash & - -dropboxd & - -feh --bg-fill ~/Dropbox/Photos/wallpaper/cycloid.gif -# ~/dotfiles/bin/animated_wallpaper.sh ~/Dropbox/Photos/wallpaper/cycloid.gif & - -exec xmonad diff --git a/xmonad.hs b/xmonad.hs deleted file mode 100644 index 1689b73..0000000 --- a/xmonad.hs +++ /dev/null @@ -1,81 +0,0 @@ -import XMonad -import System.Exit - -import qualified XMonad.StackSet as W -import qualified Data.Map as M - -import XMonad.Hooks.DynamicLog -import XMonad.Hooks.ManageDocks -import XMonad.Hooks.ManageHelpers (doFullFloat, isFullscreen) - -import XMonad.Util.Run (spawnPipe) -- for spawnPipe and hPutStrLn -import qualified System.IO - -import XMonad.Util.EZConfig (additionalKeysP) -import XMonad.Util.Loggers - -lightBlue = "#66aaff" -darkBlue = "#0000cc" -lightGray = "#aaaaaa" -darkGray = "#444444" -dzenForeground = "#ffffff" -dzenBackground = "#000000" -myModMask = mod4Mask -- command - -myManageHook = composeAll - [ resource =? "visimeet" --> doFloat - , resource =? "feh" --> doFloat - , isFullscreen --> doFullFloat - ] - ---myWorkspaces = [ "!" , "@" , "#" , "$" , "%", "^^", "&", "*", "(" ] ---myWorkspaces = [ "1" , "2" , "3" , "4" , "5", "6", "7", "8", "9" ] ---myWorkspaces = [ "α" , "β" , "γ" , "δ" , "ε", "ζ", "η", "θ", "ι" ] -myWorkspaces = [ "1" , "2" , "3" , "Ë" , "ê", "®", "7", "8", "9" ] - -myNormalBorderColor = "#000000" -myFocusedBorderColor = darkBlue - -myFocusFollowsMouse :: Bool -myFocusFollowsMouse = False - -myStatusBar = "conky -c /home/dustinswan/.conky | dzen2 -x '640' -w '640' -ta 'r' -y '0' -bg '#000000'" - -myLogHook h = dynamicLogWithPP $ defaultPP - { -- ppCurrent = (">" ++) - --ppCurrent = dzenColor lightBlue dzenBackground . wrap "" " " - ppCurrent = dzenColor lightBlue dzenBackground . wrap "Ø" "" - , ppVisible = ("." ++) - , ppHidden = dzenColor lightGray dzenBackground . wrap " " "" - , ppHiddenNoWindows = dzenColor darkGray dzenBackground . wrap " " "" - , ppLayout = (\_ -> "") -- TODO I suck at haskell - , ppOutput = System.IO.hPutStrLn h - , ppTitle = shorten 20 - , ppSep = " " - , ppWsSep = " " - --, ppExtras = [ date "%a %d %b" ] - } - -main = do - dzenLeftBar <- spawnPipe "dzen2 -w '640' -ta 'l'" - spawn myStatusBar - xmonad $ defaultConfig - { terminal = "urxvtc" - , focusFollowsMouse = myFocusFollowsMouse - , modMask = myModMask - , workspaces = myWorkspaces - , normalBorderColor = myNormalBorderColor - , focusedBorderColor = myFocusedBorderColor - -- hooks - , layoutHook = avoidStruts $ layoutHook defaultConfig - , manageHook = myManageHook - , logHook = myLogHook dzenLeftBar - } - `additionalKeysP` - [ ("M-p", spawn "dmenu_run -fn 'Tamsynmod:Regular:pixelsize=14'") - , ("M-S-p", spawn "scrot") - , ("", spawn "amixer sset Master 3%+") - , ("", spawn "amixer sset Master 3%-") - , ("", spawn "amixer sset Master toggle") - , ("", spawn "eject") - ]