d4ca2e79b3
feat: add eza as 'ls' replacement
2025-01-20 16:09:04 +01:00
1ed13411c8
feat(php): use isolated php for non-interactive shells
...
Removed the composer and php aliases and instead added a small script to call the correct php binary.
This script is placed in the macos bin folder and we add the folder to the PATH in the .zprofile within the install-mac.sh.
Adding it after brew registers its paths, allows our script to be priortized instead of the currently linked php binary.
Because the .zprofile file is used to setup environment variables and it being called for non-interactive sessions too, calls to php in JS scripts for example will now correctly use the isolated php version via valet.
2024-12-18 22:10:49 +01:00
a8c2ae654d
feat(zsh): add dart completions
2024-12-09 13:56:54 +01:00
5e486a3b1d
feat(macos): use valet proxied php
2024-12-09 13:40:11 +01:00
cabae5f44c
fix(zsh): disable automatic git maintenance prefetch
2024-08-02 15:58:34 +02:00
feecb0bb0b
zsh: Use HOME for paths instead of ~
2023-10-29 18:21:55 +01:00
a7b29ae4c8
fix: Use homebrew prefix variable
2023-10-29 17:50:49 +01:00
097b451824
zsh: add pull rebase alias
2023-06-16 01:41:23 +02:00
0c5f290464
zsh: Adjust completion & fix history
2023-06-16 01:41:07 +02:00
dbdd70b810
zsh: remove fallback when starship is not present
2023-06-15 21:27:02 +02:00
281c3d8907
zsh: Adjust pnpm firejail to use npm profile
2023-03-05 22:35:43 +01:00
6e6d062107
macos: Add sup alias for pkg-update script
2022-09-09 00:46:32 +02:00
796cff4d80
zsh: Adjust aliases
2022-08-15 01:24:57 +02:00
f5d5fdf289
zsh: Fix git log color escapes
2022-08-15 01:24:41 +02:00
273b5bddf6
zsh: Fix path load order
2022-08-15 01:04:56 +02:00
a7a506003a
fix alias loading order
2022-04-17 21:25:21 +02:00
1ba17411c2
Fix dotfiles path definition
2022-04-17 21:14:14 +02:00
51055a2487
Readd _has helper
2022-04-17 21:00:39 +02:00
1973fe08cf
Include macos specific configs from saibotk/mac-dotfiles
...
See https://github.com/saibotk/mac-dotfiles
2022-04-17 20:52:22 +02:00
e8210ab5d8
Remove tmuxinator / ruby includes from .zshrc
2022-04-17 19:54:14 +02:00
dc536d5fe8
Remove nvm & sdkman loading from .zshrc
2022-04-17 19:48:35 +02:00
f338ff46c1
Add aliases from mac-dotfiles repo
...
https://github.com/saibotk/mac-dotfiles/blob/main/aliases.zsh
2022-04-17 19:47:21 +02:00
ae59306d0b
Replace dotbot with simple shell script
2022-04-17 18:39:47 +02:00