Update hyprland-full-install-script.sh
parent
9a6472470b
commit
901c9940ca
|
|
@ -4,6 +4,7 @@ base \
|
||||||
base-devel \
|
base-devel \
|
||||||
btop \
|
btop \
|
||||||
btrfs-progs \
|
btrfs-progs \
|
||||||
|
curl \
|
||||||
dolphin \
|
dolphin \
|
||||||
dunst \
|
dunst \
|
||||||
fastfetch \
|
fastfetch \
|
||||||
|
|
@ -66,6 +67,12 @@ zip \
|
||||||
zram-generator \
|
zram-generator \
|
||||||
zsh
|
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 ~
|
cd ~
|
||||||
mkdir install-tmp
|
mkdir install-tmp
|
||||||
cd install-tmp
|
cd install-tmp
|
||||||
|
|
@ -78,4 +85,6 @@ cd ~/install-tmp
|
||||||
chsh -s /usr/bin/zsh
|
chsh -s /usr/bin/zsh
|
||||||
homectl update --shell=/usr/bin/zsh
|
homectl update --shell=/usr/bin/zsh
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
cd ~
|
cd ~
|
||||||
Loading…
Reference in New Issue