This repository contains my personal configuration files for tmux, nvim and zsh. These dotfiles are designed to enhance productivity and provide a customized terminal experience. The setup includes personalized themes, plugins, and key bindings to streamline workflows and improve efficiency.
To install the configuration files, follow these steps:
-
Clone the repository:
git clone https://github.com/byteninja9/dotfiles.git
-
Make the install script executable:
chmod +x install.sh
-
Run the install script:
./install.sh
oh-my-zsh is a delightful, open source, community-driven framework for managing your zsh configuration. To install oh-my-zsh, run:
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
brew tap homebrew/cask-fonts
brew install --cask font-fira-code
sudo add-apt-repository universe
sudo apt update
sudo apt install fonts-firacode
- Customized zsh: Enhanced zsh configuration with custom themes and plugins.
- tmux Configuration: Personalized tmux settings for improved session management.
- nvim Configuration: Custom nvim setup with plugins and key bindings for an optimized coding experience.
- Efficient Key Bindings: Streamlined key bindings for faster navigation and operation.
- Theme and Font Integration: Seamless integration with Fira Code font for better code readability.