Files
mybash/setup.sh
2022-09-27 00:24:29 -05:00

7 lines
122 B
Bash
Executable File

#!/bin/bash
gitpath=`pwd`
ln -s $gitpath/.bashrc $HOME/.bashrc
ln -s $gitpath/starship.toml $HOME/.config/starship.toml