joelazar’s dotfiles
Neovim with my custom config
Firefox + Vimium
This is the dotfiles setup which I use for my MacOS.
Let me try to briefly list the installed and configured packages:
homebrew
- Package manager for MacOScolima
- For running Linux containers on MacOShyperkey
- For remapping Caps Lock keymonitorcontrol
- For controlling external monitor brightnessraycast
- For productivitykitty
- Fast, feature-rich, GPU based terminal emulatorfish
- Fish shell - configfzf
- Command-line fuzzy finderatuin
- For getting my shell history everywhereripgrep
- Grep on steroidsfd
- Updated findzoxide
- Smarter cd commandeza
- Modernls
bat
- cat(1) clone with wingsmods
- For AI chats from the terminalneovim
- Vim on steroidsmy neovim config
- My own Neovim config written in Lua
git
- No commentbtop
- For monitoringnnn
- File managerfirefox
- Good ol' Firefoxmpv
- For mediancspot
- Cross-platform ncurses Spotify clientrust
,go
,python
,clang
- For programming- and many more other useful stuff. See the following file.
Most of my apps are configured to use colors of catppuccin mocha
.
These dotfiles are managed with chezmoi.
Install them with:
chezmoi init https://github.com/joelazar/dotfiles.git
chezmoi apply
Some utils functions which I'm using for the initial setup and later for my update script was taken from alrra's dotfiles repo, and I'm truly grateful for it.
My wallpapers are from catpuccin-wallpapers repo.
The code is available under the MIT license.