mirror of
https://github.com/BreizhHardware/post_install.git
synced 2026-03-18 21:30:39 +01:00
Update the zsh custom script
This commit is contained in:
2
.zshrc
2
.zshrc
@@ -101,4 +101,6 @@ source $ZSH/oh-my-zsh.sh
|
||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||
alias vi="vim"
|
||||
alias ll="ls -la"
|
||||
source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
eval "$(starship init zsh)"
|
||||
|
||||
@@ -44,4 +44,4 @@ dnf install zsh
|
||||
curl -sS https://starship.rs/install.sh | sh
|
||||
|
||||
|
||||
echo 'Préparation terminée, executez sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" puis il est recommandé de redémarrer ! Pour appliquer les icons ouvrez ajustement et appliquez kora. Pour la customisation de zsh, executez sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"'
|
||||
echo 'Préparation terminée, executez il est recommandé de redémarrer ! Pour appliquer les icons ouvrez ajustement et appliquez kora. Pour la customisation de zsh, executez sh -c "$(curl -fsSL https://raw.githubusercontent.com/BreizhHardware/post_install/main/zsh_custom.sh)"'
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
rm -rf ~/.zshrc
|
||||
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
wget
|
||||
cp .zshrc ~/.zshrc
|
||||
wget https://raw.githubusercontent.com/BreizhHardware/post_install/main/.zshrc
|
||||
cp .zshrc ~/.zshrc
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.zsh/zsh-autosuggestions
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting
|
||||
Reference in New Issue
Block a user