<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotfiles.git, branch v1.0.0</title>
<subtitle>My Dotfiles</subtitle>
<id>https://git.mcdonnell.dev/dotfiles.git/atom?h=v1.0.0</id>
<link rel='self' href='https://git.mcdonnell.dev/dotfiles.git/atom?h=v1.0.0'/>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/'/>
<updated>2026-02-22T00:12:14Z</updated>
<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!: Run Script to clone notes removed</title>
<updated>2026-02-22T00:04:25Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-22T00:04:25Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=0e1d6afdcb06a76ea700cfbf044af1a9500f8399'/>
<id>urn:sha1:0e1d6afdcb06a76ea700cfbf044af1a9500f8399</id>
<content type='text'>
The run script to clone and setup the notes repo removed. The repo was
private and no longer exists.
</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!: Unused Programs Removed</title>
<updated>2026-02-21T23:45:07Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-21T23:45:07Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=a504b63dfaa23ac6ba420942f71d859630c03e0e'/>
<id>urn:sha1:a504b63dfaa23ac6ba420942f71d859630c03e0e</id>
<content type='text'>
Multiple unused programs have be removed. These programs were
unmaintained, no longer functioning, and/or had no purpose anymore.

BREAKING CHANGE: Multiple scripts removed
</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>
<entry>
<title>refactor(zsh): Restructured common shell files</title>
<updated>2026-02-21T22:11:05Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-21T22:11:05Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=960a05363ae9c0b767d57405cfffe9f8a6b021cd'/>
<id>urn:sha1:960a05363ae9c0b767d57405cfffe9f8a6b021cd</id>
<content type='text'>
Restructured common shell files to be in a utils directory. Operating
System specific files are in the util/OS_NAME/ directories.
</content>
</entry>
<entry>
<title>feat: Added extra computer symbols</title>
<updated>2026-02-21T02:43:10Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-21T02:43:10Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=8276fb9c65e40605f7d56dac3326b3f9f90c615d'/>
<id>urn:sha1:8276fb9c65e40605f7d56dac3326b3f9f90c615d</id>
<content type='text'>
The following operating systems have symbols added to the shell.
- SunOS:   Σ
- FreeBSD: Φ
- OpenBSD: Ω
- NetBSD:  μ
</content>
</entry>
<entry>
<title>feat(zsh): Print remote repo and branch</title>
<updated>2026-02-21T02:29:45Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-21T02:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=4f0ce1701ad4419745a56131f254efa77c526f1e'/>
<id>urn:sha1:4f0ce1701ad4419745a56131f254efa77c526f1e</id>
<content type='text'>
When a git repository the remote repo name and branch name will be
included in the zsh prompt as repo::branch.
</content>
</entry>
<entry>
<title>dump-tool: one-shot check for weekly and daily backups</title>
<updated>2026-02-01T22:49:09Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-01T22:49:09Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=c1bf6040ccafe23af438fcf98815edd120539efb'/>
<id>urn:sha1:c1bf6040ccafe23af438fcf98815edd120539efb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dump-tool includes time in filename</title>
<updated>2026-02-01T22:16:51Z</updated>
<author>
<name>Jacob McDonnell</name>
<email>jacob@jacobmcdonnell.com</email>
</author>
<published>2026-02-01T22:16:51Z</published>
<link rel='alternate' type='text/html' href='https://git.mcdonnell.dev/dotfiles.git/commit/?id=323dec12cb074a17bfd17258a2df04d7079cbcd1'/>
<id>urn:sha1:323dec12cb074a17bfd17258a2df04d7079cbcd1</id>
<content type='text'>
</content>
</entry>
</feed>
