From be211f714670ebce6150586a1de04ac9a723da01 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Mon, 19 Feb 2024 14:53:29 +0100 Subject: [PATCH] :zap: Updating bash-related files --- .XCompose | 1 + .bash/README.md | 8 ++++++++ README.md | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 120000 .XCompose create mode 100644 .bash/README.md diff --git a/.XCompose b/.XCompose new file mode 120000 index 0000000..631f961 --- /dev/null +++ b/.XCompose @@ -0,0 +1 @@ +/home/jaandrle/Vzdálené/GitHub/dotfiles/ubuntu/.XCompose \ No newline at end of file diff --git a/.bash/README.md b/.bash/README.md new file mode 100644 index 0000000..8004bc5 --- /dev/null +++ b/.bash/README.md @@ -0,0 +1,8 @@ +# Bash + +## Related files +- [../.bashrc](../.bashrc) +- [../.profile](../.profile) +- [../.inputrc](../.inputrc) +- [../.XConfig](../.XConfig) +- [./\*](./) diff --git a/README.md b/README.md index d5355de..64eaa27 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,9 @@ This repository contains my dotfiles. They are managed by using `git clone --bare`, see for example [How to Store Dotfiles - A Bare Git Repository \| Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/dotfiles). -## Files info +## Files (info) - [Vim](./.vim/README.md) +- [Bash](./.bash/README.md) ## On a new machine 1. install git