{"id":13898765,"url":"https://github.com/delucks/dotfiles","last_synced_at":"2026-03-13T12:32:09.481Z","repository":{"id":7073614,"uuid":"8360679","full_name":"delucks/dotfiles","owner":"delucks","description":"~/.*","archived":false,"fork":false,"pushed_at":"2026-01-18T23:08:18.000Z","size":1004,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-01-19T08:44:02.613Z","etag":null,"topics":["bash","dotfiles","i3","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/delucks.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-02-22T16:05:56.000Z","updated_at":"2025-07-12T21:41:15.000Z","dependencies_parsed_at":"2025-07-17T19:55:50.233Z","dependency_job_id":"804a4d73-a3f6-4991-8ded-5da529f715a1","html_url":"https://github.com/delucks/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/delucks/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucks%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucks%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucks%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucks%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/delucks","download_url":"https://codeload.github.com/delucks/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/delucks%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30467373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-13T11:00:43.441Z","status":"ssl_error","status_checked_at":"2026-03-13T11:00:23.173Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","dotfiles","i3","tmux","vim"],"created_at":"2024-08-06T18:04:26.787Z","updated_at":"2026-03-13T12:32:09.441Z","avatar_url":"https://github.com/delucks.png","language":"Vim Script","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"readme":"dotfiles\n========\n\nConfiguration for various pieces of software plus some useful scripts. On Linux, I use i3 for a window manager and kitty as a terminal emulator, on Mac Aqua and iTerm2. Everywhere, I run tmux for multiplexing, bash as shell and vim as editor.\n\nSoftware recommendations/requirements:\n- stow (only required for setup)\n- jq\n- [ripgrep](https://github.com/BurntSushi/ripgrep)\n- vim and emacs (gasp)\n- pyenv (with python 3.8+)\n- i3\n- xterm\n- [kitty](https://github.com/kovidgoyal/kitty)\n- [rofi](https://github.com/davatorium/rofi)\n- [dunst](https://github.com/dunst-project/dunst)\n- dzen2 (for `x11/bin/dvol`)\n\nSetup\n-----\n\nThis repo uses [`chezmoi`](https://www.chezmoi.io/) to manage its installation. First, install chezmoi, then run `chezmoi init https://github.com/delucks/dotfiles.git`.\n\nNext, create a file `~/.config/chezmoi/chezmoi.toml` with the following contents, editing as necessary:\n\n```\n[data]\n\tlaptop = false\n\twifi_interface = \"wlp3s0\"\n\twired_interface = \"enp4s0\"\n\tcpu_thermal_path = \"/sys/devices/virtual/thermal/thermal_zone1/temp\"\n\tuses_wal = false\n```\n\nThese variables will be interpolated into the templates in this repo to customize the current machine. After this file is created, run `chezmoi -v apply` to set up the configurations. If you're planning on using [`pywal`](https://github.com/dylanaraps/pywal) to manage colorschemes, set \"uses_wal\", install pywal, and generate a scheme based on your chosen background first.\n\n\nX11\n---\n\nI use either i3 or herbstluftwm depending on the graphical capacity of the machine. The i3 session configured here is started and managed using systemd user units, including all the software that makes up the \"desktop environment\" of sorts. This includes a companion daemon for i3, `i3-buddy`, which implements detection of xrandr changes, a Quake terminal, and other features. The `i3-buddy` companion daemon requires the following python packages in user scope and a python version greater than 3.8 (I use 3.10).\n\n```\ni3ipc\ndbussy\nxcffib\nsystemd-python\n```\n\nIf you're using the `temperatured` script to set OpenRGB color, you'll also need:\n\n```\npy3nvml\nopenrgb-python\n```\n\nYou can install all these requirements with `python -m pip install --local i3ipc dbussy xcffib systemd-python py3nvml openrgb-python`.\n\nScripts\n-------\n\nSome useful scripts are included in this repository. If you're using my dotfiles, they will be symlinked into `$HOME/bin`. My favorites:\n\n- `bin/fileset.py`: compare the contents of two files as if each were a set delinated by newlines.\n- `bin/backlight`: adjust the monitor brightness of your Linux laptop\n- `bin/license`: retrieve one of a number of common open-source licenses\n- `bin/gh-install`: install a binary from the latest release of a project on Github\n- `bin/block`: Blur-LOCK your Linux desktop\n- `bin/rofi-man`: Open manual pages in a new terminal using rofi.\n- `bin/rofi-tmux`: Open an existing tmux session in a new terminal using rofi.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelucks%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdelucks%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdelucks%2Fdotfiles/lists"}