mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-04 19:48:22 +00:00
7 lines
122 B
Bash
Executable File
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
|