summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* weechat: improve nickname colorsTharre2018-06-261-1/+1
|
* vim: change default tabsize from 4 to 8Tharre2018-06-241-2/+2
|
* vim: use buffers instead of tabsTharre2018-06-241-3/+4
|
* Add initial weechat configurationTharre2018-06-1423-0/+1482
|
* Don't symlink .gitignore to ~/binTharre2018-06-091-1/+1
|
* Only symlink files to `~/bin`, not directoriesTharre2018-06-091-1/+1
|
* mutt: set name to TharreTharre2018-06-071-1/+1
|
* vim: ft=sh on PKGBUILDsTharre2018-06-061-0/+3
|
* Add capture_output scriptTharre2018-05-281-0/+15
|
* mpv: replace vo=opengl with vo=gpuTharre2018-05-201-1/+1
|
* tmux: add tmux-url-selectTharre2018-05-093-0/+216
|
* tmux: set terminal title to window titleTharre2018-05-091-0/+2
|
* tmux: set `allow-rename` switch to pre-2.7 defaultTharre2018-05-091-0/+1
|
* Move various scripts and functions into bin/Tharre2018-05-0913-90/+94
|
* mpv: remove stats.lua as it's now included in mpvTharre2018-05-091-731/+0
|
* vim: update jedi-vim: 0.8.0 -> 0.9.0Tharre2018-04-121-0/+0
|
* vim: update vim-airline: v0.8 -> v0.9Tharre2018-04-121-0/+0
|
* vim: update ale: v1.5.0 -> v1.8.0Tharre2018-04-121-0/+0
|
* Make git submodule names prettyTharre2018-04-121-24/+24
|
* zsh: add setup_borgbackup for setting up backupsTharre2018-03-271-0/+21
|
* Silence pam warning about non-existent entryTharre2018-03-221-1/+1
| | | | | Silences "pam_env(sudo:setcred): pam_putenv: delete non-existent entry; SSH_AGENT_PID".
* youtube-dl: only download 1080p or lowerTharre2018-03-221-0/+1
|
* mpv: bind R to drop-buffers (restart hung stream)Tharre2018-02-141-0/+1
|
* Kill gpg-agent via gpg-connect-agent "KILLAGENT"Tharre2018-02-091-1/+2
| | | | | This works better than reloadagent or `gpgconf --kill gpg-agent` and is thus a good replacement for killall(1).
* mpv: add autosave.lua (resume-playback)Tharre2018-02-061-0/+45
|
* mutt: use full fingerprint in signatureTharre2018-02-021-1/+1
|
* gnupg: properly setup gpg-agent as ssh-agentTharre2018-02-022-3/+16
|
* Ignore .config/gtk-3.0/serversTharre2018-02-021-0/+1
|
* vim: hexmode: remove autodetection modeTharre2018-02-022-1/+0
|
* beets: add additional pluginsTharre2018-02-021-1/+8
|
* zsh: add reset_usb()Tharre2018-01-221-0/+6
|
* tmux: enable mouse supportTharre2017-11-201-0/+1
|
* gnupg: fix directory permissions in install.shTharre2017-11-201-0/+3
|
* beet: ignore state.pickle config fileTharre2017-11-201-0/+1
|
* Kill gpg-agent with killall(1) again ...Tharre2017-11-201-1/+1
| | | | gpgconf unfortunately proved to not work quite as expected either.
* vim: add hexmode plugin for editing binary filesTharre2017-11-203-0/+7
|
* Kill gpg-agent again, this time via gpgconfTharre2017-10-131-1/+1
| | | | Reloading the gpg-agent does not seem to work.
* Restart gpg-agent properly instead of killing itTharre2017-10-101-2/+2
|
* mpv: add mpv-stats plugin/scriptTharre2017-09-271-0/+731
|
* Update all submodulesTharre2017-09-2716-0/+1
|
* vim: strip whitespaces with F5 instead of on saveTharre2017-09-221-2/+2
| | | | | | The code was taken from [0]. [0] https://vi.stackexchange.com/questions/454/
* vim: increase history/undo sizeTharre2017-09-221-2/+2
|
* mpv: remove profile=opengl-hqTharre2017-09-221-1/+0
| | | | The option causes performance issues.
* gnupg: fix keyserver configurationTharre2017-09-041-4/+1
| | | | | | | | | | | | GnuPG only honors the last given keyserver[0]. So specifying multiple keyservers does nothing. Furthermore, hkps requires the certificate file to be specified[1], which may or may be installed. IPv6 may also cause problems, and gpg does not retry if a connection fails. For these reasons, we use the IPv4 only pool of sks. [0] https://lists.gnupg.org/pipermail/gnupg-users/2003-May/018147.html [1] https://sks-keyservers.net/overview-of-pools.php
* zsh: add set_xdg_dirsTharre2017-08-251-0/+14
|
* vim: add vim-shebang pluginTharre2017-08-252-0/+3
|
* makepkg: build in tmpfs by defaultTharre2017-08-251-0/+3
|
* Fix wording in install.shTharre2017-08-251-1/+1
|
* zsh: don't manually set TERMTharre2017-08-251-7/+0
|
* tmux: 10000 lines of history are enoughTharre2017-08-201-1/+1
|