Initial commit
This commit is contained in:
commit
cc18ffe286
3
bash/.bash_logout
Normal file
3
bash/.bash_logout
Normal file
@ -0,0 +1,3 @@
|
||||
#
|
||||
# ~/.bash_logout
|
||||
#
|
8
bash/.bash_profile
Normal file
8
bash/.bash_profile
Normal file
@ -0,0 +1,8 @@
|
||||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
|
||||
export LEDGER_FILE="~/journal.ledger"
|
||||
PATH="$PATH":"/home/jdormit/.local/bin":"/home/jdormit/bin/":"/home/jdormit/.gem/ruby/2.5.0/bin":"/home/jdormit/go/bin"
|
11
bash/.bashrc
Normal file
11
bash/.bashrc
Normal file
@ -0,0 +1,11 @@
|
||||
#
|
||||
# ~/.bashrc
|
||||
#
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
alias ls='ls --color=auto'
|
||||
PS1='[\u@\h \W]\$ '
|
||||
|
||||
source /usr/share/nvm/init-nvm.sh
|
4
configure-stow.sh
Executable file
4
configure-stow.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
echo "--target=$HOME
|
||||
--dir=$(dirname $(readlink -f $0))" > ~/.stowrc
|
2381
emacs/init.org
Executable file
2381
emacs/init.org
Executable file
File diff suppressed because it is too large
Load Diff
116
mbsync/.mbsyncrc
Normal file
116
mbsync/.mbsyncrc
Normal file
@ -0,0 +1,116 @@
|
||||
IMAPAccount jeremy-dormitzer-net
|
||||
Host mail.dormitzer.net
|
||||
user jeremy@dormitzer.net
|
||||
PassCmd "pass show jeremy@dormitzer.net | head -n 1"
|
||||
PipelineDepth 50
|
||||
|
||||
IMAPStore jeremy-dormitzer-net-remote
|
||||
Account jeremy-dormitzer-net
|
||||
|
||||
MaildirStore jeremy-dormitzer-net-local
|
||||
Path ~/.mail/jeremy-dormitzer-net/
|
||||
Inbox ~/.mail/jeremy-dormitzer-net/Inbox
|
||||
SubFolders Verbatim
|
||||
|
||||
Channel jeremy-dormitzer-net
|
||||
Master :jeremy-dormitzer-net-remote:
|
||||
Slave :jeremy-dormitzer-net-local:
|
||||
Patterns *
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
IMAPAccount jeremy-getpterotype-com
|
||||
Host imap.gmail.com
|
||||
user jeremy@getpterotype.com
|
||||
PassCmd "pass show jeremy@getpterotype.com | head -n 1"
|
||||
SSLType IMAPS
|
||||
CertificateFile ~/cert.pem
|
||||
AuthMechs LOGIN
|
||||
PipelineDepth 50
|
||||
|
||||
IMAPStore jeremy-getpterotype-com-remote
|
||||
Account jeremy-getpterotype-com
|
||||
|
||||
MaildirStore jeremy-getpterotype-com-local
|
||||
Path ~/.mail/jeremy-getpterotype-com/
|
||||
Inbox ~/.mail/jeremy-getpterotype-com/Inbox
|
||||
SubFolders Verbatim
|
||||
|
||||
Channel jeremy-getpterotype-com-inbox
|
||||
Master :jeremy-getpterotype-com-remote:
|
||||
Slave :jeremy-getpterotype-com-local:
|
||||
Patterns "INBOX"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Channel jeremy-getpterotype-com-trash
|
||||
Master :jeremy-getpterotype-com-remote:"[Gmail]/Trash"
|
||||
Slave :jeremy-getpterotype-com-local:"Trash"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Channel jeremy-getpterotype-com-sent
|
||||
Master :jeremy-getpterotype-com-remote:"[Gmail]/Sent Mail"
|
||||
Slave :jeremy-getpterotype-com-local:"Sent"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Channel jeremy-getpterotype-com-all
|
||||
Master :jeremy-getpterotype-com-remote:"[Gmail]/All Mail"
|
||||
Slave :jeremy-getpterotype-com-local:"Archive"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Group jeremy-getpterotype-com
|
||||
Channel jeremy-getpterotype-com-inbox
|
||||
Channel jeremy-getpterotype-com-trash
|
||||
Channel jeremy-getpterotype-com-sent
|
||||
Channel jeremy-getpterotype-com-all
|
||||
|
||||
IMAPAccount jeremy-dormitzer-gmail-com
|
||||
Host imap.gmail.com
|
||||
user jeremy.dormitzer@gmail.com
|
||||
PassCmd "pass show imap.gmail.com | head -n 1"
|
||||
SSLType IMAPS
|
||||
CertificateFile ~/cert.pem
|
||||
AuthMechs LOGIN
|
||||
PipelineDepth 50
|
||||
|
||||
IMAPStore jeremy-dormitzer-gmail-com-remote
|
||||
Account jeremy-dormitzer-gmail-com
|
||||
|
||||
MaildirStore jeremy-dormitzer-gmail-com-local
|
||||
Path ~/.mail/jeremy-dormitzer-gmail-com/
|
||||
Inbox ~/.mail/jeremy-dormitzer-gmail-com/Inbox
|
||||
SubFolders Verbatim
|
||||
|
||||
Channel jeremy-dormitzer-gmail-com-inbox
|
||||
Master :jeremy-dormitzer-gmail-com-remote:
|
||||
Slave :jeremy-dormitzer-gmail-com-local:
|
||||
Patterns "INBOX"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Channel jeremy-dormitzer-gmail-com-trash
|
||||
Master :jeremy-dormitzer-gmail-com-remote:"[Gmail]/Trash"
|
||||
Slave :jeremy-dormitzer-gmail-com-local:"Trash"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Channel jeremy-dormitzer-gmail-com-sent
|
||||
Master :jeremy-dormitzer-gmail-com-remote:"[Gmail]/Sent Mail"
|
||||
Slave :jeremy-dormitzer-gmail-com-local:"Sent"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Channel jeremy-dormitzer-gmail-com-all
|
||||
Master :jeremy-dormitzer-gmail-com-remote:"[Gmail]/All Mail"
|
||||
Slave :jeremy-dormitzer-gmail-com-local:"Archive"
|
||||
Create Both
|
||||
SyncState *
|
||||
|
||||
Group jeremy-dormitzer-gmail-com
|
||||
Channel jeremy-dormitzer-gmail-com-inbox
|
||||
Channel jeremy-dormitzer-gmail-com-trash
|
||||
Channel jeremy-dormitzer-gmail-com-sent
|
||||
Channel jeremy-dormitzer-gmail-com-all
|
26
msmtp/.msmtprc
Normal file
26
msmtp/.msmtprc
Normal file
@ -0,0 +1,26 @@
|
||||
defaults
|
||||
host smtp.gmail.com
|
||||
port 587
|
||||
protocol smtp
|
||||
auth on
|
||||
tls on
|
||||
tls_starttls on
|
||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
||||
|
||||
account jeremy.dormitzer-gmail.com
|
||||
from jeremy.dormitzer@gmail.com
|
||||
user jeremy.dormitzer@gmail.com
|
||||
passwordeval pass show imap.gmail.com | head -n 1
|
||||
|
||||
account jeremy-dormitzer.net
|
||||
host mail.dormitzer.net
|
||||
from jeremy@dormitzer.net
|
||||
user jeremy@dormitzer.net
|
||||
passwordeval pass show jeremy@dormitzer.net | head -n 1
|
||||
|
||||
account jeremy-getpterotype.com
|
||||
from jeremy@getpterotype.com
|
||||
user jeremy@getpterotype.com
|
||||
passwordeval pass show jeremy@getpterotype.com | head -n 1
|
||||
|
||||
account default : jeremy.dormitzer-gmail.com
|
Loading…
Reference in New Issue
Block a user