aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .bashburnrc: Adding a standard config for bashburnDavid Runge2015-03-031-0/+39
|
* khal.conf: Setting writable calendars writable.David Runge2015-03-031-6/+0
|
* .vdirsyncer/config: Adding b wins as conflict resolution.David Runge2015-03-031-1/+1
|
* gtk-3.0: Adding settings to unset double shadows and make client-side ↵David Runge2015-02-172-1/+11
| | | | decorations play nice with compton.
* export.zsh: Adding TMUX_TMPDIR to exports.David Runge2015-02-171-0/+2
|
* .tmux.conf: Adding tmux plugin manager and removing unneeded settings.David Runge2015-02-171-33/+27
|
* pass2vdirsyncer: Trivial script to ask for the user password on my server ↵David Runge2015-02-171-0/+3
| | | | with first argument=user; second argument=server.
* .vdirsyncer/config: Adding password_command and changing settings to reflect ↵David Runge2015-02-171-66/+38
| | | | updated version of the config and server location.
* khard.conf: Updating config to reflect server change.David Runge2015-02-171-13/+7
|
* khal.conf: Updating config to reflect server change.David Runge2015-02-171-14/+23
|
* compton.conf: Added shadow-exclude for GTK+3 applications (to not draw ↵David Runge2015-02-171-0/+2
| | | | double shadow).
* profiles.ini: Updating Thunderbird profile to new path.David Runge2015-02-151-10/+0
|
* preferences.txt: Adding updated settings for processing.David Runge2015-02-151-2/+2
|
* redshift.conf: Adding brighter settings for redshiftDavid Runge2015-02-151-3/+3
|
* preferences.txt: Updating arduino preferences.David Runge2015-02-151-10/+8
|
* .arduino15: Adding symlink for newer version of arduinoDavid Runge2015-02-151-0/+1
|
* tmux-mem-cpu-load: Removing static binary, in favor of using tmux-plugin-managerDavid Runge2015-02-151-0/+0
|
* export.zsh: Adding an explicit start of gpg-agent.David Runge2015-02-151-0/+2
|
* mpd.conf: Removing server IP, as it is not needed for localhost.David Runge2015-02-151-1/+1
|
* tex2pdf: Choosing mupdf over evince.David Runge2015-02-152-67/+9
|
* export.zsh: Add export for GnuPG started as daemon on demand and emulating ↵David Runge2015-02-152-3/+10
| | | | ssh-agent.
* .password-store: Updating passwordsDavid Runge2015-02-031-0/+0
|
* .gitignore: Removing .password store, as it is now a submodule.David Runge2015-02-021-1/+0
|
* .password-store: Adding cleanupDavid Runge2015-02-021-0/+0
|
* Merge branch 'master' of sleepmap.de:dotfilesDavid Runge2015-02-021-0/+0
|\ | | | | | | | | * 'master' of sleepmap.de:dotfiles: .irssi: updating
| * .irssi: updatingDavid Runge2015-02-021-0/+0
| |
* | .password-store: Adding pass password-store as submodule.David Runge2015-02-022-0/+4
|/
* .irssi: Updating to latest settings.David Runge2015-02-011-0/+0
|
* addons.vim: Removing python-mode.David Runge2015-02-011-1/+0
|
* .zprezto: Updating .zprezto.David Runge2015-02-011-0/+0
|
* .irssi: Adding irssi as a submodule to dotfiles.David Runge2015-02-012-0/+5
|
* .irssi: Removing irssi settings from dotfiles repository.David Runge2015-02-0132-4378/+0
|
* .gitconfig: Changing to current mail addressDavid Runge2015-02-011-1/+1
|
* hostspecific.zsh: Remove frqrec apt settings. We are on Archlinux now. YAYDavid Runge2015-01-261-4/+0
|
* export.zsh: Use xterm-color as default for TERM. CleanupDavid Runge2014-12-081-9/+4
|
* functions.zsh: Adding gpg to ex function.David Runge2014-12-081-0/+2
|
* export.zsh: Setting default TERM and LC_TIME for all.David Runge2014-12-081-7/+8
|
* .vimrc: Setting default locale to utf-8David Runge2014-12-081-0/+3
|
* README.md: Remove. I know what this repo is for.David Runge2014-12-011-4/+0
|
* start_jack/stop_jack: Removing stop and start of pulseaudio. Doing it ↵David Runge2014-12-012-2/+0
| | | | manually definitely gets around issues with USB-MIDI devices.
* Merge branch 'master' of https://git.frqrec.com/git/dotDavid Runge2014-11-307-61/+240
|\ | | | | | | | | | | | | | | | | | | | | * 'master' of https://git.frqrec.com/git/dot: .dircolors: Added .dircolors for colorful ls output in Termite. stop_jack: Added enabling of pulseaudio after disabling of JACK. start_jack: Added disabling of pulseaudio before starting jack, as it breaks system audio when using USB-MIDI interfaces. export.zsh: Unified settings for TERM and LC_TIME for some machines. .zprofile: Removed unnessecary exports. Added eval of dircolors (needed for Termite ls output). .tmux.conf: Setting allow rename to true .Xresources: Adding new font (Monospace) as default. Setting borderLess to true.
| * .dircolors: Added .dircolors for colorful ls output in Termite.David Runge2014-11-301-0/+218
| |
| * stop_jack: Added enabling of pulseaudio after disabling of JACK.David Runge2014-11-301-0/+3
| |
| * start_jack: Added disabling of pulseaudio before starting jack, as it breaks ↵David Runge2014-11-301-2/+4
| | | | | | | | system audio when using USB-MIDI interfaces.
| * export.zsh: Unified settings for TERM and LC_TIME for some machines.David Runge2014-11-301-8/+3
| |
| * .zprofile: Removed unnessecary exports. Added eval of dircolors (needed for ↵David Runge2014-11-301-28/+3
| | | | | | | | Termite ls output).
| * .tmux.conf: Setting allow rename to trueDavid Runge2014-11-301-0/+1
| |
| * .Xresources: Adding new font (Monospace) as default. Setting borderLess to true.David Runge2014-11-301-23/+8
| |
* | irssi config: Adding network based autlog_ignore_targetsDavid Runge2014-11-301-1/+1
|/
* path.zsh: Removed rvm, useless comments and if statements.David Runge2014-11-281-30/+10
|