Skip to content

Commit

Permalink
Fix settinsg that needs changing
Browse files Browse the repository at this point in the history
and remove my name
  • Loading branch information
benohara committed Aug 4, 2012
1 parent 2d12348 commit a6001a2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@

# Global Config
[user]
#name = "Your Name"
#email = "[email protected]"
#signingkey = YOURKEYID
name = "**Your Name**"
email = "**Your Email**"
#signingkey = **Your GPG ID**

[branch "master"]
remote = origin
Expand Down
4 changes: 2 additions & 2 deletions irssi/config
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ statusbar = {
};
};
settings = {
core = { real_name = "Your Name"; user_name = "username"; nick = "nick"; };
core = { real_name = "**Your Name**"; user_name = "**Your Username**"; nick = "**Your Nickname**"; };
"fe-text" = { actlist_sort = "refnum"; };
"perl/core/scripts" = {
### For Solarized adv_windowlist.pl script
Expand All @@ -302,7 +302,7 @@ settings = {
hilight_color = "= %R";
};
};
hilights = ( { text = "Ben"; color = "%M"; nick = "yes"; word = "yes"; } );
hilights = ( { text = "**Your Nickname**"; color = "%M"; nick = "yes"; word = "yes"; } );
keyboard = (
{ key = "meta-[M"; id = "command"; data = "mouse_xterm "; }
);
Expand Down
4 changes: 2 additions & 2 deletions mercurial/hgrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#

[ui]
#username = Your Name <[email protected]>
username = **Your Name** <**Your Email**>
merge = internal:merge

[extensions]
Expand All @@ -29,7 +29,7 @@ slog = log --template '{rev}:{node|short} {desc|firstline}\n'
show = log --color=always -pr

[web]
cacerts = /etc/ssl/certs/ca-certificates.crt
cacerts = ~/.mercurial/ssl/certs/ca-certificates.crt

[diff]
git = True
Expand Down
4 changes: 2 additions & 2 deletions mutt/gmail
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ color status green default
set folder=$HOME/.mail
set spoolfile="+Gmail/INBOX"

set from = "[email protected]"
set smtp_url = "smtp://username@smtp.gmail.com:587/"
set from = "**Your Gmail Account**"
set smtp_url = "smtp://**Your Gmail Username**@smtp.gmail.com:587/"
set mbox = "+Gmail/archive"
unset record
set postponed = "+Gmail/drafts"
Expand Down
8 changes: 4 additions & 4 deletions mutt/muttrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ set folder=$HOME/.mail/
set spoolfile="+Gmail/INBOX"

set reverse_name=yes
set from=[email protected]
set realname="Ben O'Hara"
alternates [email protected]
set from=**Your Email**
set realname="**Your Name**"
alternates **Your Work Email**

source $HOME/.mutt/colors/solarized

Expand All @@ -25,5 +25,5 @@ source ~/.mutt/mailboxes.offlineimap

# account specific sources
folder-hook Gmail/* source ~/.mutt/gmail
folder-hook APNIC/* source ~/.mutt/work
folder-hook Work/* source ~/.mutt/work

4 changes: 2 additions & 2 deletions mutt/work
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ color status cyan default
set folder=$HOME/.mail/
set spoolfile="+Work/INBOX"

set from = "[email protected]"
set smtp_url = "smtp://username@smtp.work.com:587/"
set from = "**Your Work Email**"
set smtp_url = "smtp://**Your Work Username**@smtp.work.com:587/"
set mbox = "+Work/Archive"
set record = "+Work/Sent"
set postponed = "+Work/Drafts"
Expand Down

0 comments on commit a6001a2

Please sign in to comment.