Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Rewrite install.sh to not rely on interpreter | Tharre | 2017-07-27 | 1 | -14/+22 |
| | |||||
* | zsh-theme: fix spacing bug | Tharre | 2017-06-26 | 1 | -1/+1 |
| | |||||
* | zsh-theme: prefix hostname when using ssh | Tharre | 2017-06-23 | 1 | -1/+7 |
| | | | | | | | Note this probably fails when you `sudo -s` while being connected over ssh, because it relies on environment variables. This should be fixed at a later time. | ||||
* | Add beets config | Tharre | 2017-06-20 | 1 | -0/+4 |
| | |||||
* | Add mpv config | Tharre | 2017-06-20 | 2 | -0/+7 |
| | |||||
* | vim: disable airline word count for performance | Tharre | 2017-06-16 | 1 | -0/+1 |
| | |||||
* | vim: update airline | Tharre | 2017-06-16 | 1 | -0/+0 |
| | |||||
* | vim: update ALE | Tharre | 2017-06-16 | 1 | -0/+0 |
| | |||||
* | vim: restrict html linters | Tharre | 2017-06-16 | 1 | -0/+5 |
| | |||||
* | Workaround when gpg-agent is broken for req_pwd | Tharre | 2017-06-13 | 1 | -0/+4 |
| | |||||
* | Ignore .config/gtk-3.0/bookmarks | Tharre | 2017-06-13 | 1 | -0/+1 |
| | |||||
* | vim: add plasticboys markdown plugin | Tharre | 2017-06-05 | 3 | -0/+5 |
| | |||||
* | Remove broken symlinks on install | Tharre | 2017-05-26 | 1 | -0/+3 |
| | |||||
* | gnome-gtk: make title border smaller | Tharre | 2017-05-18 | 1 | -0/+25 |
| | |||||
* | zsh: add utf8 font viewing test | Tharre | 2017-05-18 | 1 | -0/+4 |
| | |||||
* | mutt: make it possible to view html mails | Tharre | 2017-05-18 | 2 | -0/+5 |
| | |||||
* | vim: fix vimdiff shortcuts | Tharre | 2017-05-18 | 1 | -3/+3 |
| | |||||
* | Fix weird wording in install.sh | Tharre | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | zsh: cleanup custom zsh theme | Tharre | 2017-05-14 | 1 | -13/+1 |
| | |||||
* | vim: use proselint and vale for text | Tharre | 2017-05-10 | 1 | -0/+2 |
| | |||||
* | vim: replace syntastic with ale | Tharre | 2017-05-08 | 4 | -1/+6 |
| | |||||
* | gpg: add proper default keyservers | Tharre | 2017-04-26 | 2 | -1/+4 |
| | |||||
* | zsh: fix argument handling in suspend_after() | Tharre | 2017-04-20 | 1 | -1/+1 |
| | |||||
* | zsh: make play() work for when 'bestaudio' fails | Tharre | 2017-04-20 | 1 | -2/+2 |
| | |||||
* | zsh: add suspend_after function | Tharre | 2017-04-08 | 1 | -0/+7 |
| | |||||
* | gpg: fetch keys automatically | Tharre | 2017-04-01 | 3 | -0/+5 |
| | |||||
* | Update submodules | Tharre | 2017-04-01 | 18 | -0/+3 |
| | |||||
* | zsh: unlimited history, this time really | Tharre | 2017-04-01 | 1 | -1/+2 |
| | |||||
* | isync: use deprecated imaps: prefix | Tharre | 2017-03-26 | 1 | -2/+4 |
| | |||||
* | isync: use a modern version of TLS | Tharre | 2017-03-26 | 1 | -0/+1 |
| | |||||
* | Enter passwords manually if pass is not available | Tharre | 2017-03-26 | 3 | -2/+16 |
| | |||||
* | mutt: sync mail with isync, not offlineimap | Tharre | 2017-03-09 | 1 | -2/+1 |
| | |||||
* | msmtp: update config and remove special cert | Tharre | 2017-03-09 | 2 | -26/+14 |
| | | | | Instead /etc/ssl/certs/ca-certificates.crt is now used for TLS. | ||||
* | Replace offlineimap with isync (mbsync) | Tharre | 2017-03-09 | 4 | -49/+49 |
| | |||||
* | tmux: increase scrollback buffer size | Tharre | 2017-03-08 | 1 | -0/+2 |
| | |||||
* | vim: add javacomplete keybindings | Tharre | 2017-03-07 | 1 | -0/+7 |
| | |||||
* | zsh: replace outdated archey with archey3 | Tharre | 2017-02-14 | 1 | -2/+2 |
| | |||||
* | Add -n option to install.sh to replace symlinks | Tharre | 2017-02-01 | 1 | -1/+1 |
| | | | | | | Previously -T was used to avoid putting symlinks into the target directory, instead of replacing it. This is however not a commonly supported option of ln, so it was removed. | ||||
* | vim: add vimwiki | Tharre | 2017-02-01 | 2 | -0/+3 |
| |