dotfiles/install.sh
2024-11-25 17:32:39 +01:00

9 lines
457 B
Bash

#!/bin/bash
yay -S hyprland kitty wofi waybar hyprlock sddm hyprcursor wlogout network-manager-applet brightnessctl dunst
cp -r ./.config ~/
cp -r ./.local ~/
git clone https://github.com/chrissicool/zsh-256color ~/.oh-my-zsh/plugins/zsh-256color
git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting ~/.oh-my-zsh/plugins/zsh-syntax-highlighting