https://github.com/deadproject/myterminal
included my terminal configuration files
https://github.com/deadproject/myterminal
bashrc neofetch neofetch-config starship starship-config terminal wezterm wezterm-config
Last synced: 3 months ago
JSON representation
included my terminal configuration files
- Host: GitHub
- URL: https://github.com/deadproject/myterminal
- Owner: deadproject
- Created: 2025-01-15T15:13:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T04:41:43.000Z (3 months ago)
- Last Synced: 2025-03-18T05:29:22.638Z (3 months ago)
- Topics: bashrc, neofetch, neofetch-config, starship, starship-config, terminal, wezterm, wezterm-config
- Language: Shell
- Homepage: https://vdevhub.pages.dev
- Size: 1.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.Md
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.