aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .processing/preferences.txt: Updated settings for processing > 3.0.David Runge2015-12-301-8/+25
|
* .vim/addons-settings.vim: Setting correct path for processing documentation.David Runge2015-12-301-1/+1
|
* Merge branch 'master' of sleepmap.de:dotfilesDavid Runge2015-12-231-0/+0
|\ | | | | | | | | * 'master' of sleepmap.de:dotfiles: bin/gpg2mutt: Moving the lesser rememberable generate_pgp_auto to an easier to remember script name.
| * bin/gpg2mutt: Moving the lesser rememberable generate_pgp_auto to an easier ↵David Runge2015-12-161-0/+0
| | | | | | | | to remember script name.
* | .zsh.after/functions.zsh: Adding video and media harddrives to the lopen ↵David Runge2015-12-231-0/+13
|/ | | | function.
* Merge branch 'master' of sleepmap.de:dotfilesDavid Runge2015-12-156-9/+59
|\ | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:dotfiles: .offlineimaprc: Adding lac@linuxaudio.org account. .mutt/accounts.rc: Adding lac@linuxaudio.org account. .mutt/lac@linuxaudio.org.*: Adding config and signature file for lac@linuxaudio.org. .msmtprc: Adding lac@linuxaudio.org account. .offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering the refresh times. .ncmpcpp/config: Lowering the sample multiplier for smaller visualizer
| * .offlineimaprc: Adding lac@linuxaudio.org account.David Runge2015-12-141-1/+18
| |
| * .mutt/accounts.rc: Adding lac@linuxaudio.org account.David Runge2015-12-141-0/+3
| |
| * .mutt/lac@linuxaudio.org.*: Adding config and signature file for ↵David Runge2015-12-142-0/+20
| | | | | | | | lac@linuxaudio.org.
| * .msmtprc: Adding lac@linuxaudio.org account.David Runge2015-12-141-0/+10
| |
| * .offlineimaprc: Raising the maximum parallel accounts to be synced. Lowering ↵David Runge2015-12-051-7/+7
| | | | | | | | the refresh times.
| * .ncmpcpp/config: Lowering the sample multiplier for smaller visualizerDavid Runge2015-12-051-1/+1
| |
* | .ncmpcpp/config: fixing song_list_format, unifying config.David Runge2015-12-151-20/+15
| |
* | .config/khal/khal.conf: Adding lines from standard config for better diff.David Runge2015-12-141-0/+2
| |
* | .mutt/attachments.rc: Adding attachment config for mutt.David Runge2015-12-141-0/+2
| |
* | .mutt/muttrc: Adding attachment settings for mutt.David Runge2015-12-141-0/+3
|/
* .nvim: Making symlink to .vim folder relative.David Runge2015-11-241-1/+1
|
* .zsh.after/export.zsh: Adding root auto-logout after 6 minutes.David Runge2015-11-241-0/+7
|
* .msmtprc: Making path to tls_trust_file work globally.David Runge2015-11-071-3/+3
|
* .zsh.after/functions.zsh: Adding further device nodes as possible mounting ↵David Runge2015-11-051-2/+20
| | | | points for certain luksOpen actions.
* .zsh.after/functions.zsh: Adding decompression option for .deb files. ↵David Runge2015-11-051-1/+3
| | | | Changing to standard way of creating tar.xz.
* .vdirsyncer/config: Moving retrieval of password for accounts out of the ↵David Runge2015-10-301-2/+4
| | | | general section into each connection setting. Since 0.7 vdirsyncer is using an overhauled version of their password_command -> password.fetch.
* Merge branch 'master' of sleepmap.de:dotfilesDavid Runge2015-10-228-110/+109
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:dotfiles: .tmux.conf: Adding tmux > 2.1 mouse scrolling options. .gitignore: Adding make/ folder to the list of ignored folder. .gitignore: Adding bin/pass2offlineimapc, as it will be re-generated upon usage. .gitignore: Adding .mutt/gpg-auto.rc, as it will have to be re-generated via script before useage of mutt. bin/generate_pgp_auto: Adding script to generate mutt send-hooks for mail addresses with valid gpg keys, to be able to automatically send encrypted mail. .mutt/gpg.rc: Updating correct settings for gpg. .zsh.after/export.zsh: Fixing some typos and adding additional comments. Adding XDG_RUNTIME_DIR for tmux's TMUX_TMPDIR. Moving SSH_AUTH_SOCK to XDG_RUNTIME_DIR. Separating ssh-agent and gpg-agent again. Setting GPG_TTY to current tty. Setting GPG_AGENT_INFO to empty string, so gpg-agent can be found. .config/khal/khal.conf, .vdirsyncer/config: Changing name of calendar. .mutt/gpg.rc: Updating pgp settings to be compliant with gnupg > 2.1. .local/share/applications/pd.desktop: Shifting from pd-extended to pd. .tmux.conf: Adding new (post 2.1) mouse mode
| * .tmux.conf: Adding tmux > 2.1 mouse scrolling options.David Runge2015-10-221-0/+9
| |
| * .gitignore: Adding make/ folder to the list of ignored folder.David Runge2015-10-221-0/+1
| |
| * .gitignore: Adding bin/pass2offlineimapc, as it will be re-generated upon usage.David Runge2015-10-221-0/+1
| |
| * .gitignore: Adding .mutt/gpg-auto.rc, as it will have to be re-generated via ↵David Runge2015-10-221-0/+1
| | | | | | | | script before useage of mutt.
| * bin/generate_pgp_auto: Adding script to generate mutt send-hooks for mail ↵David Runge2015-10-221-0/+69
| | | | | | | | addresses with valid gpg keys, to be able to automatically send encrypted mail.
| * .mutt/gpg.rc: Updating correct settings for gpg.David Runge2015-10-221-14/+1
| |
| * .zsh.after/export.zsh: Fixing some typos and adding additional comments. ↵David Runge2015-10-221-21/+11
| | | | | | | | Adding XDG_RUNTIME_DIR for tmux's TMUX_TMPDIR. Moving SSH_AUTH_SOCK to XDG_RUNTIME_DIR. Separating ssh-agent and gpg-agent again. Setting GPG_TTY to current tty. Setting GPG_AGENT_INFO to empty string, so gpg-agent can be found.
| * .config/khal/khal.conf, .vdirsyncer/config: Changing name of calendar.David Runge2015-10-222-2/+2
| |
| * .mutt/gpg.rc: Updating pgp settings to be compliant with gnupg > 2.1.David Runge2015-10-201-84/+24
| |
| * .local/share/applications/pd.desktop: Shifting from pd-extended to pd.David Runge2015-10-201-2/+2
| |
| * .tmux.conf: Adding new (post 2.1) mouse modeDavid Runge2015-10-201-1/+2
| |
* | .zsh.after/functions.zsh: Adding additional device for backup-audio, in case ↵David Runge2015-10-221-1/+5
|/ | | | the harddrive is used in another case.
* .mutt/khard.rc: Updating search command.David Runge2015-10-071-1/+1
|
* .mutt/macros.rc: Adding ~/Downloads as default prefix for downloading ↵David Runge2015-10-071-0/+4
| | | | attachments.
* .vdirsyncer/config: Removing tu-berlin address book. Adding work calendar. ↵David Runge2015-10-073-5/+6
| | | | Ordering calendars. .config/khard/khard.conf: Removing tu-berlin address book. .config/khal/khal.conf: Adding work calendar.
* .config/conky/right: Lowering font size.David Runge2015-10-071-1/+1
|
* .mutt/sidebar.rc: Adding sidebar settings.David Runge2015-09-251-0/+12
|
* .mutt/muttrc: Adding sourcing of sidebar settings.David Runge2015-09-251-0/+3
|
* .mutt/default.rc: Updating index_format to be more readable, Adding setting ↵David Runge2015-09-251-1/+2
| | | | for folder_format.
* .mutt/macros.rc: Adding notmuch-mutt macros.David Runge2015-09-251-0/+22
|
* .mutt/david.runge@campus.tu-berlin.de.rc: Moving Spam folder to folder ↵David Runge2015-09-251-1/+1
| | | | called Spam.
* .mutt/dave@sleepmap.de.rc: Moving Spam folder to folder called Spam.David Runge2015-09-251-1/+1
|
* .mutt/dave@c-base.org.rc: Moving Spam folder to folder called Spam.David Runge2015-09-251-1/+1
|
* .offlineimaprc: Changing to domain-based account naming, so mutt can ↵David Runge2015-09-251-4/+4
| | | | properly pick up the mailboxes.
* .notmuch-config: Adding notmuch-config.David Runge2015-09-251-0/+98
|
* .config/psd/.psd.conf: Adding user based profile-sync-daemon config.David Runge2015-09-251-0/+67
|
* .config/conky/side: Adding proper distinctive conky settings for trvlr and ↵David Runge2015-09-251-0/+116
| | | | dvzrv host.