Initial commit

This commit is contained in:
2024-10-14 12:46:41 +02:00
commit a608dc0f69
4 changed files with 247 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# My dotfiles
This directory contains the dotfiles for my system
## Requirements
Ensure you have the following installed on your system
```
pacman -S git stow --needed
```
## Installation
First, check out the dotfiles repo in your $HOME directory using git
```
git clone ...
cd dotfiles
```
then use GNU stow to create symlinks
```
$ stow .
```