This repo includes a simple introduction about how to beautify your terminal.
Here is a simple demo for configuration.
- tty
- plug_mgr
- The configuration of your own platform
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
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.