Update hyprland-full-install-script.sh
parent
9a6472470b
commit
901c9940ca
|
|
@ -4,6 +4,7 @@ base \
|
|||
base-devel \
|
||||
btop \
|
||||
btrfs-progs \
|
||||
curl \
|
||||
dolphin \
|
||||
dunst \
|
||||
fastfetch \
|
||||
|
|
@ -66,6 +67,12 @@ zip \
|
|||
zram-generator \
|
||||
zsh
|
||||
|
||||
curl -sS https://starship.rs/install.sh | sh
|
||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
|
||||
|
||||
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
|
||||
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
|
||||
|
||||
cd ~
|
||||
mkdir install-tmp
|
||||
cd install-tmp
|
||||
|
|
@ -78,4 +85,6 @@ cd ~/install-tmp
|
|||
chsh -s /usr/bin/zsh
|
||||
homectl update --shell=/usr/bin/zsh
|
||||
|
||||
|
||||
|
||||
cd ~
|
||||
Loading…
Reference in New Issue