From 3a6a65b0c0b1ec1aa828db5ff737fed3eb1f7d81 Mon Sep 17 00:00:00 2001 From: Jan Andrle Date: Mon, 19 Feb 2024 15:17:55 +0100 Subject: [PATCH] :zap: Add git --- .config/gh/config.yml | 1 + .gitconfig | 1 + README.md | 3 ++- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 120000 .config/gh/config.yml create mode 120000 .gitconfig diff --git a/.config/gh/config.yml b/.config/gh/config.yml new file mode 120000 index 0000000..bc6f8af --- /dev/null +++ b/.config/gh/config.yml @@ -0,0 +1 @@ +/home/jaandrle/Vzdálené/GitHub/dotfiles/ubuntu/gh_config.yml \ No newline at end of file diff --git a/.gitconfig b/.gitconfig new file mode 120000 index 0000000..c00eef8 --- /dev/null +++ b/.gitconfig @@ -0,0 +1 @@ +/home/jaandrle/Vzdálené/GitHub/dotfiles/ubuntu/.gitconfig \ No newline at end of file diff --git a/README.md b/README.md index 4fd60bb..6021f79 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ 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 (groups/info) - [Bash](./.bash/README.md) - [Vim](./.vim/README.md) - [Vifm](./.config/vifm/README.md) - [SSH](./.ssh/README.md) - [Newsboat](./.newsboat/README.md) +- Git: [.gitconfig](./.gitconfig), [gh](./.config/gh/config.yml) ## On a new machine 1. install git