Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nirokay/dotfiles
My dotfiles with automated deployment.
https://github.com/nirokay/dotfiles
automation dotfiles nim nim-lang nim-language scripts
Last synced: 22 days ago
JSON representation
My dotfiles with automated deployment.
- Host: GitHub
- URL: https://github.com/nirokay/dotfiles
- Owner: nirokay
- License: gpl-3.0
- Created: 2024-08-27T06:44:51.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-12-08T14:19:24.000Z (25 days ago)
- Last Synced: 2024-12-08T15:21:17.293Z (25 days ago)
- Topics: automation, dotfiles, nim, nim-lang, nim-language, scripts
- Language: Shell
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles
This repository consists of my dotfiles and other config files alongside a program that automatically
links them to their locations.## Subdirectories
* `./home` -> `$1` of the script `link.sh` (required argument, use your `$HOME` before running with sudo)
* `./root` -> `$2` of the script `link.sh` (optional argument, default: `/`)## Dependencies
* Nim
* gcc (or another C compiler)
* Bash