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: 8 months ago
JSON representation

Your dotfiles are how you personalize your system. These are mine.

Awesome Lists containing this project

README

          

Your dotfiles are how you personalize your system - These are mine.

![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 re-link:

```bash
( type stow &>/dev/null ) && ( cd ~/dotfiles/ && stow -v . )
```