summaryrefslogtreecommitdiff
path: root/home
AgeCommit message (Collapse)Author
2024-11-16home: Add shell-utils moduleLinnnus
I also moved pbv and trash from hosts/muhammed/home/dev-utils into the new module, since they aren't really development related; I would still want them on a Darwin system that *wasn't* being used for development.
2024-10-12home/git: Always ignore .git-blame-ignore-revs when running git-blameLinnnus
2024-10-01nvim: Fix :WrapItUpLinnnus
Here are the changes: - Spaces were being caught as part of the mapping, causing the user to move diagonally when using j/k. These have been removed. - Moved to the correction section. - Made buffer-local, since this is the most common usecase.
2024-10-01nvim: Add gd mapping for help pagesLinnnus
2024-09-28home: Git check submodules on pushLinnnus
2024-09-18Add WrapItUp command to neovimLinnnus
2024-08-01muhammed: Add GleamLinnnus
This patch sets up a Gleam development environment on Muhammed. I also took this opportunity to move a whole bunch of development-related filetype plugins to Muhammed, reducing closure size on Ahmed.
2024-04-29home/zsh: Add mkcd utilityLinnnus
2024-04-29home/neovim: Add temporary, impure vimrc sourceLinnnus
This was a huge help when testing changes to vimrc without having to do a full {nixos,darwin}-rebuild.
2024-04-29muhammed: Make iterm2/neovim respect system dark modeLinnnus
2024-04-29home/git: Autocorrect yayyyyLinnnus
2024-03-02Move dev-utils to hosts/muhammed/home/Linnnus
2024-02-20Merge 'reorg' into 'main'Linnnus
This patch moves in the reorganizational work done on the reorg branch, mainly: * Move host-specific modules into hosts/<host>/<module> * Break up HM config See the reorg branch for the individual commits.
2024-02-04pkgs/pbv: Add pbvLinnnus
2024-02-04home/zsh: Remove zsh-cwd-history pluginLinnnus
2024-02-04home/neovim: Add svelte filetype pluginLinnnus
2024-02-04Switch to nixd (works equally shit)Linnnus
2024-01-21home/neovim: Add double space FZF mappingLinnnus
2024-01-21home/git: Add 'undo' aliasLinnnus
2024-01-21Use unstable deno for NeoVim LSPLinnnus
I forgot to do this in 8c4e59b. It was causing some issues with missing type declarations for the Kv which was the whole reason for switching to unstable.deno smh my head.
2023-12-29home/dev-utils: Use unstable denoLinnnus
2023-12-29home: Setup guile dev stuffLinnnus
2023-12-11home/noweb: Switch to full texlive, add spell checkerLinnnus
2023-12-09home/dev-utils: Add jq toolkitLinnnus
2023-12-09home/{neovim,dev-utils}: Add support for NimLinnnus
2023-11-21home: Add networking utilitesLinnnus
2023-11-20home/watch-while: Add ww aliasLinnnus
2023-11-16home/git+hosts: Remove jq, add ghLinnnus
2023-11-15home/git/aliases: Only show last 10 logs for glLinnnus
2023-11-10home/noweb: mfw spellingLinnnus
2023-11-07home/zsh+pkgs: Add watch-while for long commands lolLinnnus
2023-11-06home/dev-utils: Add socatLinnnus
2023-11-06home/git: Set 'master' as default branch nameLinnnus
2023-10-31home/git: Add gfp aliasLinnnus
2023-10-30home/neovim: Switch colorscheme {default => darkblue}Linnnus
2023-10-30home/neovim: Add leiningLinnnus
2023-10-30home/neovim: Fix nixls errorLinnnus
2023-10-30Home: install clojureLinnnus
2023-10-30home/neovim: add clojure supportLinnnus
2023-10-30home/neovim: Retire unused window mappingsLinnnus
2023-10-27home/neovim: Move plugins into pkgs/ + add vim-crystalLinnnus
2023-10-27home/neovim/lsp: Enable autofetch for nilLinnnus
2023-10-27home/zsh: update PROMTSLinnnus
2023-10-23home/neovim: Recalculate SusWhitespace when 'tw' changesLinnnus
2023-10-22home/neovim: Fix SusWhitespace matching characters {at => beyound} &twLinnnus
2023-10-22home/nvim: Update sus whitespace highlightingLinnnus
2023-10-22Add janet filetypeLinnnus
2023-10-21home/git: Add more aliasesLinnnus
2023-10-21home/git: Fix git-credential configurationLinnnus
2023-10-21zsh: Refactor + add external editingLinnnus