Skip to content

anonatul/terminal-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Setup

My terminal customization setup for Debian 12, featuring Zsh, Oh My Zsh, Powerlevel10k, and colorls.

Overview

This repository contains configuration files for a vibrant and productive Zsh terminal:

  • .zshrc: Configures Zsh with Oh My Zsh, plugins (git, zsh-autosuggestions, zsh-syntax-highlighting), and colorls aliases.
  • .p10k.zsh: Configures Powerlevel10k with a rainbow prompt style, using nerdfont-v3.

Inspired by Customizing Your Terminal: Becoming a Zsh Power User.

Installation

  1. Install dependencies:

    • Zsh, Oh My Zsh
    • Powerlevel10k
    • Meslo Nerd Font
    • colorls
  2. Copy configuration files:

    cp .zshrc ~/.zshrc
    cp .p10k.zsh ~/.p10k.zsh
  3. Source Zsh configuration:

    source ~/.zshrc

Screenshots

Here are some screenshots showcasing the terminal setup:

Powerlevel10k Prompt

Powerlevel10k Prompt

Enhanced Directory Listing with Colorls

Enhanced Directory Listing with Colorls

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Custom Zsh terminal setup for Debian 12 with Powerlevel10k and colorls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages