mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 17:25:34 +00:00
22 lines
395 B
Markdown
22 lines
395 B
Markdown
# Dotfiles
|
|
|
|
A collection of config files and scripts for Fedora GNU/Linux.
|
|
|
|
## Install
|
|
|
|
Run the following command to install
|
|
|
|
```sh
|
|
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
|
|
```
|
|
|
|
## Scripts
|
|
|
|
### frc-photo-checklist.py
|
|
|
|
Python script to generate a Todoist checklist for taking photos at an FRC event.
|
|
|
|
```sh
|
|
python frc-photo-checklist.py [Event Key]
|
|
```
|