https://github.com/chp-dev/terminalconfig
my personal terminal
https://github.com/chp-dev/terminalconfig
bpytop exe kitty kitty-terminal shell terminal
Last synced: about 1 month ago
JSON representation
my personal terminal
- Host: GitHub
- URL: https://github.com/chp-dev/terminalconfig
- Owner: Chp-Dev
- Created: 2023-04-07T20:15:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-07T21:13:41.000Z (about 3 years ago)
- Last Synced: 2025-03-12T16:17:47.620Z (about 1 year ago)
- Topics: bpytop, exe, kitty, kitty-terminal, shell, terminal
- Homepage:
- Size: 624 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Welcome to my personal terminal
Installation/Configuration (POP ubuntu)
*
Terminal
Install Kitty terminal
```shell
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
```
Clone my repository
```shell
git clone https://github.com/Chp-Dev/TerminalConfig
```
Configuration Kitty
```shell
cp -r TerminalConfig/config/ ~/.config/
```
*
Plugins
# exa

Install exa
```bash
sudo apt install exa
```
Examples of how to test exa
https://tldr.inbrowser.app/pages/common/exa
# 

Install Bpytop
```bash
sudo apt install bpytop
```