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-05-29 12:07:56 -05:00
.zsh alias addition for nvim 2020-05-29 12:07:56 -05:00
.gitmodules alias addition for nvim 2020-05-29 12:07:56 -05:00
.zshrc changing for git clone 2020-05-29 11:55:54 -05:00
README.md Update README.md 2020-02-14 12:00:43 -06:00

zsh

My ZSH Config

Setup

wget https://github.com/ChrisTitusTech/zsh/raw/master/.zshrc -O ~/.zshrc
mkdir -p "$HOME/.zsh"
wget https://github.com/ChrisTitusTech/zsh/raw/master/.zsh/aliasrc -O ~/.zsh/aliasrc
git clone https://github.com/sindresorhus/pure.git "$HOME/.zsh/pure"

Get Dependancies

  • zsh-syntax-highlighting - syntax highlighting for ZSH in standard repos
  • autojump - jump to directories with j or jc for child or jo to open in file manager
  • zsh-autosuggestions - Suggestions based on your history

Finish the conversion by changing your user in /etc/passwd to /bin/zsh instead of /bin/bash