Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | weechat: improve nickname colors | Tharre | 2018-06-26 | 1 | -1/+1 | |
| | ||||||
* | vim: change default tabsize from 4 to 8 | Tharre | 2018-06-24 | 1 | -2/+2 | |
| | ||||||
* | vim: use buffers instead of tabs | Tharre | 2018-06-24 | 1 | -3/+4 | |
| | ||||||
* | Add initial weechat configuration | Tharre | 2018-06-14 | 23 | -0/+1482 | |
| | ||||||
* | Don't symlink .gitignore to ~/bin | Tharre | 2018-06-09 | 1 | -1/+1 | |
| | ||||||
* | Only symlink files to `~/bin`, not directories | Tharre | 2018-06-09 | 1 | -1/+1 | |
| | ||||||
* | mutt: set name to Tharre | Tharre | 2018-06-07 | 1 | -1/+1 | |
| | ||||||
* | vim: ft=sh on PKGBUILDs | Tharre | 2018-06-06 | 1 | -0/+3 | |
| | ||||||
* | Add capture_output script | Tharre | 2018-05-28 | 1 | -0/+15 | |
| | ||||||
* | mpv: replace vo=opengl with vo=gpu | Tharre | 2018-05-20 | 1 | -1/+1 | |
| | ||||||
* | tmux: add tmux-url-select | Tharre | 2018-05-09 | 3 | -0/+216 | |
| | ||||||
* | tmux: set terminal title to window title | Tharre | 2018-05-09 | 1 | -0/+2 | |
| | ||||||
* | tmux: set `allow-rename` switch to pre-2.7 default | Tharre | 2018-05-09 | 1 | -0/+1 | |
| | ||||||
* | Move various scripts and functions into bin/ | Tharre | 2018-05-09 | 13 | -90/+94 | |
| | ||||||
* | mpv: remove stats.lua as it's now included in mpv | Tharre | 2018-05-09 | 1 | -731/+0 | |
| | ||||||
* | vim: update jedi-vim: 0.8.0 -> 0.9.0 | Tharre | 2018-04-12 | 1 | -0/+0 | |
| | ||||||
* | vim: update vim-airline: v0.8 -> v0.9 | Tharre | 2018-04-12 | 1 | -0/+0 | |
| | ||||||
* | vim: update ale: v1.5.0 -> v1.8.0 | Tharre | 2018-04-12 | 1 | -0/+0 | |
| | ||||||
* | Make git submodule names pretty | Tharre | 2018-04-12 | 1 | -24/+24 | |
| | ||||||
* | zsh: add setup_borgbackup for setting up backups | Tharre | 2018-03-27 | 1 | -0/+21 | |
| | ||||||
* | Silence pam warning about non-existent entry | Tharre | 2018-03-22 | 1 | -1/+1 | |
| | | | | | Silences "pam_env(sudo:setcred): pam_putenv: delete non-existent entry; SSH_AGENT_PID". | |||||
* | youtube-dl: only download 1080p or lower | Tharre | 2018-03-22 | 1 | -0/+1 | |
| | ||||||
* | mpv: bind R to drop-buffers (restart hung stream) | Tharre | 2018-02-14 | 1 | -0/+1 | |
| | ||||||
* | Kill gpg-agent via gpg-connect-agent "KILLAGENT" | Tharre | 2018-02-09 | 1 | -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) | Tharre | 2018-02-06 | 1 | -0/+45 | |
| | ||||||
* | mutt: use full fingerprint in signature | Tharre | 2018-02-02 | 1 | -1/+1 | |
| | ||||||
* | gnupg: properly setup gpg-agent as ssh-agent | Tharre | 2018-02-02 | 2 | -3/+16 | |
| | ||||||
* | Ignore .config/gtk-3.0/servers | Tharre | 2018-02-02 | 1 | -0/+1 | |
| | ||||||
* | vim: hexmode: remove autodetection mode | Tharre | 2018-02-02 | 2 | -1/+0 | |
| | ||||||
* | beets: add additional plugins | Tharre | 2018-02-02 | 1 | -1/+8 | |
| | ||||||
* | zsh: add reset_usb() | Tharre | 2018-01-22 | 1 | -0/+6 | |
| | ||||||
* | tmux: enable mouse support | Tharre | 2017-11-20 | 1 | -0/+1 | |
| | ||||||
* | gnupg: fix directory permissions in install.sh | Tharre | 2017-11-20 | 1 | -0/+3 | |
| | ||||||
* | beet: ignore state.pickle config file | Tharre | 2017-11-20 | 1 | -0/+1 | |
| | ||||||
* | Kill gpg-agent with killall(1) again ... | Tharre | 2017-11-20 | 1 | -1/+1 | |
| | | | | gpgconf unfortunately proved to not work quite as expected either. | |||||
* | vim: add hexmode plugin for editing binary files | Tharre | 2017-11-20 | 3 | -0/+7 | |
| | ||||||
* | Kill gpg-agent again, this time via gpgconf | Tharre | 2017-10-13 | 1 | -1/+1 | |
| | | | | Reloading the gpg-agent does not seem to work. | |||||
* | Restart gpg-agent properly instead of killing it | Tharre | 2017-10-10 | 1 | -2/+2 | |
| | ||||||
* | mpv: add mpv-stats plugin/script | Tharre | 2017-09-27 | 1 | -0/+731 | |
| | ||||||
* | Update all submodules | Tharre | 2017-09-27 | 16 | -0/+1 | |
| | ||||||
* | vim: strip whitespaces with F5 instead of on save | Tharre | 2017-09-22 | 1 | -2/+2 | |
| | | | | | | The code was taken from [0]. [0] https://vi.stackexchange.com/questions/454/ | |||||
* | vim: increase history/undo size | Tharre | 2017-09-22 | 1 | -2/+2 | |
| | ||||||
* | mpv: remove profile=opengl-hq | Tharre | 2017-09-22 | 1 | -1/+0 | |
| | | | | The option causes performance issues. | |||||
* | gnupg: fix keyserver configuration | Tharre | 2017-09-04 | 1 | -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_dirs | Tharre | 2017-08-25 | 1 | -0/+14 | |
| | ||||||
* | vim: add vim-shebang plugin | Tharre | 2017-08-25 | 2 | -0/+3 | |
| | ||||||
* | makepkg: build in tmpfs by default | Tharre | 2017-08-25 | 1 | -0/+3 | |
| | ||||||
* | Fix wording in install.sh | Tharre | 2017-08-25 | 1 | -1/+1 | |
| | ||||||
* | zsh: don't manually set TERM | Tharre | 2017-08-25 | 1 | -7/+0 | |
| | ||||||
* | tmux: 10000 lines of history are enough | Tharre | 2017-08-20 | 1 | -1/+1 | |
| |