Add bash.d. #7

Merged
shaunrd0 merged 20 commits from bash-d into main 2026-02-21 15:14:40 +00:00
Showing only changes of commit 7075151bf0 - Show all commits

View File

@@ -14,7 +14,7 @@ screenshot below
### Install
Installation instructions -
Installation instructions
```bash
git clone --recursive https://github.com/shaunrd0/dot
@@ -24,6 +24,19 @@ mv ~/.bashrc ~/.bashrc.backup
stow . -t ~
```
To uninstall
```bash
stow -D . -t ~
mv ~/.bashrc.backup ~/.bashrc
```
If you have files other than `~/.bashrc` that conflict with these
configurations,
be sure to back them up so you can restore to your original state. If you do not
provide the `-t` flag to stow, the files will be symlinked within the parent
of your current directory.
### Docker
You can run these dotfiles in a docker container -