Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/christopheralphonse/shell
My terminal settings, feel free to copy as needed
https://github.com/christopheralphonse/shell
powershell pwsh-scripts terminal windows-powershell
Last synced: 27 days ago
JSON representation
My terminal settings, feel free to copy as needed
- Host: GitHub
- URL: https://github.com/christopheralphonse/shell
- Owner: ChristopherAlphonse
- Created: 2022-10-03T22:48:27.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T01:26:45.000Z (about 2 months ago)
- Last Synced: 2024-09-24T04:32:33.744Z (about 2 months ago)
- Topics: powershell, pwsh-scripts, terminal, windows-powershell
- Language: PowerShell
- Homepage:
- Size: 3.32 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
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.
### 🏠 [Homepage](https://github.com/ChristopherAlphonse/Shell#readme)
## Author
👤 **Christopher Alphonse**
- Website: christopheralphonse.com
- Github: [@ChristopherAlphonse](https://github.com/ChristopherAlphonse)Table of Contents
## Getting Started
Before we get started, this is a tutorial for Windows only. With that being said, lets begin.
- Download [Microsoft Store](https://www.microsoft.com/en-us/download/confirmation.aspx?id=54768)
- Download [App Installer](https://apps.microsoft.com/store/detail/app-installer/9NBLGGH4NNS1?hl=en-us&gl=us)
Open CMD for Windows
```sh
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
```sh
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-screenshot]
![Product Screen Shot][vs-screenshot]### Prerequisites
Open your terminal and sure node and nodemon is installed and up to date
- Go to Documents Folder
### Installation
1. Clone the repo
```sh
git clone https://github.com/ChristopherAlphonse/Shell.git
code .
```
2. Install packages```sh
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
```3. Copy the files and remove the Terminal folder, and read for next step
## vs code
```json
"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](https://github.com/ChristopherAlphonse/Shell/blob/master/Terminal/setting.json)
Finding the JSON files
- Press Ctrl+,
- Look Bottom left: OPEN JSON file
![JSON Screen Shot][json]- Copy and replace the JSON file
## Install font
Open the terminal folder and navigate top Font and Installed [Meslo Font](https://github.com/ChristopherAlphonse/Shell/blob/master/Terminal/Font)
![Font Face][font]# IF YOU ARE STUCK PLEASE OPEN AN [ISSUE REQUEST](https://github.com/ChristopherAlphonse/Shell/issues)
[product-screenshot]: ./pwsh/logo/Capture.JPG
[vs-screenshot]: ./pwsh/logo/vs_code.JPG
[json]: ./pwsh/JSON_terminal.JPG
[font]: ./pwsh/font.JPG