<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Tharre/dotfiles/.gitmodules, branch master</title>
<subtitle>My personal dotfiles.</subtitle>
<id>https://git.th73.ovh/Tharre/dotfiles/atom?h=master</id>
<link rel='self' href='https://git.th73.ovh/Tharre/dotfiles/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/'/>
<updated>2019-06-09T02:05:05Z</updated>
<entry>
<title>Fix git submodule names</title>
<updated>2019-06-09T02:05:05Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2019-06-09T02:05:05Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=a8af042aa9c5573c89717daca110590ac6dacf1b'/>
<id>urn:sha1:a8af042aa9c5573c89717daca110590ac6dacf1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: add signify plugin</title>
<updated>2019-06-09T02:04:01Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2019-06-09T02:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=bdccf9ca07d2144cdab2337a4222fc63aeb3c488'/>
<id>urn:sha1:bdccf9ca07d2144cdab2337a4222fc63aeb3c488</id>
<content type='text'>
</content>
</entry>
<entry>
<title>zsh: replace oh-my-zsh with vanilla zsh configs</title>
<updated>2018-08-11T23:17:13Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2018-08-11T22:05:51Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=8fc802bb7843ce0e32661cfa23f8947dc3ddea68'/>
<id>urn:sha1:8fc802bb7843ce0e32661cfa23f8947dc3ddea68</id>
<content type='text'>
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).
</content>
</entry>
<entry>
<title>vim: add vim-fugitive</title>
<updated>2018-07-18T11:29:51Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2018-07-18T11:29:51Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=56266928abecd131bce8e105de32e26ca1b4d50d'/>
<id>urn:sha1:56266928abecd131bce8e105de32e26ca1b4d50d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: replace ctrlp with fzf</title>
<updated>2018-07-17T20:05:33Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2018-07-17T19:56:35Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=d2df210813307643d6cd1f29b9b397d2ee57ee82'/>
<id>urn:sha1:d2df210813307643d6cd1f29b9b397d2ee57ee82</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>vim: replace nerdcommenter with vim-commentary</title>
<updated>2018-07-17T20:05:07Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2018-07-17T12:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=a47ad306915c2a4976c931da7d5d92aad19c1ddf'/>
<id>urn:sha1:a47ad306915c2a4976c931da7d5d92aad19c1ddf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: replace deprecated rust.vim plugin</title>
<updated>2018-07-03T17:46:59Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2018-07-03T17:46:59Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=7c17e7f0933e49647e07e519292cf99da597e6c2'/>
<id>urn:sha1:7c17e7f0933e49647e07e519292cf99da597e6c2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make git submodule names pretty</title>
<updated>2018-04-12T18:34:37Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2018-04-12T18:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=fcc704a4f4104e5e08c8ec439e11a7ee0f5425ab'/>
<id>urn:sha1:fcc704a4f4104e5e08c8ec439e11a7ee0f5425ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vim: add hexmode plugin for editing binary files</title>
<updated>2017-11-20T13:37:41Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2017-11-20T13:37:41Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=e35ec3294b4f181d1fc641ac94328386b6312ca7'/>
<id>urn:sha1:e35ec3294b4f181d1fc641ac94328386b6312ca7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update all submodules</title>
<updated>2017-09-27T11:34:26Z</updated>
<author>
<name>Tharre</name>
<email>tharre3@gmail.com</email>
</author>
<published>2017-09-27T11:34:26Z</published>
<link rel='alternate' type='text/html' href='https://git.th73.ovh/Tharre/dotfiles/commit/?id=9936a9b8f2a7c9ea355d076c6d0db5f8ed895b37'/>
<id>urn:sha1:9936a9b8f2a7c9ea355d076c6d0db5f8ed895b37</id>
<content type='text'>
</content>
</entry>
</feed>
