https://github.com/pablon/dotfiles
Your dotfiles are how you personalize your system. These are mine.
https://github.com/pablon/dotfiles
dotfiles homebrew macos-setup shell-scripts zsh-configuration
Last synced: 8 months ago
JSON representation
Your dotfiles are how you personalize your system. These are mine.
- Host: GitHub
- URL: https://github.com/pablon/dotfiles
- Owner: pablon
- Created: 2024-04-04T13:34:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-17T17:47:13.000Z (8 months ago)
- Last Synced: 2025-10-18T01:58:25.132Z (8 months ago)
- Topics: dotfiles, homebrew, macos-setup, shell-scripts, zsh-configuration
- Language: Shell
- Homepage:
- Size: 219 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Your dotfiles are how you personalize your system - These are mine.


---
Clone:
```bash
git clone https://github.com/pablon/dotfiles.git ~/dotfiles && cd ~/dotfiles/
```
Fresh installation:
```bash
./setup.sh
```
.. or just re-link:
```bash
( type stow &>/dev/null ) && ( cd ~/dotfiles/ && stow -v . )
```