https://github.com/dreamsofautonomy/dotfiles
My dotfiles
https://github.com/dreamsofautonomy/dotfiles
Last synced: 4 months ago
JSON representation
My dotfiles
- Host: GitHub
- URL: https://github.com/dreamsofautonomy/dotfiles
- Owner: dreamsofautonomy
- Created: 2024-01-29T22:23:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:34:29.000Z (over 1 year ago)
- Last Synced: 2024-12-04T10:39:40.586Z (12 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 72
- Watchers: 3
- Forks: 12
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - dreamsofautonomy/dotfiles - My dotfiles (Shell)
README
# My dotfiles
This directory 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 your $HOME directory using git
```
$ git clone git@github.com/dreamsofautonomy/dotfiles.git
$ cd dotfiles
```
then use GNU stow to create symlinks
```
$ stow .
```