Skip to content

DACC4/.zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

.zsh

Personal zsh config and customizations (for Arch Linux)

Packages to install

Here's a list of packages to install :

Arch setup

All of this can be easily installed on arch using AUR :

yay -S zsh zsh-antidote eza bat zoxide

Setup

.zshrc

Download the .zshrc and move it to your home folder.

zsh_plugins.txt

Now that everything is installed, download the .zsh_plugins.txt file and place it in your home folder

Plugins should load automatically when launching a new terminal, ensure that you have added the required lines at the end of your .zshrc file to load antitode

Changing default user shell to zsh

This can be easily done with this simple command :

chsh -s /bin/zsh

About

Personal zsh config and customizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages