Skip to content

ChristopherAlphonse/Powershell

Repository files navigation

Logo

Chris's Powershell Settings

This is a bootstrap project, the technologies used aren't my own but rather utilized and modified to fit my preferences.
Explore the docs »

Version Documentation Maintenance

Author

👤 Christopher Alphonse

Table of Contents
  1. About This Project
  2. Getting Started
  3. Terminal Settings

Getting Started

Before we get started, this is a tutorial for Windows only. With that being said, lets begin.

Open CMD for Windows

winget install -e --id Microsoft.WindowsTerminal

Open the Terminal in Admin mode by pressing on CTRL + SHIFT + Click on Terminal icon OR press the windows key and locate Terminal.exe, and right click on Terminal icon and select Run as Administrator .

Install Winget

winget install -e --id JanDeDobbeleer.OhMyPosh

About The Project

These are the final Look for the terminal and vs code integrated terminal

Product Screen Shot
Product Screen Shot

Prerequisites

Open your terminal and sure node and nodemon is installed and up to date

  • Go to Documents Folder

Installation

  1. Clone the repo
    git clone https://github.com/ChristopherAlphonse/Powershell.git
    code .
  2. Install packages
Install-Module -Name posh-git -RequiredVersion 1.0.0
Install-Module -Name PSFzf -AllowPrerelease
Install-Module -Name PSFzf -AllowPrerelease
Install-Module -Name Terminal-Icons
Install-Module -Name z
  1. Copy the files and remove the Terminal folder, and read for next step

(back to top)

vs code

 "terminal.integrated.defaultProfile.windows": "PowerShell",
 "workbench.colorCustomizations": {
 "terminal.foreground": "#ffffff",
 "terminal.background": "#515761",
 "editor.lineHighlightBackground": "#4046452d",
 "editor.lineHighlightBorder": "#7a05701f",
 "tab.activeBackground": "#2e327195",
 "terminal.integrated.fontFamily": "MesloLGM NF",
"terminal.integrated.defaultProfile.linux": "bash",
"terminal.integrated.gpuAcceleration": "off",
"workbench.colorTheme": " Azalais Dark ",
"terminal.integrated.enableMultiLinePasteWarning": false,
"terminal.integrated.splitCwd": "workspaceRoot",
"terminal.integrated.tabs.defaultColor": "terminal.ansiCyan",
"terminal.integrated.smoothScrolling": true,
"markdown.preview.lineHeight": 2,
"terminal.integrated.cursorWidth": 0,
"terminal.integrated.fontSize": 12,

Terminal

Open the terminal folder and navigate to JSON file and replace with Terminal JSON

Finding the JSON files

  • Press Ctrl+,

  • Look Bottom left: OPEN JSON file
    JSON Screen Shot

  • Copy and replace the JSON file

Install font

Open the terminal folder and navigate top Font and Installed Meslo Font
Font Face

IF YOU ARE STUCK PLEASE OPEN AN ISSUE REQUEST

(back to top)

About

My terminal settings, feel free to copy as needed

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages