/terminal-setup

This is how I customized my terminal.

Primary LanguagePowerShellMIT LicenseMIT

My Terminal Setup

Deprecated! use https://github.com/fluentmoheshwar/shell instead

Steps

Install Terminal

Windows Terminal and Hyper is the officially supported terminal for this project. Using other terminal may or may not work.

  • Windows Terminal

    winget install --id=Microsoft.WindowsTerminal -e
  • Hyper

    winget install hyper
    • brew
    brew install hyper

Install Nerd Fonts

You can install any nerd font. I recommend installing Caskaydia Cove Nerd Font Complete.

Download Nerd Fonts

Install shell

PowerShell and zsh is the officially supported shell for this project. Using other shell may or may not work.

Settings

Set your nerd font as default font in your terminal.

  • Windows Terminal

    1. Open the Windows Terminal app.
    2. Click on the dropdown icon on the title bar.
    3. Select “Settings” from the menu.
    4. Select the shell of your choice on the sidebar.
    5. Go to the “Appearance” tab.
    6. Type the full font name in the “Font Face” field.
    7. Click the “Save” button.
    8. Close and reopen Windows Terminal.
    9. With that, you’ve changed the default font face in Windows Terminal.
  • hyper

See instructions here

Install dependencies

  • oh-my-posh

    • winget

      winget install JanDeDobbeleer.OhMyPosh -s winget
    • brew

      brew install jandedobbeleer/oh-my-posh/oh-my-posh
    • GitHub

    • Microsoft Store

Setup

  • PowerShell

The script below is buggy. Please configure manually.

curl "https://raw.githubusercontent.com/fluentmoheshwar/terminal-setup/master/pwsh.ps1" | pwsh
  • zsh

The script below is buggy. Please configure manually.

curl "https://raw.githubusercontent.com/fluentmoheshwar/terminal-setup/master/ohmyposh.yaml" > ~/ohmyposh.yaml && curl "https://raw.githubusercontent.com/fluentmoheshwar/terminal-setup/master/.zshrc" > ~/.zshrc

Stargazers

Stargazers repo roster for @fluentmoheshwar/terminal-setup

Forkers

Forkers repo roster for @fluentmoheshwar/terminal-setup