An open API service indexing awesome lists of open source software.

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

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

![Preview1](./screenshots/xample.png)

Install exa
```bash
sudo apt install exa
```
Examples of how to test exa

https://tldr.inbrowser.app/pages/common/exa

# ![bpytop](https://github.com/aristocratos/bpytop/raw/master/Imgs/logo.png)

![Preview2](./screenshots/xample2.png)

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