Compare commits

...

2 Commits

Author SHA1 Message Date
5756bce179 yadm alternates 2025-04-27 04:45:45 +02:00
de1618a98a yadm bootstrap 2025-04-27 04:19:14 +02:00
5 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
################
### MONITORS ###
################
# See https://wiki.hyprland.org/Configuring/Monitors/
monitor=,preferred,auto,1

View File

@@ -0,0 +1,25 @@
#!/bin/bash
echo "Installing paru dependencies"
sudo pacman -S base-devel git --needed --noconfirm
if ! command -v paru &>/dev/null; then
echo "Installing paru..."
TEMP_DIR=$(mktemp -d)
git clone https://aur.archlinux.org/paru.git $TEMP_DIR/paru
cd $TEMP_DIR/paru
makepkg -si --noconfirm
fi
echo "Installing packages"
sudo -v
paru -S --noconfirm --needed - <$HOME/.config/yadm/data/packages.txt
echo "Changing default shell"
sudo chsh -s /bin/fish $USER
echo "Applying arrpc fix"
sudo cp /usr/lib/systemd/user/arrpc.service /etc/systemd/system/arrpc.service
sudo systemctl enable arrpc --now

View File

@@ -0,0 +1,12 @@
vim
fish
fastfetch
hyfetch
tree
git
nerd-fonts
reflector
pokeget
oh-my-posh
nodejs
arrpc

View File

@@ -0,0 +1,33 @@
vim
fish
fastfetch
hyfetch
tree
git
nerd-fonts
reflector
pokeget
oh-my-posh
nodejs
arrpc
hyprland
hyprshot
hyprlock
hyprpaper
hypridle
brightnessctl
playerctl
pavucontrol
nm-connection-editor
uswm
ly
waybar
ttf-font-awesome
swaync
libnotify
kitty
wofi
nautilus
# sddm
# sddm-theme-corners-git
wlogout