2024-10-20 09:30:17 -04:00
|
|
|
# My Loving Dotfiles
|
|
|
|
|
|
|
|
This repository contains the dotfiles for my system
|
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
Ensure you have the following installed on your system
|
|
|
|
|
|
|
|
### Git
|
|
|
|
|
|
|
|
```
|
|
|
|
pacman -S git
|
|
|
|
```
|
|
|
|
|
|
|
|
### Stow
|
|
|
|
|
|
|
|
```
|
|
|
|
pacman -S stow
|
|
|
|
```
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
First, check out the dotfiles repo in the $HOME directory
|
|
|
|
|
|
|
|
```
|
|
|
|
$ git clone <dotfile-repo-url.git>
|
|
|
|
$ cd dotfiles
|
|
|
|
```
|
|
|
|
|
|
|
|
then use GNU stow to create the symlinks
|
|
|
|
|
|
|
|
```
|
2024-10-26 07:53:42 -04:00
|
|
|
$ stow .
|
2024-10-20 09:30:17 -04:00
|
|
|
```
|