Skip to content

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.

Notifications You must be signed in to change notification settings

byteninja9/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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://github.com/raw/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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published