https://github.com/danielneubert/dotfiles
https://github.com/danielneubert/dotfiles
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/danielneubert/dotfiles
- Owner: danielneubert
- License: mpl-2.0
- Created: 2024-03-07T05:17:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-04-24T11:52:41.000Z (about 1 month ago)
- Last Synced: 2026-04-24T13:35:32.703Z (about 1 month ago)
- Language: Lua
- Size: 682 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Setup
### macOS
```sh
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install git via brew (ARM & macOS 11+ version)
/opt/homebrew/bin/brew install git stow
# Setup Folder for Dotfiles
mkdir ~/.dotfiles
# Clone dotfiles
git clone https://github.com/danielneubert/dotfiles.git ~/.dotfiles
# Setup dotfiles via stow
/opt/homebrew/bin/stow ~/.dotfiles
```
## Keyboard Setup
I found out that the `[⇧] Caps Lock` key can be mapped directly to the `[⎋] ESC` key with macOS. This makes the dependency on Karabiner obsolete for my setup.
Setup:

## Software
### Logi Options+
My concerns about the imminent removal of the offline installer for Logi Options+ have fortunately been put to rest. Logitech itself maintains a page with official release notes and a download page for the offline installer. Since the offline version is currently not listed on Homebrew, the download via the website is probably the only option for the time being.
- [Download Page Logi Options+ (Offline)](https://support.logi.com/hc/en-us/articles/11570501236119-Logitech-Options-offline-installer)
- [Release-Notes Logi Options+ (Offline)](https://support.logi.com/hc/en-us/articles/17032567939351-Logi-Options-Offline-Installer-Release-Notes)