This repository contains my personal dotfiles for various tools I use in my development environment.
.tmux.conf- Configuration for tmux terminal multiplexer.vimrc- Configuration for Vim text editor.zshrc- Configuration for Zsh shell.gitconfig- Git configuration and aliases
-
Clone this repository:
git clone https://github.com/yourusername/dotfiles.git cd dotfiles -
Create symbolic links:
ln -s $(pwd)/.tmux.conf ~/ ln -s $(pwd)/.vimrc ~/ ln -s $(pwd)/.zshrc ~/ ln -s $(pwd)/.gitconfig ~/
- Custom key bindings
- Status bar customization
- Session management
- Custom mappings
- Plugin configuration
- Color scheme settings
- Aliases
- Functions
- Prompt customization
- Useful aliases
- Default configuration
MIT