My ZSH Config
This repository has been archived on 2024-11-06. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2020-06-08 18:58:46 +02:00
pure@c42bd35494 fix directory structure 2020-06-01 11:30:25 -05:00
zsh-autosuggestions@ae315ded4d Added zsh-autosuggestions as git submodule 2020-06-08 18:40:50 +02:00
zsh-syntax-highlighting@6fd92e1bbd Added zsh-syntax-highlighting 2020-06-08 18:50:03 +02:00
.gitmodules Added zsh-syntax-highlighting 2020-06-08 18:50:03 +02:00
.zshrc Added zsh-syntax-highlighting 2020-06-08 18:50:03 +02:00
aliasrc Added pacmanupdate and modified pacman-update 2020-06-07 21:36:14 +02:00
README.md Update README.md 2020-06-08 18:58:46 +02:00

ZSH

My ZSH config

Setup

git clone --recursive https://github.com/jiriks74/zsh
ln -s -f ~/zsh/.zshrc ~/.zshrc

Get Dependancies

Should download with config

  • zsh-syntax-highlighting - syntax highlighting for ZSH
  • zsh-autosuggestions - Suggestions based on your history
  • pure - Pure shell look for zsh

Get this from your distribution's repository

  • autojump - Jump to directories with j or jc for child or jo to open in file manager
  • zsh - the shell itself

Set as default

To set zsh as default shell for your user, edit /etc/passwd (from /bin/bash to /bin/zsh)

What I used

My config is based on Chris Titus's config and pure shell.