...
This commit is contained in:
13
setup.sh
13
setup.sh
@@ -2,13 +2,8 @@
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p ~/.config
|
||||
mkdir -p ~/wallpapers
|
||||
|
||||
if ! command -v starship 2>&1 >/dev/null
|
||||
then
|
||||
curl -sS https://starship.rs/install.sh | sh
|
||||
fi
|
||||
mkdir -p "$HOME/.config"
|
||||
mkdir -p "$HOME/wallpapers"
|
||||
|
||||
sudo pacman -Syu --noconfirm \
|
||||
code \
|
||||
@@ -30,7 +25,8 @@ sudo pacman -Syu --noconfirm \
|
||||
mako \
|
||||
slurp \
|
||||
grim \
|
||||
wl-clipboard
|
||||
wl-clipboard \
|
||||
rofi
|
||||
|
||||
if ! command -v yay 2>&1 >/dev/null
|
||||
then
|
||||
@@ -58,7 +54,6 @@ yay -Syu --noconfirm \
|
||||
hyprgraphics-git \
|
||||
hyprland-qtutils-git \
|
||||
hyprland-git \
|
||||
rofi-lbonn-wayland-git \
|
||||
librewolf-bin
|
||||
|
||||
hyprpm add https://github.com/Duckonaut/split-monitor-workspaces
|
||||
|
||||
Reference in New Issue
Block a user