All Projects → changs → Slimzsh

changs / Slimzsh

Small, usable configuration for ZSH

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Slimzsh

Zsh Notify
Desktop notifications for long-running commands in zsh.
Stars: ✭ 389 (-20.93%)
Mutual labels:  zsh
Dstask
Single binary terminal-based TODO manager with git-based sync + markdown notes per task
Stars: ✭ 431 (-12.4%)
Mutual labels:  zsh
Zsh Completions
Additional completion definitions for Zsh.
Stars: ✭ 4,907 (+897.36%)
Mutual labels:  zsh
Dotfiles
My personal dotfiles
Stars: ✭ 400 (-18.7%)
Mutual labels:  zsh
Ntfy
🖥️📱🔔 A utility for sending notifications, on demand and when commands finish.
Stars: ✭ 4,089 (+731.1%)
Mutual labels:  zsh
Typewritten
A minimal, lightweight, informative zsh prompt theme
Stars: ✭ 442 (-10.16%)
Mutual labels:  zsh
Shellspec
A full-featured BDD unit testing framework for bash, ksh, zsh, dash and all POSIX shells
Stars: ✭ 375 (-23.78%)
Mutual labels:  zsh
Hyperzsh
A hyperminimal zsh prompt
Stars: ✭ 470 (-4.47%)
Mutual labels:  zsh
Liquidprompt
A full-featured & carefully designed adaptive prompt for Bash & Zsh
Stars: ✭ 4,134 (+740.24%)
Mutual labels:  zsh
Gbt
Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.
Stars: ✭ 457 (-7.11%)
Mutual labels:  zsh
Symfony Console Completion
Automatic tab-key completion for Symfony console application options, arguments and parameters
Stars: ✭ 405 (-17.68%)
Mutual labels:  zsh
Dotfiles
dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir
Stars: ✭ 408 (-17.07%)
Mutual labels:  zsh
Awesome Shell
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Stars: ✭ 22,631 (+4499.8%)
Mutual labels:  zsh
Termux Style
Simple script to change color-schemes and fonts for Termux.
Stars: ✭ 400 (-18.7%)
Mutual labels:  zsh
Ls
ls on steroids
Stars: ✭ 458 (-6.91%)
Mutual labels:  zsh
Dotfiles
Configuration for Arch Linux, sway, kitty, kakoune, zsh and more + scripted installation guide
Stars: ✭ 385 (-21.75%)
Mutual labels:  zsh
Funky
Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive.
Stars: ✭ 434 (-11.79%)
Mutual labels:  zsh
Zplug
🌺 A next-generation plugin manager for zsh
Stars: ✭ 4,836 (+882.93%)
Mutual labels:  zsh
Symfony Console Autocomplete
Shell autocompletion for Symfony Console based scripts
Stars: ✭ 465 (-5.49%)
Mutual labels:  zsh
Bash Shortcuts Cheat Sheet
Useful shortcuts for bash/zsh
Stars: ✭ 452 (-8.13%)
Mutual labels:  zsh

slimzsh

A small, usable configuration for ZSH. It enables all the awesomeness of ZSH with a small and tidy config.

Install

git clone --recursive https://github.com/changs/slimzsh.git ~/.slimzsh

Add following to ~/.zshrc

source "$HOME/.slimzsh/slim.zsh"

Features

Slimzsh has:

  • beautiful pure as a shell prompt
  • syntax highlighting
  • tab completion for commands and args (with switching menu and help)
  • all ZSH's awesomeness enabled

alt text alt text

fasd

I highly recommend using fasd. Slimzsh will automatically detect it if you have it installed.

Then you'll be able to search inline for the best matching file like here:

alt text

and so much more!

Local modifications

  1. if you want to add custom aliases, create ~/.slimzsh/aliases.zsh.local file and put them there - this file will be automatically sourced.

Tips

The theme used in screenshots is PencilDark with the IBM Plex Mono font.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].