chore: backup

This commit is contained in:
Stefan Imhoff
2023-06-23 14:13:54 +02:00
parent f1da5aa71d
commit f48888fc4f
4 changed files with 49 additions and 38 deletions

View File

@@ -89,6 +89,8 @@ brew "gcc"
brew "btop" brew "btop"
# Freely available high-quality data compressor # Freely available high-quality data compressor
brew "bzip2" brew "bzip2"
# High performance message passing library
brew "open-mpi"
# Console-based Audio Visualizer for ALSA # Console-based Audio Visualizer for ALSA
brew "cava" brew "cava"
# Versatile and fast Unicode/ASCII/ANSI graphics renderer # Versatile and fast Unicode/ASCII/ANSI graphics renderer
@@ -189,8 +191,12 @@ brew "git-fixup"
brew "git-lfs" brew "git-lfs"
# Simple and efficient way to access statistics in git # Simple and efficient way to access statistics in git
brew "git-quick-stats" brew "git-quick-stats"
# OpenGL Extension Wrangler Library
brew "glew"
# Network related modules for glib # Network related modules for glib
brew "glib-networking" brew "glib-networking"
# C++ mathematics library for graphics software
brew "glm"
# Render markdown on the CLI # Render markdown on the CLI
brew "glow" brew "glow"
# GNU implementation of the famous stream editor # GNU implementation of the famous stream editor
@@ -317,13 +323,15 @@ brew "openblas"
brew "ossp-uuid" brew "ossp-uuid"
# Swiss-army knife of markup format conversion # Swiss-army knife of markup format conversion
brew "pandoc" brew "pandoc"
# QR Code generation
brew "qrencode"
# Display directories as trees (with optional color/HTML output) # Display directories as trees (with optional color/HTML output)
brew "tree" brew "tree"
# Password manager # Password manager
brew "pass" brew "pass"
# Simplistic interactive filtering tool # Simplistic interactive filtering tool
brew "peco" brew "peco"
# 📦🚀 Fast, disk space efficient package manager # Fast, disk space efficient package manager
brew "pnpm" brew "pnpm"
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML # Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
brew "prettier" brew "prettier"
@@ -407,6 +415,8 @@ brew "vale"
brew "vips" brew "vips"
# Watch files and take action when they change # Watch files and take action when they change
brew "watchman" brew "watchman"
# Command-line tool to track (your) time
brew "watson"
# Internet file retriever # Internet file retriever
brew "wget" brew "wget"
# Homebrew, but with Docker images # Homebrew, but with Docker images
@@ -461,8 +471,6 @@ cask "ankerwork"
cask "appcleaner" cask "appcleaner"
# Multi-track audio editor and recorder # Multi-track audio editor and recorder
cask "audacity" cask "audacity"
# Tool to flash OS images to SD cards & USB drives
cask "balenaetcher"
# Menu bar icon organizer # Menu bar icon organizer
cask "bartender" cask "bartender"
# All-In-One Toolkit for Working Remotely # All-In-One Toolkit for Working Remotely
@@ -473,6 +481,8 @@ cask "basictex"
cask "bibdesk" cask "bibdesk"
# Desktop password and login vault # Desktop password and login vault
cask "bitwarden" cask "bitwarden"
# 3D creation suite
cask "blender"
# Web browser focusing on privacy # Web browser focusing on privacy
cask "brave-browser" cask "brave-browser"
# Automation tool # Automation tool

View File

@@ -34,7 +34,7 @@
"indent-blankline.nvim": { "branch": "master", "commit": "7075d7861f7a6bbf0de0298c83f8a13195e6ec01" }, "indent-blankline.nvim": { "branch": "master", "commit": "7075d7861f7a6bbf0de0298c83f8a13195e6ec01" },
"lazy.nvim": { "branch": "main", "commit": "b7043f2983d7aead78ca902f3f2053907081859a" }, "lazy.nvim": { "branch": "main", "commit": "b7043f2983d7aead78ca902f3f2053907081859a" },
"leap.nvim": { "branch": "main", "commit": "0e5a8b684b577a1d1af53499007e9b84f6323e45" }, "leap.nvim": { "branch": "main", "commit": "0e5a8b684b577a1d1af53499007e9b84f6323e45" },
"legendary.nvim": { "branch": "master", "commit": "cfe109c997e3b955477c41e14c7654d77d26dd2c" }, "legendary.nvim": { "branch": "master", "commit": "d6166169f3cc2214398a6f516f2f2a0ccc2472c4" },
"lf.nvim": { "branch": "master", "commit": "c30426d2fb70ac3ada0dbc07f204dffb3293e86b" }, "lf.nvim": { "branch": "master", "commit": "c30426d2fb70ac3ada0dbc07f204dffb3293e86b" },
"litee.nvim": { "branch": "main", "commit": "bf366a1414fd0f9401631ac8884f2f9fa4bf18d2" }, "litee.nvim": { "branch": "main", "commit": "bf366a1414fd0f9401631ac8884f2f9fa4bf18d2" },
"lsp-progress.nvim": { "branch": "main", "commit": "28ae633079d8a42f4da3038197dcd6a50af0ef75" }, "lsp-progress.nvim": { "branch": "main", "commit": "28ae633079d8a42f4da3038197dcd6a50af0ef75" },

View File

@@ -6,7 +6,7 @@ aiosignal==1.3.1
altair==5.0.1 altair==5.0.1
anyio==3.7.0 anyio==3.7.0
appdirs==1.4.4 appdirs==1.4.4
argilla==1.9.0 argilla==1.11.0
arrow==1.2.3 arrow==1.2.3
astunparse==1.6.3 astunparse==1.6.3
async-timeout==4.0.2 async-timeout==4.0.2
@@ -15,11 +15,11 @@ audioread==3.0.0
autopep8==2.0.2 autopep8==2.0.2
backoff==2.2.1 backoff==2.2.1
beautifulsoup4==4.12.2 beautifulsoup4==4.12.2
bitsandbytes==0.39.0 bitsandbytes==0.39.1
black==23.3.0 black==23.3.0
blinker==1.6.2 blinker==1.6.2
boto3==1.26.154 boto3==1.26.159
botocore==1.29.154 botocore==1.29.159
cachetools==5.3.1 cachetools==5.3.1
Cerberus==1.3.4 Cerberus==1.3.4
certifi==2023.5.7 certifi==2023.5.7
@@ -28,7 +28,7 @@ chardet==5.1.0
charset-normalizer==3.1.0 charset-normalizer==3.1.0
chromadb==0.3.26 chromadb==0.3.26
click==8.1.3 click==8.1.3
clickhouse-connect==0.6.2 clickhouse-connect==0.6.4
codecov==2.1.13 codecov==2.1.13
codespell==2.2.5 codespell==2.2.5
colorclass==2.2.2 colorclass==2.2.2
@@ -58,7 +58,8 @@ entrypoint2==1.1
et-xmlfile==1.1.0 et-xmlfile==1.1.0
exceptiongroup==1.1.1 exceptiongroup==1.1.1
extract-msg==0.41.5 extract-msg==0.41.5
fastapi==0.97.0 fake-bpy-module-latest==20230623
fastapi==0.98.0
ffmpy==0.3.0 ffmpy==0.3.0
filelock==3.12.2 filelock==3.12.2
filetype==1.2.0 filetype==1.2.0
@@ -82,24 +83,24 @@ google-pasta==0.2.0
gradio==3.35.2 gradio==3.35.2
gradio_client==0.2.7 gradio_client==0.2.7
greenlet==2.0.2 greenlet==2.0.2
grpcio==1.54.2 grpcio==1.56.0
h11==0.14.0 h11==0.14.0
h5py==3.8.0 h5py==3.9.0
hnswlib==0.7.0 hnswlib==0.7.0
httpcore==0.16.3 httpcore==0.17.2
httptools==0.5.0 httptools==0.5.0
httpx==0.23.3 httpx==0.24.1
huggingface-hub==0.15.1 huggingface-hub==0.15.1
humanfriendly==10.0 humanfriendly==10.0
idna==3.4 idna==3.4
imageio==2.31.1 imageio==2.31.1
IMAPClient==2.3.1 IMAPClient==2.3.1
importlib-metadata==6.6.0 importlib-metadata==6.7.0
inflect==6.0.4 inflect==6.0.4
iniconfig==2.0.0 iniconfig==2.0.0
isort==5.12.0 isort==5.12.0
itsdangerous==2.1.2 itsdangerous==2.1.2
jax==0.4.12 jax==0.4.13
Jinja2==3.1.2 Jinja2==3.1.2
jmespath==1.0.1 jmespath==1.0.1
joblib==1.2.0 joblib==1.2.0
@@ -107,16 +108,16 @@ jsonschema==4.17.3
keras==2.12.0 keras==2.12.0
kiwisolver==1.4.4 kiwisolver==1.4.4
kornia==0.6.12 kornia==0.6.12
langchain==0.0.201 langchain==0.0.209
langchainplus-sdk==0.0.10 langchainplus-sdk==0.0.17
lark-parser==0.12.0 lark-parser==0.12.0
lazy_loader==0.2 lazy_loader==0.2
libclang==16.0.0 libclang==16.0.0
librosa==0.10.0.post2 librosa==0.10.0.post2
linkify-it-py==2.0.2 linkify-it-py==2.0.2
lion-pytorch==0.1.2 lion-pytorch==0.1.2
llama-cpp-python==0.1.63 llama-cpp-python==0.1.65
llvmlite==0.40.0 llvmlite==0.40.1
lxml==4.9.2 lxml==4.9.2
lz4==4.3.2 lz4==4.3.2
Markdown==3.4.3 Markdown==3.4.3
@@ -126,7 +127,7 @@ marshmallow==3.19.0
marshmallow-enum==1.5.1 marshmallow-enum==1.5.1
matplotlib==3.7.1 matplotlib==3.7.1
mccabe==0.7.0 mccabe==0.7.0
mdit-py-plugins==0.3.3 mdit-py-plugins==0.4.0
mdurl==0.1.2 mdurl==0.1.2
ml-dtypes==0.2.0 ml-dtypes==0.2.0
monotonic==1.6 monotonic==1.6
@@ -141,16 +142,16 @@ mypy-extensions==1.0.0
neovim-remote==2.5.1 neovim-remote==2.5.1
networkx==3.1 networkx==3.1
nltk==3.8.1 nltk==3.8.1
numba==0.57.0 numba==0.57.1
numexpr==2.8.4 numexpr==2.8.4
numpy==1.23.5 numpy==1.25.0
oauthlib==3.2.2 oauthlib==3.2.2
olefile==0.46 olefile==0.46
oletools==0.60.1 oletools==0.60.1
onnx==1.14.0 onnx==1.14.0
onnxconverter-common==1.13.0 onnxconverter-common==1.13.0
onnxmltools==1.11.2 onnxmltools==1.11.2
onnxruntime==1.15.0 onnxruntime==1.15.1
openapi-schema-pydantic==1.2.4 openapi-schema-pydantic==1.2.4
opencv-python-headless==4.7.0.72 opencv-python-headless==4.7.0.72
openpyxl==3.1.2 openpyxl==3.1.2
@@ -158,7 +159,7 @@ opt-einsum==3.3.0
orjson==3.9.1 orjson==3.9.1
overrides==7.3.1 overrides==7.3.1
packaging==23.1 packaging==23.1
pandas==1.5.3 pandas==2.0.2
pandoc==2.3 pandoc==2.3
parameterized==0.9.0 parameterized==0.9.0
pathspec==0.11.1 pathspec==0.11.1
@@ -166,9 +167,9 @@ pcodedmp==1.2.6
pdf2image==1.16.3 pdf2image==1.16.3
pdfminer.six==20221105 pdfminer.six==20221105
Pillow==9.5.0 Pillow==9.5.0
pipenv==2023.6.12 pipenv==2023.6.18
platformdirs==3.5.3 platformdirs==3.8.0
pluggy==1.0.0 pluggy==1.2.0
plumbum==1.8.2 plumbum==1.8.2
ply==3.11 ply==3.11
pooch==1.7.0 pooch==1.7.0
@@ -346,14 +347,14 @@ pyobjc-framework-Virtualization==9.2
pyobjc-framework-Vision==9.2 pyobjc-framework-Vision==9.2
pyobjc-framework-WebKit==9.2 pyobjc-framework-WebKit==9.2
pypandoc==1.11 pypandoc==1.11
pyparsing==2.4.7 pyparsing==3.1.0
pyperclip==1.8.2 pyperclip==1.8.2
pyre-extensions==0.0.30 pyre-extensions==0.0.30
PyRect==0.2.0 PyRect==0.2.0
pyrsistent==0.19.3 pyrsistent==0.19.3
pyscreenshot==3.1 pyscreenshot==3.1
PyScreeze==0.1.29 PyScreeze==0.1.29
pytest==7.3.2 pytest==7.4.0
pytest-cov==4.1.0 pytest-cov==4.1.0
python-dateutil==2.8.2 python-dateutil==2.8.2
python-docx==0.8.11 python-docx==0.8.11
@@ -367,12 +368,12 @@ pytz==2023.3
pytz-deprecation-shim==0.1.0.post0 pytz-deprecation-shim==0.1.0.post0
PyWavelets==1.4.1 PyWavelets==1.4.1
PyYAML==6.0 PyYAML==6.0
red-black-tree-mod==1.20 red-black-tree-mod==1.21
regex==2023.6.3 regex==2023.6.3
requests==2.31.0 requests==2.31.0
requests-oauthlib==1.3.1 requests-oauthlib==1.3.1
rfc3986==1.5.0 rfc3986==2.0.0
rich==13.0.1 rich==13.4.2
rotary-embedding-torch==0.2.3 rotary-embedding-torch==0.2.3
rsa==4.9 rsa==4.9
RTFDE==0.0.2 RTFDE==0.0.2
@@ -395,7 +396,7 @@ soundfile==0.12.1
soupsieve==2.4.1 soupsieve==2.4.1
soxr==0.3.5 soxr==0.3.5
SQLAlchemy==2.0.16 SQLAlchemy==2.0.16
starlette==0.27.0 starlette==0.28.0
suno-bark==0.1.5 suno-bark==0.1.5
sympy==1.12 sympy==1.12
tabulate==0.9.0 tabulate==0.9.0
@@ -425,11 +426,11 @@ tzdata==2023.3
tzlocal==5.0.1 tzlocal==5.0.1
uc-micro-py==1.0.2 uc-micro-py==1.0.2
Unidecode==1.3.6 Unidecode==1.3.6
unstructured==0.7.5 unstructured==0.7.8
urllib3==1.26.16 urllib3==2.0.3
uvicorn==0.22.0 uvicorn==0.22.0
uvloop==0.17.0 uvloop==0.17.0
virtualenv==20.23.0 virtualenv==20.23.1
virtualenv-clone==0.5.7 virtualenv-clone==0.5.7
watchfiles==0.19.0 watchfiles==0.19.0
wcwidth==0.2.6 wcwidth==0.2.6