aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .local/share/SuperCollider/Extensions/zzz: Adding Extension symlink for zzz ↵David Runge2017-04-291-0/+1
| | | | repository.
* .config/SuperCollider/sclang_conf.yaml: Adding updated version.David Runge2017-04-291-1/+1
|
* .config/SuperCollider/Extensions/*: Adding symlink to SCVim.sc, bowelyzer ↵David Runge2017-04-293-0/+3
| | | | and thesoundofpeople to Extensions.
* .gitignore: Removing SuperCollider config folder from ignore list.David Runge2017-04-291-1/+0
|
* .vim/addons-settings.vim: Adding NERDTreeToggle on ctrl+O.David Runge2017-04-291-0/+1
|
* .vim/addons.vim: Adding scvim as a filetype plugin.David Runge2017-04-291-0/+1
|
* .vimrc: Removing sourcing of .scvimrc (scvim is now a separate filetype plugin).David Runge2017-04-291-2/+6
|
* .config/SuperCollider/startupfiles/rme_fireface800.scd: Adding all outputs ↵David Runge2017-04-271-69/+2
| | | | and inputs generically instead of each one by one. This now works fully with any Fireface 800.
* .config/SuperCollider/startup.scd: Adding conditionals to check for RME ↵David Runge2017-04-271-3/+14
| | | | Fireface800 and RME Babyface and load additional input/out configuration accordingly.
* .config/SuperCollider/startupfiles/rme_babyface.scd: Adding RME Babyface ↵David Runge2017-04-271-0/+4
| | | | input/output settings.
* .config/SuperCollider/startupfiles/rme_fireface800.scd: Adding JACK ↵David Runge2017-04-271-0/+66
| | | | auto-connects for fireface800.
* .config/jack/usb-babyface-48000: Adding configuration for a babyface.David Runge2017-04-251-0/+12
|
* .offlineimaprc: Change from 7.1.0, remove status_backend.David Runge2017-04-181-4/+0
|
* .config/qtile/config.py: Fixing syntax.David Runge2017-03-291-14/+29
|
* .config/termite/config: Switching cursor shape back to block. Setting ↵David Runge2017-03-291-2/+2
| | | | background alpha to a higher value (85) for better visibility.
* .tmux.conf: Setting default terminal to tmux-256color. Using ↵David Runge2017-03-291-1/+3
| | | | terminal-overrides for xterm-termite to have 24bit colors in termite. Using update-environment to force update DISPLAY variable to stick around.
* Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2017-03-292-5/+6
|\ | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .config/user-dirs.dirs: Updating XDG folders to new cloud location. .zlogout: Fixing broken statement, by doing binary comparison.
| * .config/user-dirs.dirs: Updating XDG folders to new cloud location.David Runge2017-03-261-4/+4
| |
| * .zlogout: Fixing broken statement, by doing binary comparison.David Runge2017-03-211-1/+2
| |
* | .config/conky/dvzrv-*.conf: Adding general and network conky config for host ↵David Runge2017-03-292-0/+171
|/ | | | dvzrv.
* bin/host_online_status: Adding script to easily checking if a host is ↵David Runge2017-03-211-0/+19
| | | | available by pinging it.
* .zlogout: Using clear, when ending root session.David Runge2017-03-211-0/+3
|
* README.rst: Adding instructions for youcompleteme.David Runge2017-03-161-0/+22
|
* .vimrc: Switching to foldmethod syntax and enabling folds by default.David Runge2017-03-161-3/+6
|
* .local/share/applications/inproxychrome.desktop: Being more specific about ↵David Runge2017-03-161-1/+1
| | | | where the proxy is.
* .config/mimeapps.list: Adding video/{mp4,x-msvideo} to be handled by ↵David Runge2017-03-161-0/+3
| | | | mpv.desktop. Setting image/jpeg to be handled by feh.desktop.
* .zsh.after/export.zsh: Setting TERM to be xterm-256color, when not in tmux.David Runge2017-03-161-1/+1
|
* .vim/addons-settings.vim: Changing to working colorscheme wombat. Setting ↵David Runge2017-03-161-3/+10
| | | | active and inactive displays. Adding readonly, modified, fugitive components.
* .config/khard/khard.conf: Showing usernames. vcard settings: preferred ↵David Runge2017-03-141-1/+5
| | | | version now 3.0. Adding private objects Jabber, Ring and Twitter.
* Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2017-03-121-4/+4
|\ | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .mutt/macros.rc: Updating archive macros to use the current year.
| * Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2017-03-122-5/+5
| |\ | | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .gitignore: Adding further gnupg ignores and the high priority .gitconfig git configuration file (for local overrides). .config/git/config: Removing personalizing git user information. .config/git/config: Moving to config to lower priority location. .gitconfig: Removing ammend alias. Properly setting merge tool to vimdiff. Adding signingkey.
| * \ Merge branch 'master' of sleepmap.de:config/dotfilesDavid Runge2017-03-092-2/+15
| |\ \ | | | | | | | | | | | | | | | | | | | | * 'master' of sleepmap.de:config/dotfiles: .zsh.after/export.zsh: Adding exports for LANG, LC_TIME and LC_MONETARY if seaked locales are available in the system. .zsh.after/functions.zsh: Adding support to export .asc files using gpg within ex().
| * | | .mutt/macros.rc: Updating archive macros to use the current year.David Runge2017-02-271-4/+4
| | | |
* | | | README.rst: Adding customization information regarding the git [user] ↵David Runge2017-03-121-0/+12
| |_|/ |/| | | | | | | | section to the README.
* | | .gitignore: Adding further gnupg ignores and the high priority .gitconfig ↵David Runge2017-03-121-0/+4
| | | | | | | | | | | | git configuration file (for local overrides).
* | | .config/git/config: Removing personalizing git user information.David Runge2017-03-121-4/+0
| | |
* | | .config/git/config: Moving to config to lower priority location.David Runge2017-03-121-0/+0
| | |
* | | .gitconfig: Removing ammend alias. Properly setting merge tool to vimdiff. ↵David Runge2017-03-121-2/+2
| |/ |/| | | | | Adding signingkey.
* | .zsh.after/export.zsh: Adding exports for LANG, LC_TIME and LC_MONETARY if ↵David Runge2017-03-091-2/+12
| | | | | | | | seaked locales are available in the system.
* | .zsh.after/functions.zsh: Adding support to export .asc files using gpg ↵David Runge2017-03-081-0/+3
|/ | | | within ex().
* bin/pass2vdirsyncer: Adhering to changes in pass repository.David Runge2017-02-271-1/+1
|
* .offlineimaprc: Removing autorefresh settings (offlineimap.service is ↵David Runge2017-02-221-10/+7
| | | | started by offlineimap.timer). Setting quick syncs to -1 (always on). This way Maildirs with new/deleted contents will get synced, while the others are ignored. Only full syncs also take care of flags. Adding folderfilter for broken INBOX.INBOX folder in c-base-remote repository. Further defining lambda for INBOX in c-base-local repository.
* .mutt/dave@c-base.org.rc: Sent and Drafts are now toplevel folders locally.David Runge2017-02-211-2/+2
|
* .offlineimaprc: Adding nametrans for c-base account, that undoes Courier ↵David Runge2017-02-211-0/+2
| | | | stupidity.
* Revert ".mutt/dave@c-base.org.rc: Fixing Trash/Spam macros for ugly c-base ↵David Runge2017-02-211-9/+0
| | | | | | mail server." This reverts commit 660a515d9f0b85fa9d80a66dd95cc86e229e6e9a.
* .mutt/dave@c-base.org.rc: Fixing Trash/Spam macros for ugly c-base mail server.David Runge2017-02-211-0/+9
|
* .mutt/macros.rc: Adding Spam, Trash and Archive macros.David Runge2017-02-201-6/+20
|
* .mutt/{dave@{c-base.org,sleepmap.de},{david.runge@campus,studio@ak}.tu-berli ↵David Runge2017-02-204-28/+0
| | | | n.de}.rc: Removing redundant macros.
* .zsh.after/aliases.zsh: Removing sudo for user services.David Runge2017-02-201-3/+3
|
* .zsh.after/aliases.zsh: Fixing the pacconf command to properly find files ↵David Runge2017-02-181-1/+1
| | | | exclusively.