Skip to content

Fikri-Rouzan/terminal-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Config

📌 Description

My personal environment setup designed to customize and optimize the terminal workspace. It integrates custom prompt themes, system information layouts, and shell utility modules to improve navigation, command-line editing, and visual feedback. The configuration coordinates a central shell profile script with helper modules to manage directory jumping, icon rendering, and input history for a consistent command-line workflow.


⚙️ Setup Instructions

  1. Prerequisites

    • Git installed on your system.
    • PowerShell terminal installed on your system.
    • Nerd Fonts installed on your system.
  2. Configure PowerShell Execution Policy

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
  1. Install Oh My Posh
winget install JanDeDobbeleer.OhMyPosh --source winget
  1. Install Fastfetch
winget install fastfetch
  1. Clone the Repository
git clone https://github.com/Fikri-Rouzan/terminal-config.git
cd terminal-config
  1. Move the PowerShell Folder
Move-Item -Path ".\PowerShell" -Destination "$HOME\Documents\"
  1. Configure Fastfetch
# Create the .config directory if it doesn't exist
New-Item -ItemType Directory -Force -Path "$HOME\.config"

# Move the fastfetch folder into the .config directory
Move-Item -Path ".\fastfetch" -Destination "$HOME\.config\"

About

My personal terminal configuration files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors