Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 459 Bytes

File metadata and controls

18 lines (12 loc) · 459 Bytes

Setup script (Hyprland)

Install fish shell

sudo pacman -S fish
chsh -s $(which fish)

Run setup script

curl -fsSL tednaaa.github.io/dotfiles/install | fish
image image