7 lines
196 B
Bash
Executable file
7 lines
196 B
Bash
Executable file
#!/usr/bin/env sh
|
|
ln -si "$HOME"/dotfiles/.gitconfig ~/.gitconfig
|
|
printf '. ~/dotfiles/.profile' > ~/.bashrc
|
|
|
|
mkdir -p ~/.config
|
|
ln -si "$HOME"/dotfiles/.config/hypr ~/.config/hypr
|
|
hyprctl reload
|