These dotfiles are a collection of my personal configurations for various tools and applications that I use on my development machines. They are organized to help streamline my setup process and ensure consistency across different environments.
- Neovim: The configuration for Neovim is located in the
.config/nvimdirectory. - Alacritty: The configuration for Alacritty is located in the
.config/alacrittydirectory. - iTerm2: The configuration for iTerm2 is located in the
.config/iterm2directory. - VSCode: The VSCode settings are located in the
vscode.code-profilefile. - Tmux: The Tmux configuration is located in the
.tmux.conffile. - Zsh: The Zsh configuration is located in the
.zshrcfile.
- Theme: Using
powerlevel10ktheme. - Plugins:
gitzsh-autosuggestionszsh-completionscolored-man-pagescommand-not-foundextractthemeszsh-syntax-highlighting
- Terminal Keybindings:
bindkey "^[[1;9D" beginning-of-linebindkey "^[[1;9C" end-of-line
- Alacritty: Fast, lightweight terminal emulator with GPU acceleration.
- iTerm2: Advanced terminal emulator for macOS with support for split panes, tmux integration, and more.
- Eza: Modern replacement for
lswith more features.
- Neovim: Enhanced version of Vim, optimized for extensibility and performance.
- Tmux: Terminal multiplexer for managing multiple terminal sessions.
Distributed under the MIT License. See LICENSE for more information.