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

https://github.com/mon4ik/dotfiles

my dotfiles
https://github.com/mon4ik/dotfiles

Last synced: 2 months ago
JSON representation

my dotfiles

Awesome Lists containing this project

README

        

# Dotfiles

Collection of my dotfiles

## btw

I think the most useful part isn't the dotfiles themselves, but the (`create-links.py`)[./create-links.py] utility:

- It doesn't have any dependencies (only builtin).
- Requires only `python3.*`
- Has human readable manifests (see `*.manifest`)

## Setup

```shell
# 1. Clone it
git clone https://github.com/Mon4ik/dotfiles.git
cd dotfiles

# 2. Link all directories
chmod +x ./create-links.py

./create-links.py links-i3.manifest # for Linux distros with i3-wm
./create-links.py links-mac.manifest # for Mac (WIP)
```