Skip to content

Aiola13/zsh-profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Update : 2023-05-16

Burger King Badge Lada Badge

⚡️ Informations

Operating System : MacOS Ventura

Terminal Client : Tabby

Text Editor : VSCode

Icons : MesloLGS NF

📦️ Packages

🐚 Shell

  • zsh : More intuitive than bash

🥡 Commands

  • bat : Better cat
  • btop : Better htop
  • cheat : Better man, all your cheatsheet in your terminal
  • duf : Better df -hwith graphics (Thx @Lucroz94)
  • exa : Improving the ls command
  • ncdu : Display your storage simply and graphically

🌮 Theme + Frameworks

⚒️ Tools

⚙️ Install for MacOS

Powerlevel10k

brew install romkatv/powerlevel10k/powerlevel10k
echo "source $(brew --prefix)/opt/powerlevel10k/powerlevel10k.zsh-theme" >> ~/.zshrc

zsh-autosuggestions

git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
echo "source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh" >> ~/.zshrc

zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
echo "source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ~/.zshrc

exa

brew install exa

bat

brew install bat

btop

brew install btop

ncdu

brew install ncdu

duf

brew install duf

fd

brew install fd

cheat

brew install cheat

🎁 Bonus : un script d’installation

zsh -c "$(curl -s https://raw.githubusercontent.com/Aiola13/zsh-profile/main/macos_install_utils.zsh)"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages