mirror of
https://github.com/ChrisTitusTech/mybash.git
synced 2026-04-11 23:18:18 +00:00
8 lines
192 B
Bash
Executable File
8 lines
192 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
|
|
sudo apt install autojump
|