4 lines
109 B
Bash
4 lines
109 B
Bash
|
|
#!/usr/bin/env sh
|
||
|
|
ln -si "$HOME"/dotfiles/.gitconfig ~/.gitconfig
|
||
|
|
printf '. ~/dotfiles/.profile' > ~/.bashrc
|