Giter VIP home page Giter VIP logo

.files's Introduction

Starship Terminal

Installation

Linux

Install the latest version for your system:

curl -sS https://starship.rs/install.sh | sh

Step 2. Set up your shell to use Starship

Add the following to the end of ~/.zshrc:

echo 'eval "$(starship init zsh)"' >> ~/.zshrc
macOS

Install the latest version for your system:

curl -sS https://starship.rs/install.sh | sh

Step 2. Set up your shell to use Starship

Add the following to the end of ~/.bashrc:

eval "$(starship init bash)"
Windows

Install the latest version for your system with the MSI-installers from the releases section. Install Starship using any of the following package managers:

Repository Instructions
[winget] winget install --id Starship.Starship

Step 2. Set up your shell to use Starship

Cmd

You need to use Clink (v1.2.30+) with Cmd. Create a file at this path %LocalAppData%\clink\starship.lua with the following contents:

load(io.popen('starship init cmd'):read("*a"))()
PowerShell

Add the following to the end of your PowerShell configuration (find it by running $PROFILE):

Invoke-Expression (&starship init powershell)

Configuration

To get started configuring starship, create the following file: ~/.config/starship.toml.

mkdir -p ~/.config
wget https://raw.githubusercontent.com/ptmgcorp/.files/main/.config/starship.toml -P ~/.config/

Script to bat converter

https://daniel-sc.github.io/bash-shell-to-bat-converter/

.files's People

Contributors

ptmgcorp 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.