summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
37 hoursrefactor: Use set-face-attributeJacob McDonnell
Use set-face-attribute instead of custom-set-faces as this can be overridden by Emacs.
3 daysfix: Vterm Custom ColorsJacob McDonnell
Set Vterm custom colors to fix issues with ncurses programs like menuconfig for linux.
6 daysfeat: Remove trailing whitespace on saveJacob McDonnell
Remove trailing whitespace on save. As well, fix to evil-want-C-u-scroll by loading loading evil-collection after evil-mode.
6 daysrefactor(Emacs): Use 4 spaces for tabsJacob McDonnell
6 daysfeat: pv in Emacs and no more tmux in zshJacob McDonnell
SPACE-pv keybind now opens dired in Emacs. As well, Tmux is no longer started in .zshrc.
8 daysfeat: Added Emacs PluginsJacob McDonnell
Added the following Emacs plugins: - libvterm for a better terminal - Magit for git integration - Evil Collection for Vim keybindings everywhere
8 daysfeat: Emacs Keybind & Neovim Color VariablesJacob McDonnell
- Added an Emacs keybind to set SPACE-ff to find-file. - Neovim sources NVIM_COLORSCHEME & NVIM_BACKGROUND environment variables to set the colorscheme and background color.
9 daysrefactor: Set default colorscheme to bluloco darkJacob McDonnell
9 daysfeat: Added remaps for splits & terminalJacob McDonnell
Added SPACE-" for horizontal split and SPACE-% for vertical split. Also added keybind for SPACE-t for launching terminal.
9 daysfeat: Updated Emacs Config & Added Flatten.nvimJacob McDonnell
9 daysfix: Forgot to add nvim/fnlJacob McDonnell
10 daysrefactor: Neovim Configuration in FennelJacob McDonnell
Used antifennel to convert Lua Neovim configuration to fennel instead.
2026-02-28docs: Added BSD 2-Clause LicenseJacob McDonnell
2026-02-21refactor!: Using /usr/bin/env shebangsv1.0.1Jacob McDonnell
Switched from /bin/bash and /bin/zsh to /usr/bin/env bash and /usr/bin/env zsh. This allows the shell paths to be set by users in their path. BREAKING CHANGE: /usr/bin/env SHELL_NAME used as shebangs now
2026-02-21feat(neovim): Harpoon 2 Addedv1.0.0Jacob McDonnell
ThePrimeagen/harpoon2 added to neovim configuration file. This can be accessed by typing <space>a to add a file and <space>h to view the list of files while in normal mode.
2026-02-21refactor!: Run Script to clone notes removedJacob McDonnell
The run script to clone and setup the notes repo removed. The repo was private and no longer exists.
2026-02-21refactor!: BSPWM & Newsboat configs removedJacob McDonnell
The config files for BSPWM & Newboat have been removed as they are unused and no longer needed.
2026-02-21refactor!: Unused Programs RemovedJacob McDonnell
Multiple unused programs have be removed. These programs were unmaintained, no longer functioning, and/or had no purpose anymore. BREAKING CHANGE: Multiple scripts removed
2026-02-21refactor(ksh): Korn Shell sources new file structureJacob McDonnell
Korn Shell now sources the utility config files from the util/ and util/OS_NAME directories like zsh.
2026-02-21refactor(zsh): Restructured common shell filesJacob McDonnell
Restructured common shell files to be in a utils directory. Operating System specific files are in the util/OS_NAME/ directories.
2026-02-20feat: Added extra computer symbolsJacob McDonnell
The following operating systems have symbols added to the shell. - SunOS: Σ - FreeBSD: Φ - OpenBSD: Ω - NetBSD: μ
2026-02-20feat(zsh): Print remote repo and branchJacob McDonnell
When a git repository the remote repo name and branch name will be included in the zsh prompt as repo::branch.
2026-02-01dump-tool: one-shot check for weekly and daily backupsJacob McDonnell
2026-02-01dump-tool includes time in filenameJacob McDonnell
2026-01-23use $HOME over ~Jacob McDonnell
2026-01-23Added export for git signingJacob McDonnell
2026-01-19Added ThunderbirdJacob McDonnell
2026-01-19Added more programs to gentooJacob McDonnell
2026-01-18HDMI DDC Brightness Control ScriptJacob McDonnell
2026-01-18Gentoo Specific StuffJacob McDonnell
2025-12-31Pegged Treesitter to a specific tagJacob McDonnell
2025-12-31Added some programsJacob McDonnell
2025-12-10Error code in prompt only on errorJacob McDonnell
2025-10-09ghostty themes converted from iterm themesJacob McDonnell
2025-10-07live preview keybinds only in normal modeJacob McDonnell
2025-10-07Better Module Structure and knap live previewJacob McDonnell
2025-10-06Updated Neovim ConfigJacob McDonnell
2025-08-31newsboat adds youtube urls to a file for downloadingJacob McDonnell
2025-05-10Switched back to FedoraJacob McDonnell
2025-05-07Fixed Bug in dev-env that wiped .configJacob McDonnell
2025-05-06Fixed some issuesJacob McDonnell
2025-04-07Updated Font Size GhosttyJacob McDonnell
2025-02-22Ghostty Font FamilyJacob McDonnell
2025-02-22Ghostty ConfigJacob McDonnell
2025-02-22Switching from Tabs to Spaces neovimJacob McDonnell
2025-01-29Updated debugger supportJacob McDonnell
2025-01-17Switching to Debian Based SystemsJacob McDonnell
2024-12-06Bug FixesJacob McDonnell
2024-12-05Some macOS supportJacob McDonnell
2024-12-05Copy .emacs.d and utilJacob McDonnell