Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 1.26 KB

Readme.Md

File metadata and controls

51 lines (36 loc) · 1.26 KB

Terminal

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:

flatpak install flathub org.wezfurlong.wezterm

WezTerm Configuration

mkdir -p ~/.config/wezterm
nvim ~/.config/wezterm/wezterm.lua

and paste my WezTerm profile into the file.

Bashrc Configuration

nvim ~/.bashrc

and paste my bashrc profile into the file.

Starship Configuration

nvim ~/.config/starship.toml

and paste my Starship profile into the file.

Fastfetch Configuration

nvim ~/.config/fastfetch/config.jsonc

and paste my fastfetch profile into the file.