summaryrefslogtreecommitdiff
path: root/.config
AgeCommit message (Collapse)Author
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-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!: 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(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-01-23use $HOME over ~Jacob McDonnell
2026-01-23Added export for git signingJacob McDonnell
2025-12-31Pegged Treesitter to a specific tagJacob 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
2024-12-06Bug FixesJacob McDonnell
2024-12-05Unified ProfileJacob McDonnell
2024-12-05Removed Useless ConfigsJacob McDonnell
2024-12-05New Colorschemes and Plan9PortJacob McDonnell
2024-11-13Some UpdatesJacob McDonnell
2024-11-06iterm2 Colors and Emacs ConfigJacob McDonnell
2024-11-05Added Zig LSPJacob McDonnell
2024-10-21Nvim plugin config filesJacob McDonnell
2024-10-18Integrated LLDB into nvimJacob McDonnell
2024-09-15New Script for CMPSC473 ServersJacob McDonnell
2024-04-24Merge branch 'macOS' of github.com:JacobMcDonnell/dotfiles into macOSJacob McDonnell
2024-04-24Force nvim to use tabs instead of spacesJacob McDonnell
2024-04-15lsp for python in nvimJacob McDonnell
2024-03-28Remove trailing Whitespace on SaveJacob McDonnell
2024-03-28Iterm2 ColorschemesJacob McDonnell
2024-03-28Latex LSP and make remapJacob McDonnell
2024-03-27gopls support addedJacob McDonnell
2024-03-26Updated neovim based on theprimagenJacob McDonnell
2024-03-26Volume KeyJacob McDonnell
2024-03-26New Hyprland/Waybar/KittyJacob McDonnell
2024-02-14Integrated dap nvim with lldbJacob McDonnell