mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-11 15:08:28 +00:00
7 lines
166 B
Bash
Executable File
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
|