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