https://github.com/gustavohellwig/gh-zsh
https://github.com/gustavohellwig/gh-zsh
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gustavohellwig/gh-zsh
- Owner: gustavohellwig
- License: cc0-1.0
- Created: 2021-06-25T11:27:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T13:33:34.000Z (over 1 year ago)
- Last Synced: 2024-12-04T10:39:48.698Z (12 months ago)
- Language: Shell
- Size: 426 KB
- Stars: 62
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - GH - Setup ZSH on debian/Ubuntu-based linuxes. Installs [Powerlevel10k](https://github.com/romkatv/powerlevel10k), [zsh-completions](https://github.com/zsh-users/zsh-completions), [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions), [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting/), and more. (Tutorials / Generic ZSH)
- fucking-awesome-zsh-plugins - GH - Setup ZSH on debian/Ubuntu-based linuxes. Installs <b><code> 51615⭐</code></b> <b><code> 2372🍴</code></b> [Powerlevel10k](https://github.com/romkatv/powerlevel10k)), <b><code> 7534⭐</code></b> <b><code> 728🍴</code></b> [zsh-completions](https://github.com/zsh-users/zsh-completions)), <b><code> 34198⭐</code></b> <b><code> 1920🍴</code></b> [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)), <b><code> ?⭐</code></b> <b><code> ?🍴</code></b> [fast-syntax-highlighting](https://github.com/zdharma-continuum/fast-syntax-highlighting/)), and more. (Tutorials / Generic ZSH)
- jimsghstars - gustavohellwig/gh-zsh - (Shell)
README
# gh-zsh
A simple script to set an awesome shell environment for Ubuntu and MacOS, with:
* powerlevel10k theme (https://github.com/romkatv/powerlevel10k)
* zsh-completions (https://github.com/zsh-users/zsh-completions)
* zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
* fast-syntax-highlighting (https://github.com/zdharma-continuum/fast-syntax-highlighting/
* completion (https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/lib/completion.zsh)
* history (https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/lib/history.zsh)
* key-bindings (https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/lib/key-bindings.zsh)
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:

## Installation
``` bash
sudo 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