mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-09 18:29:41 +00:00
Install zoxide from install_root.sh
This commit is contained in:
parent
292778fa9c
commit
0f78f4e61e
|
@ -44,7 +44,7 @@ cp root/.rsync-filter /
|
|||
sudo pacman -Sy
|
||||
|
||||
# Install zsh and make it the default shell for root
|
||||
sudo pacman -S --noconfirm --needed zsh
|
||||
sudo pacman -S --noconfirm --needed zsh zoxide
|
||||
chsh -s /usr/bin/zsh root
|
||||
|
||||
# Copy ZSH shell configuration
|
||||
|
|
Loading…
Reference in a new issue