Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jimbrig/gh-zsh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

image# gh-zsh A simple script to set an awesome shell environment for Ubuntu and MacOS, with:

Sets the following useful aliases:

  • ..='cd ..'
  • ...='cd ../..'
  • ....='cd ../../..'
  • grep='grep --color=auto'

For Linux

  • bat='batcat --theme base16 -p'
  • ls='ls -h --color=auto'
  • la='ls -la --color=auto'

Demo

Currently, the command prompt looks like this: ZSH-Prompt

Installation

curl -fsSL https://raw.githubusercontent.com/gustavohellwig/gh-zsh/main/gh-zsh.sh | bash

Notes

  • • If you already use zsh, your zsh config will be backed up to .zshrc-backup-date.
  • • If the text/icons look broken, ensure your terminal uses one of the Nerd fonts.
  • Tested on:
    • Ubuntu 20.04, 22.04
    • MacOS 10.14, 11.3, 14.3.1

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%