Skip to content

Latest commit

 

History

History
58 lines (41 loc) · 1.29 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.29 KB

Dotfiles

This repository contains my personal dotfiles configuration for a consistent development environment across different machines. It includes customized configurations for zsh shell with the powerlevel10k theme.

What's Included

  • Zsh configuration
  • Powerlevel10k theme setup
  • Custom aliases and functions
  • Shell preferences and settings

Prerequisites

Before installation, ensure you have the following installed:

  • git
  • zsh
  • curl
  • [Optional] A Nerd Font for powerlevel10k theme

Installation

Quick Setup

git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/.dotfiles && cd ~/.dotfiles && ./install.sh

Manual Installation

  1. Clone the repository:
git clone https://github.com/YOUR_USERNAME/dotfiles.git ~/.dotfiles
  1. Navigate to the directory:
cd ~/.dotfiles
  1. Run the installation script:
./install.sh

What it Does

The installation script will:

  1. Install Oh My Zsh if not already installed
  2. Install the Powerlevel10k theme
  3. Create symbolic links for all configuration files
  4. Backup any existing configurations

Customization

After installation, you can customize your setup by editing:

  • ~/.zshrc for shell configurations
  • ~/.p10k.zsh for Powerlevel10k theme settings