Files
mybash/setup.sh
2022-09-27 16:15:57 -05:00

7 lines
166 B
Bash
Executable File

#!/bin/bash
gitpath=`pwd`
curl -sS https://starship.rs/install.sh | sh
ln -s $gitpath/.bashrc $HOME/.bashrc
ln -s $gitpath/starship.toml $HOME/.config/starship.toml