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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-11T14:34:29.000Z (about 1 year ago)
- Last Synced: 2024-08-13T07:15:48.032Z (8 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 62
- Watchers: 3
- Forks: 11
- 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 [email protected]/dreamsofautonomy/dotfiles.git
$ cd dotfiles
```then use GNU stow to create symlinks
```
$ stow .
```