https://github.com/deadproject/myterminal
included my terminal configuration files
https://github.com/deadproject/myterminal
alacritty bash fastfetch starship
Last synced: about 1 month ago
JSON representation
included my terminal configuration files
- Host: GitHub
- URL: https://github.com/deadproject/myterminal
- Owner: deadproject
- Created: 2026-01-23T01:17:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-11T02:49:02.000Z (4 months ago)
- Last Synced: 2026-02-11T06:52:10.247Z (4 months ago)
- Topics: alacritty, bash, fastfetch, starship
- Language: Shell
- Homepage:
- Size: 889 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
Awesome Lists containing this project
README

# myTerminal
In this repository, I've included my terminal configuration files to improve and personalize my terminal experience across different operating systems. The configurations include visual enhancements, command-line tools, and customized prompts.
## Features ✨
- **fastfetch**: A command-line system information tool. 🖥️
- **WezTerm**: A GPU-accelerated cross-platform terminal emulator and multiplexer. 🚀
- **bashrc**: A customized `.bashrc` file for the bash shell. 🐚
- **Starship**: The minimal, blazing-fast, and infinitely customizable prompt for any shell. 🌟
## Installation 🛠️
### WezTerm
#### Linux 🐧
To install WezTerm on Linux via Flatpak, use the following command:
```bash
flatpak install flathub org.wezfurlong.wezterm
```
### WezTerm Configuration
```bash
mkdir -p ~/.config/wezterm
nvim ~/.config/wezterm/wezterm.lua
```
and paste my WezTerm profile into the file.
### Bashrc Configuration
```bash
nvim ~/.bashrc
```
and paste my bashrc profile into the file.
### Starship Configuration
```bash
nvim ~/.config/starship.toml
```
and paste my Starship profile into the file.
### Fastfetch Configuration
```bash
nvim ~/.config/fastfetch/config.jsonc
```
and paste my fastfetch profile into the file.