Dotfiles Configuration
Table of Contents
This section contains configuration files for various tools and applications.
1. Configuration Files
- IdeaVim - Vim emulation configuration for JetBrains IDEs
- Alacritty - Cross-platform terminal emulator configuration
- Zellij - Terminal workspace multiplexer configuration
- PowerShell - PowerShell profile and aliases configuration
- Emacs J - EmacsJ keymap for IntelliJ on macOS
2. About
These configuration files are designed to be tangled using Org-mode's babel functionality. Each file contains code blocks that can be extracted to their appropriate locations in your home directory or configuration folders.
To tangle a file in Emacs:
- Open the org file
- Run
C-c C-v t(orM-x org-babel-tangle)
This will extract the code blocks to the paths specified in the :tangle headers.