Giter Club home page Giter Club logo

terminal's Introduction

Terminal Setup

This repository contains instructions and resources for setting up your terminal environment with enhancements for both PowerShell (pwsh) and bash on Windows.

Installing oh-my-posh

Start by installing oh-my-posh, a highly customizable prompt for PowerShell.

Fonts

Make sure to download and install the JetBrainsMono Nerd Font for optimal visual experience.

Configuration

  1. Open your terminal and right-click to access settings.
  2. Navigate to "Open Json file" and update the settings.json file with the new configurations.
  3. install Zoxide
  4. install fuzzyfinder

Bash Setup

Ensure to replace ${YOUR LOCATION} with the actual location where you have stored the theme. The default location is ~/AppData/Local/Programs/oh-my-posh/themes/. Configure your .bash_profile or .bashrc to load oh-my-posh and your desired theme. Use the following command:

eval "$(oh-my-posh init bash --config ${YOUR LOCATION}/theme.omp.json)"

PowerShell (pwsh) Setup

Place the provided script in Documents/Powershell/Microsoft.PowerShell_profile.ps1. Load the theme with the following command:

oh-my-posh init pwsh --config '${YOUR LOCATION}/Theme.omp.json' | Invoke-Expression

Ensure to replace ${YOUR LOCATION} with the actual location where you have stored the theme. The default location is ~/AppData/Local/Programs/oh-my-posh/themes/.

For terminal icons, you can utilize the Terminal-Icons repository.

Commands

Here are some useful commands to enhance your terminal experience:

  • ls: List directory contents.
  • cd [directory]: Change directory.
  • mkdir [directory]: Create a new directory.
  • rm [file]: Remove a file.
  • rm -r [directory]: Remove a directory and its contents recursively.
  • cp [source] [destination]: Copy files or directories.
  • mv [source] [destination]: Move files or directories.
  • ctrl+w: Close it
  • ctrl+c/v: Copy/Paste
  • ctrl+shift+-: Slipt the panel

Screenshot

Screenshot_1

Feel free to customize and enhance your terminal setup further based on your preferences and needs.

terminal's People

Contributors

zafeermahmood avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.