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/nvim
directory. - Alacritty: The configuration for Alacritty is located in the
.config/alacritty
directory. - iTerm2: The configuration for iTerm2 is located in the
.config/iterm2
directory. - VSCode: The VSCode settings are located in the
vscode.code-profile
file. - Tmux: The Tmux configuration is located in the
.tmux.conf
file. - Zsh: The Zsh configuration is located in the
.zshrc
file.
- Theme: Using
powerlevel10k
theme. - Plugins:
git
zsh-autosuggestions
zsh-completions
colored-man-pages
command-not-found
extract
themes
zsh-syntax-highlighting
- Terminal Keybindings:
bindkey "^[[1;9D" beginning-of-line
bindkey "^[[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
ls
with 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.