First commit adding files

This commit is contained in:
ash
2026-04-08 20:04:07 +01:00
parent f8cc14373b
commit 7d5cf9eb77
18 changed files with 1030 additions and 2 deletions
+12 -2
View File
@@ -1,3 +1,13 @@
# Starship
# bash
Starship and bash setup scripts
# Linux Install
One Line Install
## Fedora
```
git clone https://git.marlow.quest/ash/Starship.git ~/.bash && cd ~/.bash && chmod +x install-fedora.sh && ./install-fedora.sh
```
## Debian
```
git clone https://git.marlow.quest/ash/Starship.git ~/.bash && cd ~/.bash && chmod +x install-debian.sh && ./install-debian.sh
```