Skip to content

My personal dotfiles configuration for zsh and powerlevel10k

Notifications You must be signed in to change notification settings

0b00101111/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

My personal dotfiles configuration for zsh and powerlevel10k

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published