All Projects → simnalamburt → Cgitc

simnalamburt / Cgitc

Licence: other
Close Git Combat

Programming Languages

shell
77523 projects
bash
514 projects

Labels

Projects that are alternatives of or similar to Cgitc

Zsh Autosuggestions
Fish-like autosuggestions for zsh
Stars: ✭ 19,697 (+31669.35%)
Mutual labels:  zsh, fish
Bash Shortcuts Cheat Sheet
Useful shortcuts for bash/zsh
Stars: ✭ 452 (+629.03%)
Mutual labels:  zsh, fish
Dtags
Directory Tags for Lazy Programmers
Stars: ✭ 351 (+466.13%)
Mutual labels:  zsh, fish
basalt
The rock-solid Bash package manager
Stars: ✭ 16 (-74.19%)
Mutual labels:  zsh, fish
Pure
Pretty, minimal, and fast prompt for Fish from Zsh.
Stars: ✭ 740 (+1093.55%)
Mutual labels:  zsh, fish
Cod
cod is a completion daemon for bash/fish/zsh
Stars: ✭ 288 (+364.52%)
Mutual labels:  zsh, fish
Awesome Shell
A curated list of awesome command-line frameworks, toolkits, guides and gizmos. Inspired by awesome-php.
Stars: ✭ 22,631 (+36401.61%)
Mutual labels:  zsh, fish
config
Fig's integrations with bash, zsh, fish, ssh, and tmux. Also contains Fig's installation and update scripts. Finally, this repo is the root of the .fig folder that is installed on your computer when you download Fig!
Stars: ✭ 44 (-29.03%)
Mutual labels:  zsh, fish
Awesome Dotfiles
A curated list of dotfiles resources.
Stars: ✭ 6,295 (+10053.23%)
Mutual labels:  zsh, fish
Powerline Shell
A beautiful and useful prompt for your shell
Stars: ✭ 5,743 (+9162.9%)
Mutual labels:  zsh, fish
tii
Command not found? Install it right there!
Stars: ✭ 27 (-56.45%)
Mutual labels:  zsh, fish
Jump
Jump helps you navigate faster by learning your habits. ✌️
Stars: ✭ 1,024 (+1551.61%)
Mutual labels:  zsh, fish
hoard
cli command organizer written in rust
Stars: ✭ 71 (+14.52%)
Mutual labels:  zsh, fish
G
Simple go version manager, gluten-free
Stars: ✭ 307 (+395.16%)
Mutual labels:  zsh, fish
carapace-bin
multi-shell multi-command argument completer
Stars: ✭ 42 (-32.26%)
Mutual labels:  zsh, fish
Termux Style
Simple script to change color-schemes and fonts for Termux.
Stars: ✭ 400 (+545.16%)
Mutual labels:  zsh, fish
Silver
A cross-shell customizable powerline-like prompt with icons
Stars: ✭ 238 (+283.87%)
Mutual labels:  zsh, fish
Starship
☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!
Stars: ✭ 20,504 (+32970.97%)
Mutual labels:  zsh, fish
Autocomplete
Autocomplete for terminals on MacOS
Stars: ✭ 569 (+817.74%)
Mutual labels:  zsh, fish
Zsh History To Fish
Bring your ZSH history to Fish shell.
Stars: ✭ 23 (-62.9%)
Mutual labels:  zsh, fish

Close Git Combat

cgitc is set of useful git aliases for bash, zsh and fish. It provides professional and swift git usage.

g    = git

gst  = git status
gd   = git diff
gdca = git diff --cached
gc   = git commit -v
gup  = git pull --rebase
glog = git log --oneline --decorate --color --graph
gsta = git stash
gstp = git stash pop

(etc)

cgitc is fork of oh-my-zsh's git plugin.

Installation

You can install cgitc via various plugin managers.

Bash

git clone https://github.com/simnalamburt/cgitc.git --depth=1 ~/.cgitc
cat <<< 'source ~/.cgitc/init.bash' >> ~/.bashrc

Zsh, zinit

zinit light simnalamburt/cgitc

# (Optional) It'll be more useful with zsh-expand-all
zinit light simnalamburt/zsh-expand-all

Fish, chips

# Update your '~/.config/chips/plugin.yaml'
github:
- simnalamburt/cgitc

Fish, oh-my-fish

omf install https://github.com/simnalamburt/cgitc


cgitc is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0). cgitc emblem © 2017 XT. See COPYRIGHT for details.

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