Just my dotfiles
Saibotk
1ed13411c8
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. |
||
---|---|---|
bin | ||
macos | ||
nvim | ||
zsh | ||
.gitconfig | ||
.gitignore | ||
install-mac.sh | ||
install.sh | ||
LICENSE.md | ||
README.md |
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.