Skip to content

tib/zsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Personal ZSH configuration

Add these lines to the .zshrc file:

unset MAILCHECK
EDITOR=vi
ZSH_THEME="simple"
plugins=(git git-aliases my-aliases zsh-autosuggestions swiftpm)

Fix permissions:

chmod -R 755 ./.oh-my-zsh/custom

Add this to crontab -e to auto update brew:

MAILTO=""
   
0 8 * * * /opt/homebrew/bin/brew update && /opt/homebrew/bin/brew upgrade && /opt/homebrew/bin/brew cleanup && /opt/homebrew/bin/brew doctor

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published