https://github.com/mon4ik/dotfiles
my dotfiles
https://github.com/mon4ik/dotfiles
Last synced: 2 months ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/mon4ik/dotfiles
- Owner: Mon4ik
- License: mit
- Created: 2024-12-03T15:31:23.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-03-25T15:18:48.000Z (2 months ago)
- Last Synced: 2025-03-25T16:25:26.943Z (2 months ago)
- Language: Lua
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```