Skip to content

Reptudn/omz-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

omz-config

Things i spiced up for my omz experience

How to install Oh my ZSH?

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Suggestions for settings in the .zshrc

  • DISABLE_MAGIC_FUNCTIONS="true" : If pasting stuff into the console has some weird 200 formatting issues
  • ENABLE_CORRECTION="true" : To enable corrections when typing a false command

Plusing suggestions

plugins=(git zsh-autosuggestions zsh-autocomplete docker zsh-syntax-highlighting)

edit the .zshrc with nano ~/.zshrc and refresh it with source ~/.zshrc (MacOS and Linux)

  • git : git stuff (preinstalled)
  • docker : well.. docker stuff (preinstalled)

clone the following into the custom plusings forlder of the omz installation (usually located at ~/.oh-my-zsh/custom/plugins

  • zsh-autosuggestions : to get epic autosuggestions Get Here
  • zsh-autocomplete : awesome autocomplete Get Here (clone with git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git)
  • zsh-syntax-highlighting : more colors when typing wooooooo! Get Here

About

My omz config and some suggested plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published