Skip to content

BoreaWolf/my_zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my_zsh

ZSH config

Initialization

Follow these steps to install and configure zsh as default shell
First of all clone the project to your computer
git clone https://github.com/BoreaWolf/my_zsh.git .zsh

Then update every submodule in the zsh directory
git submodule update --init

Create a link to the config of zsh, in the user directory
ln -s .zsh/zshrc .zshrc

Install zsh (depending on the distro you are using there will be a different packet manager)
sudo yum install zsh (Fedora based)

Change the default shell with zsh
chsh -s $(which zsh)

If using gnome-terminal, you need to change its default shell from its config.

About

ZSH config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages