Files
dotfiles/install.sh
matt 9309faae74 Basic dotfiles
Still need to put these into folders expected by bash_profile and install.sh
2023-10-02 18:56:13 +02:00

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” ~