This commit is contained in:
Johannes Olzem 2024-03-02 20:11:01 +01:00
commit 86287cd702
Signed by: jolzem
GPG Key ID: DB5485828E95A447

View File

@ -51,23 +51,6 @@ for option in "$@"; do
command -v yay >/dev/null || (echo "Install yay to install packages" && exit 1) command -v yay >/dev/null || (echo "Install yay to install packages" && exit 1)
cat packages/pkgs | yay -S - cat packages/pkgs | yay -S -
;; ;;
sway)
[ ! -d "$HOME/.config/sway" ] && mkdir -p "$HOME/.config/sway"
link "$PWD/sway/config" "$HOME/.config/sway/config"
link "$PWD/sway/lock.sh" "$HOME/.config/sway/lock.sh"
[ -e "$HOME/.config/zsh/variables" ] && link \
"$HOME/.config/zsh/variables" "$HOME/.config/sway/env"
echo "output * bg /usr/share/backgrounds/Sway_Wallpaper_Blue_1920x1080.png fill" \
>> $HOME/.config/sway/wallpapers
echo "### Output Configuration
# get outputs by running: swaymsg -t get_outputs " \
>> $HOME/.config/sway/monitors
;;
waybar)
[ ! -d "$HOME/.config/waybar" ] && mkdir -p "$HOME/.config/waybar"
link "$PWD/waybar/config" "$HOME/.config/waybar/config"
link "$PWD/waybar/style.css" "$HOME/.config/waybar/style.css"
;;
librewolf) librewolf)
printf 'Paste the path of the Root Directory of your default profile\n' printf 'Paste the path of the Root Directory of your default profile\n'
librewolf about:profiles librewolf about:profiles