dotfiles/setupLaptop.sh
2025-03-18 17:44:24 +01:00

17 lines
423 B
Bash
Executable File

#! /bin/bash
# Copy VSCodium settings
cp -r ./general/configs/VSCodium/* ~/.config/VSCodium/
# copy other config files
cp -r ./laptop/configs/hypr ~/.config/
cp -r ./laptop/configs/waybar ~/.config/
cp -r ./general/configs/* ~/.config/
cp ./laptop/configs/rofi/config.rasi ~/.config/rofi/
# Copy hyprland general config
cp -r ./general/hyprland ~/.config/hypr/
echo '=> Installed all laptop config files successfully'