{"id":19214678,"url":"https://github.com/talhaahussain/dotfiles","last_synced_at":"2026-05-08T19:33:07.375Z","repository":{"id":193932380,"uuid":"689759817","full_name":"talhaahussain/dotfiles","owner":"talhaahussain","description":"Personal dotfiles.","archived":false,"fork":false,"pushed_at":"2024-08-23T22:47:51.000Z","size":694,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T16:25:34.357Z","etag":null,"topics":["arch-linux","arch-linux-dotfiles","archlinux-dotfiles","dotfiles","dotfiles-linux"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/talhaahussain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2023-09-10T20:10:30.000Z","updated_at":"2024-08-23T22:47:54.000Z","dependencies_parsed_at":"2024-06-01T05:32:39.874Z","dependency_job_id":"e52d59d3-cf4a-472b-ba75-6dc849affed6","html_url":"https://github.com/talhaahussain/dotfiles","commit_stats":null,"previous_names":["talhaahussain/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/talhaahussain/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/talhaahussain","download_url":"https://codeload.github.com/talhaahussain/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/talhaahussain%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794696,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["arch-linux","arch-linux-dotfiles","archlinux-dotfiles","dotfiles","dotfiles-linux"],"created_at":"2024-11-09T14:10:56.465Z","updated_at":"2026-05-08T19:33:07.346Z","avatar_url":"https://github.com/talhaahussain.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nDotfiles for various OS configurations.\n\n### Installation, Setup and Usage\n\n0. [Install Arch Linux.](https://wiki.archlinux.org/title/Installation_guide)\n\n1. Install Git:\n\n```bash\n$ sudo pacman -S git\n```\n\n2. Clone this repository to `~/.dotfiles`:\n\n```bash\n$ cd ~\n$ git clone https://github.com/talhaahussain/dotfiles.git .dotfiles\n$ cd .dotfiles\n```\n\n3. Use `install_pkgs.sh` to install all packages from `pkglist.txt`:\n\n```bash\n$ source install_pkgs.sh\n```\n\n4. Use `stow_all.sh` to symlink dotfiles to home directory:\n\n```bash\n$ source stow_all.sh\n```\n\n### Applying Updates\n\nTo update the system and all Arch packages, use:\n\n```bash\n$ source update_pkgs.sh\n```\n\n### Recompiling `pkglist.txt`\n\nTo recompile `pkglist.txt`, use:\n\n```bash\n$ source compile_pkglist.sh\n```\n\n### Window Managers\n\nThese dotfiles make configurations available for three window managers (xmonad, awesomewm, i3). Window manager can be selected in `/xinit/.xinitrc`, with editing the final line such that it reads `exec \u003cWM OF CHOICE\u003e`. Currently, xmonad is the selected window manager.\n\n### Screenshots\n\nBelow are screenshots of xmonad configuration in action, with captions.\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/3c6a44ba-83e6-46e2-9d50-99dd8059df85)\nImage 1: A screenshot when xmonad is first launched via `startx`.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/f298561a-d965-4399-a2b8-2235d5c66616)\nImage 2: A full-screen Alacritty terminal instance.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/01ca32f7-7de8-4299-beaf-30a2cb43ede3)\nImage 3: Another full-screen terminal instance, running `nmtui`.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/5df176a8-2789-4722-8b0d-2f4411eb5f95)\nImage 4: A tmux session running in a terminal, with a single window split into two vertical panes.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/2096de30-b976-46a9-89ab-6a6474e6e7a1)\nImage 5: Two terminal instances running as tiles in tall mode. The left terminal is focused.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/78855ebc-8675-4aa7-b1b4-5c6ba4b94b05)\nImage 6: Three terminal instances running as tiles in tall mode. The left terminal is focused.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/8674850b-a0ad-4195-a451-82d983193de5)\nImage 7: A single Firefox instance.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/fa5ae1c4-e3cf-4271-adab-93519a53cf17)\nImage 8: A dmenu instance, running over two Firefox windows.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n\n![image](https://github.com/talhaahussain/dotfiles/assets/73853725/a2bd154e-291d-4d6e-a3b8-9897e8556df2)\nImage 9: A single Firefox instance, running in full-screen.\n\u003cbr\u003e\n\u003cbr\u003e\n\u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalhaahussain%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftalhaahussain%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftalhaahussain%2Fdotfiles/lists"}