aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * .config/nvchecker/nvchecker.ini: Adding kernelshark, trace-cmd, ↵David Runge2019-11-161-0/+16
| | | | | | | | python-sphinx-argparse and deteriorate-lv2.
| * Merge branch 'master' of sleepmap.de:dave/dotfilesDavid Runge2019-10-196-27/+92
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:dave/dotfiles: .config/nvchecker/nvchecker.ini: Switching to gitlab upstream for qastools. Adding polyphone, libopenshot, libopenshot-audio, openshot, libquicktime, libconfig, vico, mephisto.lv2 and lv2lint. .config/systemd/user/jack@.service: Removing custom jack@ user service (it has been upstreamed and is available since jack2 1.9.13). .config/sway/config: Adding common (local) location for background image (which can be a symlink to another file). .config/sway/config: Setting default_border pixel 2, to not have headers. Reactivating keyboard shortcut for layout toggle split. .config/nvchecker/nvchecker.ini: Adding audiofile, redland, ladspa, ddrescue, raptor, rasqal, python-ipy, gandi.cli, flyspray and changing upstreams of a2jmidid, solfege and redkite. .zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() (respectively). .vim/addons.vim: Removing youcompleteme and adding coverage-highlight. .config/psd/psd.conf: Adding qutebrowser.
| | * .config/nvchecker/nvchecker.ini: Switching to gitlab upstream for qastools. ↵David Runge2019-10-151-1/+38
| | | | | | | | | | | | Adding polyphone, libopenshot, libopenshot-audio, openshot, libquicktime, libconfig, vico, mephisto.lv2 and lv2lint.
| | * .config/systemd/user/jack@.service: Removing custom jack@ user service (it ↵David Runge2019-10-071-17/+0
| | | | | | | | | | | | has been upstreamed and is available since jack2 1.9.13).
| * | .vimrc: Removing vim addon manager stuff. It's easier to install it via ↵David Runge2019-10-191-21/+0
| | | | | | | | | | | | packages or vim's build in plugin support.
* | | .config/alacritty/alacritty.yml: Adding alacritty configuration.David Runge2020-02-191-0/+656
| |/ |/|
* | .config/sway/config: Adding common (local) location for background image ↵David Runge2019-10-011-1/+1
| | | | | | | | (which can be a symlink to another file).
* | .config/sway/config: Setting default_border pixel 2, to not have headers. ↵David Runge2019-10-011-1/+3
| | | | | | | | Reactivating keyboard shortcut for layout toggle split.
* | .config/nvchecker/nvchecker.ini: Adding audiofile, redland, ladspa, ↵David Runge2019-10-011-5/+42
| | | | | | | | ddrescue, raptor, rasqal, python-ipy, gandi.cli, flyspray and changing upstreams of a2jmidid, solfege and redkite.
* | .zsh.after/functions.zsh: Adding .tar.lz and .lz to ex() and lstar() ↵David Runge2019-10-011-0/+6
| | | | | | | | (respectively).
* | .vim/addons.vim: Removing youcompleteme and adding coverage-highlight.David Runge2019-09-271-1/+1
| |
* | .config/psd/psd.conf: Adding qutebrowser.David Runge2019-09-261-1/+1
|/
* .mutt/gpg.rc: Using pgp_default_key, instead of pgp_sign_as (the latter will ↵David Runge2019-09-081-1/+3
| | | | use data from the former anyways). Specifically enforcing pgp_self_encrypt, to be able to read messages sent encrypted. Setting crypt_protected_headers_write, so e.g. the subject will be obfuscated.
* .config/systemd/user/mbsync.service: Using mbsync2mutt_mailboxes in ↵David Runge2019-09-071-0/+1
| | | | ExecStartPost to create the mailboxes snippet for mutt.
* .config/systemd/user/mbsync.*: Adding timer/service unit to start mbsync ↵David Runge2019-09-072-0/+17
| | | | (and notmuch afterwards).
* .ssh/config: Setting IdentityFile for nws4 to id_ed25519. Adding ↵David Runge2019-09-071-1/+10
| | | | configuration for git.archlinux.org.
* .notmuch-config: Setting [database] path to a relative string. Adding ↵David Runge2019-09-071-32/+32
| | | | dvzrv@archlinux.org to [user] other_email. Retabbing to remove tab poisoning.
* .mutt/macros.rc: Mapping F3 to access the archlinux.org INBOX.David Runge2019-09-071-0/+1
|
* .mutt/default.rc: Setting mail folder to new location in ~/.mail. Removing ↵David Runge2019-09-071-3/+1
| | | | empty newline and slow sync setting.
* .mutt/accounts.rc: Updating location for default account. Adding folder-hook ↵David Runge2019-09-071-2/+4
| | | | | | for archlinux.org account .
* .mutt/dave@sleepmap.de.rc: Switching to new Maildir location.David Runge2019-09-071-1/+1
|
* .config/termite/config: Increasing the default font size of inconsolata to 11.David Runge2019-09-071-1/+1
|
* bin/tex2pdf: Making sure to only match .svg files, when rendering svgs to pdf.David Runge2019-09-071-1/+1
|
* bin/mbsync2mutt_mailboxes: Adding helper script to write a mutt ↵David Runge2019-09-071-0/+45
| | | | configuration snippet, defining the available mailboxes (per account). The script uses the output of mbsync -al to get a list of all mailboxes it has access to.
* .gitignore: Adding .mail.David Runge2019-09-071-0/+1
|
* .mbsyncrc: Adding configuration for sleepmap.de and archlinux.org account.David Runge2019-09-071-0/+41
|
* .mutt/dvzrv@archlinux.org.*: Adding account setup for archlinux.org.David Runge2019-09-072-0/+13
|
* .msmtprc: Adding archlinux account.David Runge2019-09-071-0/+7
|
* Merge branch 'master' of sleepmap.de:dave/dotfilesDavid Runge2019-09-044-2/+95
|\ | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:dave/dotfiles: .config/packages/extra.txt: Adding audiofile, brltty, ddrescue, ladspa, raptop, rasqal and redland. .config/packages/community.txt: Adding flyspray, gandi.cli and python-ipy. bin/domain_to_current_ip: Adding script to set a gandi domain to point to the current (external) IP. .config/packages/community.txt: Adding haskell-{hosc,microspec}, tidalcycles, python-{gitdb,gitpython,gnupg,progressbar,smmap,tzlocal,utils}, librepcb and waf. .config/nvchecker/nvchecker.ini: Fixing freepats-general-midi check. Adding python-{tzlocal,gitdb,gitpython,gnupg,progressbar,smmap}, haskell-{hosc,microspec}, librepcb, waf and tidalcycles. .config/nvchecker/nvchecker.ini: Adding geonkick, hydrogen, php-igbinary, foxdot and redkite. Switching to tracking linux-rt 5.2 branch.
| * Merge branch 'master' of sleepmap.de:dave/dotfilesDavid Runge2019-09-031-0/+12
| |\ | | | | | | | | | | | | * 'master' of sleepmap.de:dave/dotfiles: bin/domain_to_current_ip: Adding script to set a gandi domain to point to the current (external) IP.
| | * bin/domain_to_current_ip: Adding script to set a gandi domain to point to ↵David Runge2019-08-301-0/+12
| | | | | | | | | | | | the current (external) IP.
| * | .config/packages/extra.txt: Adding audiofile, brltty, ddrescue, ladspa, ↵David Runge2019-09-031-0/+7
| | | | | | | | | | | | raptop, rasqal and redland.
| * | .config/packages/community.txt: Adding flyspray, gandi.cli and python-ipy.David Runge2019-09-031-0/+3
| |/
| * .config/packages/community.txt: Adding haskell-{hosc,microspec}, ↵David Runge2019-08-291-0/+12
| | | | | | | | tidalcycles, python-{gitdb,gitpython,gnupg,progressbar,smmap,tzlocal,utils}, librepcb and waf.
| * .config/nvchecker/nvchecker.ini: Fixing freepats-general-midi check. Adding ↵David Runge2019-08-291-1/+40
| | | | | | | | python-{tzlocal,gitdb,gitpython,gnupg,progressbar,smmap}, haskell-{hosc,microspec}, librepcb, waf and tidalcycles.
| * .config/nvchecker/nvchecker.ini: Adding geonkick, hydrogen, php-igbinary, ↵David Runge2019-08-071-1/+21
| | | | | | | | foxdot and redkite. Switching to tracking linux-rt 5.2 branch.
* | .msmtprc: Directly calling pass, instead of some useless script.David Runge2019-09-042-5/+2
| |
* | .msmtprc: Removing unused accounts (tu-berlin.de, linuxaudio.org).David Runge2019-09-041-18/+0
| |
* | bin/tex2pdf: Adding function to render svgs to pdf using inkscape. Adding ↵David Runge2019-08-091-0/+13
|/ | | | informational echo to render_diags() and render_svgs().
* Merge branch 'master' of sleepmap.de:dave/dotfilesDavid Runge2019-08-073-1/+8
|\ | | | | | | | | | | | | | | * 'master' of sleepmap.de:dave/dotfiles: .config/packages/community.txt: Adding foxdot, geonkick, qmidinet and redkite. .config/packages/*: Moving apparmor from community to extra. .config/packages/community.txt: Adding php-igbinary. .config/packages/aur.txt: Adding vcvrack-{befaco,fundamental}.
| * .config/packages/community.txt: Adding foxdot, geonkick, qmidinet and redkite.David Runge2019-08-041-0/+4
| |
| * .config/packages/*: Moving apparmor from community to extra.David Runge2019-07-112-1/+1
| |
| * .config/packages/community.txt: Adding php-igbinary.David Runge2019-07-111-0/+1
| |
| * .config/packages/aur.txt: Adding vcvrack-{befaco,fundamental}.David Runge2019-07-111-0/+2
| |
* | .blockdiagrc: Adding a configuration for blockdiag (to specify tex rendering ↵David Runge2019-08-071-0/+3
| | | | | | | | with DejaVuSans when using seqdiag).
* | bin/tex2pdf: Adding the rendering of .diag files using seqdiag.David Runge2019-08-071-0/+9
|/
* .config/systemd/user/mpd@.service: Adding hardening options.David Runge2019-07-071-0/+6
|
* .zsh.after/export.zsh: Remove useless AURDEST export.David Runge2019-07-071-3/+0
|
* .zsh.after/aliases.zsh: Setting mpv alias depending on whether on Xwayland ↵David Runge2019-07-071-1/+5
| | | | or X11.
* .config/nvchecker/nvchecker.ini: Adding wolf-spectrum, zita-dc1, octofile, ↵David Runge2019-07-071-0/+41
| | | | ebumeter, pd-gem, hexter, bslizr, adlplug, freeverb3 and vcvrack.