dotfiles/install.sh

8 lines
196 B
Bash
Raw Normal View History

#!/usr/bin/env sh
ln -si "$HOME"/dotfiles/.gitconfig ~/.gitconfig
printf '. ~/dotfiles/.profile' > ~/.bashrc
2026-03-08 15:37:20 -07:00
mkdir -p ~/.config
ln -si "$HOME"/dotfiles/.config/hypr ~/.config/hypr
hyprctl reload