This commit is contained in:
Jake Pullen
2025-05-08 18:07:31 +01:00
parent c4a219212c
commit db25d041e3
5 changed files with 98 additions and 37 deletions
+23
View File
@@ -0,0 +1,23 @@
#!/bin/bash
# echo 'test'
$ ssh-keygen -C "$(whoami)@$(uname -n)-$(date -I) git key"
cat /home/$(whoami)/.ssh/id_rsa.pub
curl -fsSL https://christitus.com/linux | sh
package_list=(
"alacritty"
"diff-so-fancy"
"discord"
"fastfetch"
"firefox"
"git"
"spotify (Launcher)"
)
for package in "${package_list[@]}"
do
echo $package
done
# sudo pacman -S --noconfirm