Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: replace oh-my-zsh with vanilla zsh configs | Tharre | 2018-08-12 | 7 | -150/+155 |
| | | | | | | oh-my-zsh introduces *a lot* of bloat, but I've barely been using any of it these past years. Just picking the options I use makes zsh easier to work with and debug (and hopefully faster). | ||||
* | weechat: add new default settings for version 2.2 | Tharre | 2018-08-11 | 2 | -0/+3 |
| | |||||
* | vim: add vim-fugitive | Tharre | 2018-07-18 | 2 | -0/+3 |
| | |||||
* | vim: replace ctrlp with fzf | Tharre | 2018-07-17 | 4 | -6/+7 |
| | | | | | | | | | | | | | | CtrlP is nice when there are not a lot of files in the directory, but becomes really slow on larger codebases (i.e. the linux kernel). While it's possible to work around this to some extend, there are much better alternatives now. The most general (and fastest) of which is fzf. Combined with fd, a faster `find` it handles even absurd amounts of files practically instantly. The only real downside of this setup is that it requires both fzf and fd to be installed. | ||||
* | vim: replace nerdcommenter with vim-commentary | Tharre | 2018-07-17 | 3 | -3/+3 |
| | |||||
* | vim: major restructuring and improvements | Tharre | 2018-07-17 | 1 | -56/+115 |
| | | | | | | | | | | | | | Took many settings from tpope's vim-sensible[0] and the new vim defaults.vim[1] and incorporated them into my vimrc. See also [2] for an explanation of those common settings. Everything is now properly divided into sections now as well, and folding by markers (`{{{`) is enabled. [0] https://github.com/tpope/vim-sensible [1] https://github.com/vim/vim/blob/master/runtime/defaults.vim [2] https://github.com/sheerun/vimrc | ||||
* | Revert "isync: use deprecated imaps: prefix" | Tharre | 2018-07-17 | 1 | -4/+2 |
| | | | | | | Hopefully every major distro updated their isync version by now. This reverts commit e1c90590177d3431dd118a105656b793ee010483. | ||||
* | weechat: disable password salting | Tharre | 2018-07-16 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | weechat unfortunately changes the salt each time it writes to sec.conf, even if the password itself hasn't changed. From the documentation of sec.crypt.salt: description: use salt when generating key used in encryption (recommended for maximum security); when enabled, the content of crypted data in file sec.conf will be different on each write of the file; if you put the file sec.conf in a version control system, then you can turn off this option to have always same content in file Since we're using a long and random password anyway, that isn't being reused, this is safe to disable. | ||||
* | git: enable fsckobjects | Tharre | 2018-07-16 | 1 | -0/+4 |
| | |||||
* | weechat: reconnect if lag > 30s | Tharre | 2018-07-16 | 1 | -3/+3 |
| | |||||
* | weechat: remove pointless RPL_CREATIONTIME message | Tharre | 2018-07-13 | 1 | -0/+1 |
| | | | | i.e.: Channel created on So, 15 Feb 2004 06:08:31 | ||||
* | weechat: add twitch network | Tharre | 2018-07-12 | 1 | -41/+82 |
| | |||||
* | tmux: add P keybind for capturing history buffer | Tharre | 2018-07-07 | 1 | -0/+1 |
| | |||||
* | vim: replace deprecated rust.vim plugin | Tharre | 2018-07-03 | 2 | -3/+3 |
| | |||||
* | weechat: use password from pass | Tharre | 2018-06-28 | 2 | -1/+2 |
| | |||||
* | 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. |