17

Trying zsh/ohmyzsh for the first time. I like it.

Comments
  • 2
    Welcome to the Club :)
    I hope you have already installed cool plugins like zsh-completions, zsh-syntax-highlighting and zsh-autosuggestions
  • 1
    Oh, 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
  • 0
    @steaksauce please post .bashrc
  • 0
    @HampusMa when I get home, I will post my zshrc
  • 0
  • 1
    @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
  • 1
    Do you want a doge to echo every command you input (yes I wrote a plugin and I'm showing off)
  • 0
    @K-ASS who doesnt want that?!
  • 0
Add Comment