Remove old dotfiles
I don't use mutt and I haven't used Xorg in years.
This commit is contained in:
parent
7955023b24
commit
5017944487
69
.Xresources
69
.Xresources
@ -1,69 +0,0 @@
|
|||||||
!
|
|
||||||
! .Xresources file
|
|
||||||
! Man pages: xrdb, Xsession
|
|
||||||
!
|
|
||||||
! --------------------------------------------
|
|
||||||
! Note that $HOME/.Xdefaults is a relic from
|
|
||||||
! X Version 10 (and X11R1) days, before
|
|
||||||
! app-defaults files were implemented.
|
|
||||||
! It has been deprecated for over ten years
|
|
||||||
! .Xresources should be used instead.
|
|
||||||
! --------------------------------------------
|
|
||||||
|
|
||||||
!-------------------------------------------------------------------------------
|
|
||||||
! Xft settings
|
|
||||||
!-------------------------------------------------------------------------------
|
|
||||||
|
|
||||||
Xft.autohint: 0
|
|
||||||
Xft.lcdfilter: lcddefault
|
|
||||||
Xft.hintstyle: hintfull
|
|
||||||
Xft.hinting: 1
|
|
||||||
Xft.antialias: 1
|
|
||||||
Xft.rgba: rgb
|
|
||||||
|
|
||||||
!---- URxvt - General settings
|
|
||||||
URxvt*cursorBlink: true
|
|
||||||
URxvt*font: xft:Monospace:size=12
|
|
||||||
URxvt*boldFont: xft:Monospace:size=12
|
|
||||||
URxvt*jumpScroll: true
|
|
||||||
URxvt*scrollBar: false
|
|
||||||
URxvt*scrollTtyOutput: false
|
|
||||||
URxvt*scrollTtyKeypress: true
|
|
||||||
URxvt*urgentOnBell: true
|
|
||||||
URxvt*visualBell: false
|
|
||||||
URxvt.termName: xterm-256color
|
|
||||||
URxvt.depth: 32
|
|
||||||
URxvt.scrollBar: false
|
|
||||||
URxvt*letterSpace: -1
|
|
||||||
|
|
||||||
! disable the Ctrl-Shift keycap insert mode,
|
|
||||||
! it interferes with GNOME key combos for
|
|
||||||
! moving windows to other desktops
|
|
||||||
URxvt.iso14755: false
|
|
||||||
|
|
||||||
!---- Default URxvt (Solarized Dark)
|
|
||||||
URxvt*fading: 30
|
|
||||||
URxvt*background: #002b36
|
|
||||||
URxvt*foreground: #839496
|
|
||||||
URxvt*fadeColor: #002b36
|
|
||||||
URxvt*cursorColor: #839496
|
|
||||||
URxvt*pointerColorBackground: #586e75
|
|
||||||
URxvt*pointerColorForeground: #93a1a1
|
|
||||||
URxvt*colorUL: #859900
|
|
||||||
URxvt*colorBD: #268bd2
|
|
||||||
URxvt*color0: #073642
|
|
||||||
URxvt*color8: #002b36
|
|
||||||
URxvt*color1: #dc322f
|
|
||||||
URxvt*color9: #cb4b16
|
|
||||||
URxvt*color2: #859900
|
|
||||||
URxvt*color10: #586e75
|
|
||||||
URxvt*color3: #b58900
|
|
||||||
URxvt*color11: #657b83
|
|
||||||
URxvt*color4: #268bd2
|
|
||||||
URxvt*color12: #839496
|
|
||||||
URxvt*color5: #d33682
|
|
||||||
URxvt*color13: #6c71c4
|
|
||||||
URxvt*color6: #2aa198
|
|
||||||
URxvt*color14: #93a1a1
|
|
||||||
URxvt*color7: #eee8d5
|
|
||||||
URxvt*color15: #fdf6e3
|
|
@ -1,151 +0,0 @@
|
|||||||
# vim: filetype=muttrc
|
|
||||||
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# make sure that you are using mutt linked against slang, not ncurses, or
|
|
||||||
# suffer the consequences of weird color issues. use "mutt -v" to check this.
|
|
||||||
|
|
||||||
# custom body highlights -----------------------------------------------
|
|
||||||
# highlight my name and other personally relevant strings
|
|
||||||
#color body yellow default "(ethan|schoonover)"
|
|
||||||
# custom index highlights ----------------------------------------------
|
|
||||||
# messages which mention my name in the body
|
|
||||||
#color index yellow default "~b \"phil(_g|\!| gregory| gold)|pgregory\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_cream brightwhite "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index yellow cyan "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~T !~F !~p !~P"
|
|
||||||
#color index yellow J_magent "~b \"phil(_g|\!| gregory| gold)|pgregory\" ~F !~p !~P"
|
|
||||||
## messages which are in reference to my mails
|
|
||||||
#color index J_magent default "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" !~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent brightwhite "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~N !~T !~F !~p !~P"
|
|
||||||
#color index J_magent cyan "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~T !~F !~p !~P"
|
|
||||||
#color index J_magent red "~x \"(mithrandir|aragorn)\\.aperiodic\\.net|thorin\\.hillmgt\\.com\" ~F !~p !~P"
|
|
||||||
|
|
||||||
# for background in 16 color terminal, valid background colors include:
|
|
||||||
# base03, bg, black, any of the non brights
|
|
||||||
|
|
||||||
# basic colors ---------------------------------------------------------
|
|
||||||
color normal brightyellow default
|
|
||||||
color error red default
|
|
||||||
color tilde black default
|
|
||||||
color message cyan default
|
|
||||||
color markers red white
|
|
||||||
color attachment white default
|
|
||||||
color search brightmagenta default
|
|
||||||
#color status J_black J_status
|
|
||||||
color status brightyellow black
|
|
||||||
color indicator brightblack yellow
|
|
||||||
color tree yellow default # arrow in threads
|
|
||||||
|
|
||||||
# basic monocolor screen
|
|
||||||
mono bold bold
|
|
||||||
mono underline underline
|
|
||||||
mono indicator reverse
|
|
||||||
mono error bold
|
|
||||||
|
|
||||||
# index ----------------------------------------------------------------
|
|
||||||
|
|
||||||
#color index red default "~D(!~p|~p)" # deleted
|
|
||||||
#color index black default ~F # flagged
|
|
||||||
#color index brightred default ~= # duplicate messages
|
|
||||||
#color index brightgreen default "~A!~N!~T!~p!~Q!~F!~D!~P" # the rest
|
|
||||||
#color index J_base default "~A~N!~T!~p!~Q!~F!~D" # the rest, new
|
|
||||||
color index red default "~A" # all messages
|
|
||||||
color index brightred default "~E" # expired messages
|
|
||||||
color index blue default "~N" # new messages
|
|
||||||
color index blue default "~O" # old messages
|
|
||||||
color index brightmagenta default "~Q" # messages that have been replied to
|
|
||||||
color index brightgreen default "~R" # read messages
|
|
||||||
color index blue default "~U" # unread messages
|
|
||||||
color index blue default "~U~$" # unread, unreferenced messages
|
|
||||||
color index brightyellow default "~v" # messages part of a collapsed thread
|
|
||||||
color index brightyellow default "~P" # messages from me
|
|
||||||
color index cyan default "~p!~F" # messages to me
|
|
||||||
color index cyan default "~N~p!~F" # new messages to me
|
|
||||||
color index cyan default "~U~p!~F" # unread messages to me
|
|
||||||
color index brightgreen default "~R~p!~F" # messages to me
|
|
||||||
color index red default "~F" # flagged messages
|
|
||||||
color index red default "~F~p" # flagged messages to me
|
|
||||||
color index red default "~N~F" # new flagged messages
|
|
||||||
color index red default "~N~F~p" # new flagged messages to me
|
|
||||||
color index red default "~U~F~p" # new flagged messages to me
|
|
||||||
color index black red "~D" # deleted messages
|
|
||||||
color index brightcyan default "~v~(!~N)" # collapsed thread with no unread
|
|
||||||
color index yellow default "~v~(~N)" # collapsed thread with some unread
|
|
||||||
color index green default "~N~v~(~N)" # collapsed thread with unread parent
|
|
||||||
# statusbg used to indicated flagged when foreground color shows other status
|
|
||||||
# for collapsed thread
|
|
||||||
color index red black "~v~(~F)!~N" # collapsed thread with flagged, no unread
|
|
||||||
color index yellow black "~v~(~F~N)" # collapsed thread with some unread & flagged
|
|
||||||
color index green black "~N~v~(~F~N)" # collapsed thread with unread parent & flagged
|
|
||||||
color index green black "~N~v~(~F)" # collapsed thread with unread parent, no unread inside, but some flagged
|
|
||||||
color index cyan black "~v~(~p)" # collapsed thread with unread parent, no unread inside, some to me directly
|
|
||||||
color index yellow red "~v~(~D)" # thread with deleted (doesn't differentiate between all or partial)
|
|
||||||
#color index yellow default "~(~N)" # messages in threads with some unread
|
|
||||||
#color index green default "~S" # superseded messages
|
|
||||||
#color index red default "~T" # tagged messages
|
|
||||||
#color index brightred red "~=" # duplicated messages
|
|
||||||
|
|
||||||
# message headers ------------------------------------------------------
|
|
||||||
|
|
||||||
#color header brightgreen default "^"
|
|
||||||
color hdrdefault brightgreen default
|
|
||||||
color header brightyellow default "^(From)"
|
|
||||||
color header blue default "^(Subject)"
|
|
||||||
|
|
||||||
# body -----------------------------------------------------------------
|
|
||||||
|
|
||||||
color quoted blue default
|
|
||||||
color quoted1 cyan default
|
|
||||||
color quoted2 yellow default
|
|
||||||
color quoted3 red default
|
|
||||||
color quoted4 brightred default
|
|
||||||
|
|
||||||
color signature brightgreen default
|
|
||||||
color bold black default
|
|
||||||
color underline black default
|
|
||||||
color normal default default
|
|
||||||
#
|
|
||||||
color body brightcyan default "[;:][-o][)/(|]" # emoticons
|
|
||||||
color body brightcyan default "[;:][)(|]" # emoticons
|
|
||||||
color body brightcyan default "[*]?((N)?ACK|CU|LOL|SCNR|BRB|BTW|CWYL|\
|
|
||||||
|FWIW|vbg|GD&R|HTH|HTHBE|IMHO|IMNSHO|\
|
|
||||||
|IRL|RTFM|ROTFL|ROFL|YMMV)[*]?"
|
|
||||||
color body brightcyan default "[ ][*][^*]*[*][ ]?" # more emoticon?
|
|
||||||
color body brightcyan default "[ ]?[*][^*]*[*][ ]" # more emoticon?
|
|
||||||
|
|
||||||
## pgp
|
|
||||||
|
|
||||||
color body red default "(BAD signature)"
|
|
||||||
color body cyan default "(Good signature)"
|
|
||||||
color body brightblack default "^gpg: Good signature .*"
|
|
||||||
color body brightyellow default "^gpg: "
|
|
||||||
color body brightyellow red "^gpg: BAD signature from.*"
|
|
||||||
mono body bold "^gpg: Good signature"
|
|
||||||
mono body bold "^gpg: BAD signature from.*"
|
|
||||||
|
|
||||||
# yes, an insance URL regex
|
|
||||||
color body red default "([a-z][a-z0-9+-]*://(((([a-z0-9_.!~*'();:&=+$,-]|%[0-9a-f][0-9a-f])*@)?((([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?|[0-9]+\\.[0-9]+\\.[0-9]+\\.[0-9]+)(:[0-9]+)?)|([a-z0-9_.!~*'()$,;:@&=+-]|%[0-9a-f][0-9a-f])+)(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*(/([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*(;([a-z0-9_.!~*'():@&=+$,-]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?(#([a-z0-9_.!~*'();/?:@&=+$,-]|%[0-9a-f][0-9a-f])*)?|(www|ftp)\\.(([a-z0-9]([a-z0-9-]*[a-z0-9])?)\\.)*([a-z]([a-z0-9-]*[a-z0-9])?)\\.?(:[0-9]+)?(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*(/([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*(;([-a-z0-9_.!~*'():@&=+$,]|%[0-9a-f][0-9a-f])*)*)*)?(\\?([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?(#([-a-z0-9_.!~*'();/?:@&=+$,]|%[0-9a-f][0-9a-f])*)?)[^].,:;!)? \t\r\n<>\"]"
|
|
||||||
# and a heavy handed email regex
|
|
||||||
#color body J_magent default "((@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]),)*@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\.[0-9]?[0-9]?[0-9]\\]):)?[0-9a-z_.+%$-]+@(([0-9a-z-]+\\.)*[0-9a-z-]+\\.?|#[0-9]+|\\[[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\.[0-2]?[0-9]?[0-9]\\])"
|
|
||||||
|
|
||||||
# Various smilies and the like
|
|
||||||
#color body brightwhite default "<[Gg]>" # <g>
|
|
||||||
#color body brightwhite default "<[Bb][Gg]>" # <bg>
|
|
||||||
#color body yellow default " [;:]-*[})>{(<|]" # :-) etc...
|
|
||||||
# *bold*
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
#mono body bold "(^|[[:space:][:punct:]])\\*[^*]+\\*([[:space:][:punct:]]|$)"
|
|
||||||
# _underline_
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])_[^_]+_([[:space:][:punct:]]|$)"
|
|
||||||
# /italic/ (Sometimes gets directory names)
|
|
||||||
#color body blue default "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
#mono body underline "(^|[[:space:][:punct:]])/[^/]+/([[:space:][:punct:]]|$)"
|
|
||||||
|
|
||||||
# Border lines.
|
|
||||||
#color body blue default "( *[-+=#*~_]){6,}"
|
|
||||||
|
|
||||||
#folder-hook . "color status J_black J_status "
|
|
||||||
#folder-hook gmail/inbox "color status J_black yellow "
|
|
||||||
#folder-hook gmail/important "color status J_black yellow "
|
|
||||||
|
|
77
.muttrc
77
.muttrc
@ -1,77 +0,0 @@
|
|||||||
# Mutt configuration file
|
|
||||||
# See: http://stevelosh.com/blog/2012/10/the-homely-mutt/#configuring
|
|
||||||
# See: http://www.linuxuser.co.uk/tutorials/get-started-with-mutt
|
|
||||||
|
|
||||||
# Paths
|
|
||||||
set alias_file = ~/.mutt/alias # where to store aliases
|
|
||||||
set header_cache = ~/.mutt/cache/headers # where to store headers
|
|
||||||
set message_cachedir = ~/.mutt/cache/bodies # where to store bodies
|
|
||||||
set tmpdir = ~/.mutt/temp # where to keep temp files, must exist
|
|
||||||
set signature = ~/.signature.gmail # signature file
|
|
||||||
|
|
||||||
# Basic Options
|
|
||||||
set wait_key = no # shut up, mutt
|
|
||||||
set mbox_type = Maildir # mailbox type
|
|
||||||
set timeout = 15 # idle time before scanning (seconds)
|
|
||||||
set mail_check = 60 # minimum time between scans (seconds)
|
|
||||||
unset move # gmail does that
|
|
||||||
unset mark_old # read/new is good enough for me
|
|
||||||
set beep_new # bell on new mails
|
|
||||||
set pipe_decode # strip headers and eval mimes when piping
|
|
||||||
set thorough_search # strip headers and eval mimes before searching
|
|
||||||
|
|
||||||
# Header Options
|
|
||||||
# Hide some of the extra email headers we don't care about
|
|
||||||
ignore * # ignore all headers
|
|
||||||
unignore from: to: cc: bcc: date: subject: # show only these
|
|
||||||
unhdr_order * # some distros order things by default
|
|
||||||
hdr_order from: to: cc: bcc: date: subject: # and in this order
|
|
||||||
|
|
||||||
# Incoming
|
|
||||||
set imap_user = 'alan.orth@gmail.com'
|
|
||||||
|
|
||||||
# Outgoing
|
|
||||||
set smtp_url = 'smtp://alan.orth@gmail.com@smtp.gmail.com:587/'
|
|
||||||
set from = 'alan.orth@gmail.com'
|
|
||||||
set realname = 'Alan Orth'
|
|
||||||
|
|
||||||
# Mailbox settings
|
|
||||||
set folder = 'imaps://imap.gmail.com/'
|
|
||||||
set spoolfile = '+INBOX' # '+' is a shortcut for the folder path
|
|
||||||
set record = '' # don't save sent mails to Sent folder, gmail does this
|
|
||||||
set postponed = '+[Gmail]/Drafts'
|
|
||||||
|
|
||||||
# Check all labels/folders
|
|
||||||
set imap_check_subscribed
|
|
||||||
|
|
||||||
# Index configuration (main screen)
|
|
||||||
# Index view Options ---------------------------------
|
|
||||||
set date_format = '%m/%d'
|
|
||||||
set index_format = '[%Z] %D %-20.20F %s'
|
|
||||||
set sort = threads # like gmail
|
|
||||||
set sort_aux = reverse-last-date-received # like gmail
|
|
||||||
set uncollapse_jump # don't collapse on an unread message
|
|
||||||
set sort_re # thread based on regex
|
|
||||||
set reply_regexp = '^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*'
|
|
||||||
|
|
||||||
# Index key Bindings ---------------------------------
|
|
||||||
bind index gg first-entry
|
|
||||||
bind index G last-entry
|
|
||||||
|
|
||||||
# Writing mail
|
|
||||||
set envelope_from # which from?
|
|
||||||
set sig_dashes # dashes before sig
|
|
||||||
set edit_headers # show headers when composing
|
|
||||||
set fast_reply # skip to compose when replying
|
|
||||||
set fcc_attach # save attachments with the body
|
|
||||||
unset mime_forward # forward attachments as part of body
|
|
||||||
set forward_format = 'Fwd: %s' # format of subject when forwarding
|
|
||||||
set forward_decode # decode when forwarding
|
|
||||||
set attribution = 'On %d, %n wrote:' # format of quoting header
|
|
||||||
set reply_to # reply to Reply to: field
|
|
||||||
set reverse_name # reply as whomever it was to
|
|
||||||
set include # include message in replies
|
|
||||||
set forward_quote # include message in forwards
|
|
||||||
|
|
||||||
# Color scheme
|
|
||||||
source ~/.mutt-colors-solarized-dark-16.muttrc
|
|
Loading…
Reference in New Issue
Block a user