...
This commit is contained in:
6
setup.sh
6
setup.sh
@@ -1,18 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e\
|
||||
set -e
|
||||
|
||||
mkdir -p ~/.config
|
||||
mkdir -p ~/wallpapers
|
||||
|
||||
if ! command -v yay 2>&1 >/dev/null
|
||||
if ! command -v starship 2>&1 >/dev/null
|
||||
then
|
||||
curl -sS https://starship.rs/install.sh | sh
|
||||
fi
|
||||
|
||||
sudo pacman -Syu --noconfirm \
|
||||
code \
|
||||
alacritty \
|
||||
ghostty \
|
||||
thunar \
|
||||
ttf-jetbrains-mono-nerd \
|
||||
ttf-font-awesome \
|
||||
|
||||
Reference in New Issue
Block a user