Just my dotfiles
Find a file
Saibotk f11ea14e14
fix(macos): Add Valet fix to find brew binaries
This adds a small env file that Valet always loads for all sites.

It adds the homebrew bin path, because otherwise PHP only sees the standard bin directories and cannot execute brew-installed tools.
2025-11-10 21:28:21 +01:00
bin zsh: Add znap update script 2022-08-15 01:09:48 +02:00
ghostty fix(ghostty): correct theme name 2025-09-21 15:58:33 +02:00
macos refactor(proto): Manage go via proto 2025-11-09 03:40:21 +01:00
nvim fix(nvim): Use modern LS setup & switch mason to new org 2025-10-18 21:59:52 +02:00
zsh remove(zsh): dart cli completions 2025-11-09 03:37:00 +01:00
.gitconfig feat(gitconfig): explicitly set default to "main" 2025-09-29 11:02:34 +02:00
.gitignore chore(git): ignore cached localcommands file 2024-07-02 15:22:27 +02:00
install-mac.sh fix(macos): Add Valet fix to find brew binaries 2025-11-10 21:28:21 +01:00
install.sh refactor(proto): install flutter on macos only 2025-11-09 15:42:51 +01:00
LICENSE.md Include macos specific configs from saibotk/mac-dotfiles 2022-04-17 20:52:22 +02:00
README.md fix(readme): wrong clone destination 2024-12-02 23:28:39 +01:00

My Dotfiles

The collection of my precious dotfiles.

Installation

To install run this command:

git clone https://github.com/saibotk/.dotfiles ~/.dotfiles; cd ~/.dotfiles; ./install

This should install all dependencies and create symlinks to all needed files.

Customization

It is possible to load your own commands you want to execute in the .zshrc. To add commands you want to execute on shell startup, just add a localcommands file with your commands in ~/.dotfiles/zsh/.

Thanks To...

@Jidbo for his dotfiles and nvim configurations.
And the great macos realted configs and scripts from Dries Vints (@driesvints) which many parts are heavily copied from. See (https://github.com/driesvints/dotfiles). Also thanks to @djfhe for his initial customizations of the macos dotfiles.