6 lines
265 B
Bash
6 lines
265 B
Bash
#!/usr/bin/env bash
|
|
# Originally setup based on the post https://medium.com/@webprolific/getting-started-with-dotfiles-43c3602fd789
|
|
|
|
ln -sv “~/.dotfiles/runcom/.bash_profile” ~
|
|
ln -sv “~/.dotfiles/runcom/.inputrc” ~
|
|
ln -sv “~/.dotfiles/git/.gitconfig” ~ |