Skip to content

masaaldosey/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of my dotfiles.

zsh

I personally do not like to have huge number of zsh plugins. I came across zsh4humans while doom watching on YouTube. I like it that it is minimal and still provides the functionality which I need. The project is available on Github.

You can install zsh and the minimal config to get working by running the following in bash or sh.

if command -v curl >/dev/null 2>&1; then
  sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"
else
  sh -c "$(wget -O- https://raw.githubusercontent.com/romkatv/zsh4humans/v5/install)"
fi