<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles.git/.config, branch v1.1.1</title>
<subtitle>My Dotfiles</subtitle>
<id>https://git.mcdonnell.dev/dotfiles.git/atom?h=v1.1.1</id>
<link rel='self' href='https://git.mcdonnell.dev/dotfiles.git/atom?h=v1.1.1'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/'/>
<updated>2026-03-23T21:14:47Z</updated>
<entry>
<title>feat: pv in Emacs and no more tmux in zsh</title>
<updated>2026-03-23T21:14:47Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-23T21:14:47Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=80952e50f05403e140097bab9c1c902101e6c27c'/>
<id>urn:sha1:80952e50f05403e140097bab9c1c902101e6c27c</id>
<content type='text'>
SPACE-pv keybind now opens dired in Emacs. As well, Tmux is no longer
started in .zshrc.
</content>
</entry>
<entry>
<title>feat: Emacs Keybind &amp; Neovim Color Variables</title>
<updated>2026-03-22T00:04:50Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-22T00:04:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=5844753ded1a3365a620f880abcd50c10338a387'/>
<id>urn:sha1:5844753ded1a3365a620f880abcd50c10338a387</id>
<content type='text'>
- Added an Emacs keybind to set SPACE-ff to find-file.
- Neovim sources NVIM_COLORSCHEME &amp; NVIM_BACKGROUND environment
  variables to set the colorscheme and background color.
</content>
</entry>
<entry>
<title>refactor: Set default colorscheme to bluloco dark</title>
<updated>2026-03-21T16:27:50Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-21T16:27:50Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=b2e74c03677beb164a058f2afa08314d4522df62'/>
<id>urn:sha1:b2e74c03677beb164a058f2afa08314d4522df62</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat: Added remaps for splits &amp; terminal</title>
<updated>2026-03-21T01:43:19Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-21T01:43:19Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=afc18dcc769722cc072b7852e7bb79e33f3edb57'/>
<id>urn:sha1:afc18dcc769722cc072b7852e7bb79e33f3edb57</id>
<content type='text'>
Added SPACE-" for horizontal split and SPACE-% for vertical split. Also
added keybind for SPACE-t for launching terminal.
</content>
</entry>
<entry>
<title>feat: Updated Emacs Config &amp; Added Flatten.nvim</title>
<updated>2026-03-21T01:02:03Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-21T01:02:03Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=f3f084130c47d0a8be7d6be77e4956ec6ff93055'/>
<id>urn:sha1:f3f084130c47d0a8be7d6be77e4956ec6ff93055</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix: Forgot to add nvim/fnl</title>
<updated>2026-03-21T00:38:05Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-21T00:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=9e295adb1b839369409349842b1d1a705b2e3df1'/>
<id>urn:sha1:9e295adb1b839369409349842b1d1a705b2e3df1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: Neovim Configuration in Fennel</title>
<updated>2026-03-19T23:29:52Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-03-19T23:29:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=75f923f59b4d5987bfbff8f7983e1f265e0247b8'/>
<id>urn:sha1:75f923f59b4d5987bfbff8f7983e1f265e0247b8</id>
<content type='text'>
Used antifennel to convert Lua Neovim configuration to fennel instead.
</content>
</entry>
<entry>
<title>feat(neovim): Harpoon 2 Added</title>
<updated>2026-02-22T00:12:14Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-22T00:12:14Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5'/>
<id>urn:sha1:6b5fcfdb983d41d6a0da32f7cbad1a38a0202aa5</id>
<content type='text'>
ThePrimeagen/harpoon2 added to neovim configuration file. This can be
accessed by typing &lt;space&gt;a to add a file and &lt;space&gt;h to view the list
of files while in normal mode.
</content>
</entry>
<entry>
<title>refactor!: BSPWM &amp; Newsboat configs removed</title>
<updated>2026-02-21T23:48:44Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-21T23:48:44Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=8fbe271a6b563756dbe5a4e59459e3ed722ee9e9'/>
<id>urn:sha1:8fbe271a6b563756dbe5a4e59459e3ed722ee9e9</id>
<content type='text'>
The config files for BSPWM &amp; Newboat have been removed as they are
unused and no longer needed.
</content>
</entry>
<entry>
<title>refactor(ksh): Korn Shell sources new file structure</title>
<updated>2026-02-21T23:19:52Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-21T23:19:52Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=c82d20316320d8584f0a9fa1218f0e73d1fc4530'/>
<id>urn:sha1:c82d20316320d8584f0a9fa1218f0e73d1fc4530</id>
<content type='text'>
Korn Shell now sources the utility config files from the util/ and
util/OS_NAME directories like zsh.
</content>
</entry>
</feed>
