Skip to content

xNagatsu/Custom_ZSH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

💡 Script pour personnaliser son Terminal

⚙️ Installation et présentation du script

Avant toute chose, mettez vous dans votre répertoire avant de vous lancer dans l'installation du script.
Faite simplement cd dans votre terminal.
Lancer le script en copiant une des deux commandes si vous avez curl passez par curl sinon passez par wget.

Avec wget

wget -q "https://raw.githubusercontent.com/xNagatsu/Custom_ZSH/main/install_zsh.sh" && chmod +x install_zsh.sh && ./install_zsh.sh  

Avec curl

curl -sLO "https://raw.githubusercontent.com/xNagatsu/Custom_ZSH/main/install_zsh.sh" && chmod +x install_zsh.sh && ./install_zsh.sh  

Pour Arch

curl -sLO  "https://raw.githubusercontent.com/xNagatsu/Custom_ZSH/refs/heads/main/arch_zsh.sh" && chmod +x arch_zsh.sh && ./arch_zsh.sh 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages