17 lines
403 B
Markdown
17 lines
403 B
Markdown
# Gaiety's Dotfiles
|
|
|
|
## git
|
|
|
|
Some basic git configuration steps
|
|
|
|
## Setup
|
|
|
|
Follow SSH steps for Github and Gitlab for adding a [ssh key](https://docs.github.com/en/github/authenticating-to-github/connecting-to-github-with-ssh)
|
|
|
|
Install `delta` https://dandavison.github.io/delta/installation.html
|
|
|
|
Copy the local `.gitconfig` file into your home directory:
|
|
|
|
```bash
|
|
cp ./git/.gitconfig ~/.gitconfig
|
|
```
|