6 lines
181 B
Bash
Executable file
6 lines
181 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
|