My personal dotfiles for macOS.
Contains custom aliases, functions, and environment setup. Application settings backups are managed via Mackup.
You can install them by cloning the repository as .dotfiles in your home directory and running the installation script:
git clone https://github.com/NathanGeerinck/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
./install.shreload- Reload ZSH configurationphpstorm- Open current directory in PHPStormemptytrash- Empty trash and clear system logs
switch-php84,switch-php83,switch-php82,switch-php81,switch-php80,switch-php74- Switch PHP versions
pa- Shortcut forphp artisan
pull,push,commit- Quick git shortcuts
dcu- Rundocker compose updps- Rundocker psdssh <service>- SSH into a Docker container
intilli startup # Stop Docker, start Valet and PHP Monitor
intilli shutdown # Stop Valet and quit PHP Monitor
intilli help # Show help messagetnt open <project> # Open a project in PHPStorm
tnt clone <repo> [-gh] # Clone repo from Bitbucket (or GitHub with -gh)
tnt pull-notes # Pull Obsidian notes
tnt sync-notes [message] # Sync Obsidian notes
tnt opencode [args] # Run OpenCode with T&T credentials
tnt startup # Stop Valet, quit PHP Monitor, start Docker
tnt shutdown # Quit Docker Desktop
tnt help # Show help messageInspiration from these excellent dotfiles repositories: