Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 1.95 KB

README.md

File metadata and controls

73 lines (50 loc) · 1.95 KB

Project Dotfiles

Description

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.

Installation Instructions

To install the configuration files, follow these steps:

  1. Clone the repository:

    git clone https://github.com/byteninja9/dotfiles.git
  2. Make the install script executable:

    chmod +x install.sh
  3. Run the install script:

    ./install.sh

Dependencies

oh-my-zsh

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)"

Fira Code Font

On macOS:

    brew tap homebrew/cask-fonts
    brew install --cask font-fira-code

On Ubuntu/Debian:

    sudo add-apt-repository universe
    sudo apt update
    sudo apt install fonts-firacode

Features

  • 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.

Demos:

NVIM

nvim1
nvim2

ZSH

zsh

TMUX

tmux