mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +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
|
sudo pacman -Sy
|
||||||
|
|
||||||
# Install zsh and make it the default shell for root
|
# 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
|
chsh -s /usr/bin/zsh root
|
||||||
|
|
||||||
# Copy ZSH shell configuration
|
# Copy ZSH shell configuration
|
||||||
|
|
Loading…
Reference in a new issue