Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Flame239786yWelcome to the Club :)
I hope you have already installed cool plugins like zsh-completions, zsh-syntax-highlighting and zsh-autosuggestions -
Flame239786yOh, and dont forget about git aliases!
e.g. which i am using:
g = git (this one is from .zshrc)
s = status
b = branch
sb = status -sb
co = checkout
ca = commit -am
pr = pull --rebase
l = log --pretty=format:'%C(Yellow)%h %Cred%ad %Cblue%an%Cgreen%d %Creset%s' --date=relative -
@HampusMa sorry for the delay! I won't paste the whole thing here, but it is worth noting that I use oh-my-zsh (https://github.com/robbyrussell/...) with the agnoster theme. Otherwise, nothing special.
- Install zsh if not installed already
- Intall oh-my-zsh from github above
- chsh -s $(which zsh)
*Changes your default shell to zsh
- Logout and back in
- Change your ~/.zshrc file to say you use the "agnoster" theme
- source ~/.zshrc -
K-ASS25846yDo you want a doge to echo every command you input (yes I wrote a plugin and I'm showing off)
Related Rants
Trying zsh/ohmyzsh for the first time. I like it.
rant
git
ohmyzsh
kde neon
zsh