Compare commits

..

20 Commits

Author SHA1 Message Date
AquaMorph 0ab0cc9827 feat(scripts): python requirements 2025-11-10 07:05:25 -05:00
AquaMorph 96f2fde330 feat(settings): add config 2025-11-09 17:45:28 -05:00
AquaMorph f5fb2a8c51 feat(i3): add config 2025-11-09 16:50:54 -05:00
AquaMorph 2f9ecf7571 feat(orcaslicer): add config 2025-11-09 16:30:00 -05:00
AquaMorph 32ff6cb136 feat(systemd): add config 2025-11-09 09:45:36 -05:00
AquaMorph 5ba6a04786 feat(wireplumber): add config 2025-11-09 09:21:00 -05:00
AquaMorph a5bc31398f fix(zsh): disable rich format for AquaAI 2025-11-08 20:32:26 -05:00
AquaMorph d9be0f4e18 feat(scripts): add config 2025-11-08 19:34:01 -05:00
AquaMorph a7319f7d7f feat(hyprland): add config 2025-11-08 12:07:21 -05:00
AquaMorph c5a369985b feat(rofi): add config 2025-11-08 11:11:04 -05:00
AquaMorph 64111551bd feat(waybar): add config 2025-11-08 10:36:29 -05:00
AquaMorph 2d44c01586 feat(zsh): add config 2025-11-08 10:30:52 -05:00
AquaMorph a4a0596b5e feat(mako): add config 2025-11-08 10:27:00 -05:00
AquaMorph 80a25470b3 feat(polybar): add config 2025-11-08 09:20:00 -05:00
AquaMorph 11b9d48c24 feat(gtk): add config 2025-11-08 09:13:31 -05:00
AquaMorph c66b1209a8 feat(g13): add config 2025-11-08 08:00:50 -05:00
AquaMorph 2b00d85cfb feat(alacritty): add config 2025-11-08 07:51:09 -05:00
AquaMorph 126504d5f9 refactor: use home dir 2025-11-07 19:06:29 -05:00
AquaMorph d9c5dcbea4 feat(git): add config 2025-11-07 18:51:03 -05:00
AquaMorph 932a969e97 doc: add readme 2025-11-07 18:46:25 -05:00
143 changed files with 542 additions and 6173 deletions
+1
View File
@@ -0,0 +1 @@
home
-142
View File
@@ -1,142 +0,0 @@
i3/.config/i3/config
settings.conf
systemd/user/*/*
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
cover/
# Translations
*.mo
*.pot
# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal
# Flask stuff:
instance/
.webassets-cache
# Scrapy stuff:
.scrapy
# Sphinx documentation
docs/_build/
# PyBuilder
.pybuilder/
target/
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
# For a library or package, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
# .python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Cython debug symbols
cython_debug/
-20
View File
@@ -1,21 +1 @@
# 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]
```
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+25
View File
@@ -0,0 +1,25 @@
# Scripts
## AquaAI
AquaAI is bash script that interacts with OpenAI and Ollama APIs to enable terminal based interaction with LLMs.
## connect-nas.sh
Connect to long storage NAS.
## convert-mp4-to-resolve.sh
Converts mp4 video files to a video format where the audio works with the linux version of Davinci Resolve.
## 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]
```
## get-mouse-battery.sh
Prints out the battery percentage of a mouse and if it is charging.
View File
View File
View File
View File
View File
View File
View File

Some files were not shown because too many files have changed in this diff Show More