Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yovanoc/dotfiles
https://github.com/yovanoc/dotfiles
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yovanoc/dotfiles
- Owner: yovanoc
- Created: 2024-02-02T06:59:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:54:47.000Z (3 months ago)
- Last Synced: 2024-10-22T15:48:40.636Z (3 months ago)
- Language: Lua
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This directory contains the dotfiles for my system
## Requirements
Ensure you have the following installed on your system
### Git
```bash
pacman -S git
```### Stow
```bash
pacman -S stow
```## Installation
First, check out the dotfiles repo in your $HOME directory using git
```bash
git clone [email protected]/yovanoc/dotfiles.git
cd dotfiles
```then use GNU stow to create symlinks
```bash
stow .
```