Commit graph

10 commits

Author SHA1 Message Date
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
5e486a3b1d
feat(macos): use valet proxied php 2024-12-09 13:40:11 +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
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
1973fe08cf
Include macos specific configs from saibotk/mac-dotfiles
See https://github.com/saibotk/mac-dotfiles
2022-04-17 20:52:22 +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