Compare commits

...

2 Commits

3 changed files with 9 additions and 5 deletions

View File

@ -1,11 +1,11 @@
#!/usr/bin/env bash
REPOSITORY_PATH="/tmp/provisioning"
pacman -S --needed git base-devel
sudo pacman -S --needed git base-devel
mkdir -p "$REPOSITORY_PATH"
rm -rf "$REPOSITORY_PATH/yay"
git clone https://aur.archlinux.org/yay.git
cd yay
git clone https://aur.archlinux.org/yay.git "$REPOSITORY_PATH/yay"
cd "$REPOSITORY_PATH/yay"
makepkg -si
yay -S yay
rm -rf "$REPOSITORY_PATH/yay"

View File

@ -26,7 +26,7 @@ yay -Sy \
accountsservice `# Mainly for User Avatars with Display Manager` \
gdm `# Display Manager of choice` \
deluge deluge-gtk cairo python-cairo `# GUI Torrent Client` \
elixir nodejs erlang \
elixir nodejs erlang rustup \
php `# PHP Language` \
nginx `# Web Server` \
postgresql pgcli `# RDBMS` \
@ -91,4 +91,5 @@ yay -Sy \
fortune-mod fortune-mod-archlinux `# Fortune` \
diff-so-fancy `# Fancy Diffs` \
oath-toolkit `# One-Time Passwords` \
sysstat `# System Statistics`
sysstat `# System Statistics` \
ripcord `# Discord and Slack Client`

View File

@ -5,3 +5,6 @@ bindswitch lid:toggle exec swaylock
input type:keyboard {
xkb_options ctrl:nocaps
}
input type:touchscreen {
events disabled
}