Skip to content

Tech-JI/Beautify_Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beautify_Terminal

This repo includes a simple introduction about how to beautify your terminal.

Demo

Here is a simple demo for configuration.

demo

Recommended Reading Order

  1. tty
  2. plug_mgr
  3. The configuration of your own platform

Organization

The file organization of this repo is shown as follow

.
├── 'Keyboard Shortcuts'
│   └── 'Windows Terminal.md'
├── linux&macos
│   ├── conf
│   │   ├── manclr
│   │   ├── p10k.zsh
│   │   ├── zsh_plugins.txt
│   │   └── zshrc
│   ├── 'Part 1 - Intro.md'
│   ├── 'Part 2 - colorscheme.md'
│   ├── 'Part 3 - package manager.md'
│   ├── 'Part 4 - p10k setting.md'
│   └── 'Part 5 - misc.md'
├── outline.md
├── plug_mgr.md
├── README.md
├── tty.md
├── win_conf
│   ├── 'oh-my-posh for Windows'
│   │   ├── 'Part 1 - Introduction and Installation.md'
│   │   ├── 'Part 2 - Font.md'
│   │   ├── 'Part 3 - Changing Prompt.md'
│   │   ├── 'Part 4 - Theme.md'
│   │   ├── 'Part 5 - Advanced.md'
│   │   └── sample_profile.txt
│   └── 'Windows Terminal Config Guide.md'
└── wsl_conf
    ├── Part1.Installation.md
    ├── Part2.oh_my_zsh.md
    ├── Part3.powerlevel10k.md
    └── Part4.keyboard_shortcut.md

Credit

Thanks @mQzLjP and @HilariousJon for completing windows configuration and wsl configuration part. Thanks @ssanakkana for advertising on JIers.

My configuration is based on this configuration.