Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 . )
```