Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (8 months ago)
- Default Branch: master
- Last Pushed: 2024-08-05T07:46:36.000Z (3 months ago)
- Last Synced: 2024-08-05T09:14:25.484Z (3 months ago)
- Topics: dotfiles, homebrew, macos-setup, shell-scripts, zsh-configuration
- Language: Shell
- Homepage:
- Size: 111 KB
- Stars: 1
- 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.
Simplicity is divine
![Linux](https://img.shields.io/badge/-Linux-gray.svg?style=plastic&logo=Linux) ![macOS](https://img.shields.io/badge/-macOS-gray.svg?style=plastic&logo=apple)
---
Clone:
```bash
git clone https://github.com/pablon/dotfiles.git ~/dotfiles && cd ~/dotfiles/
```Fresh installation:
```bash
./setup.sh
```.. or just link the files:
```bash
( type stow &>/dev/null ) && ( cd ~/dotfiles/ && stow -v . )
```