{"id":16406392,"url":"https://github.com/axelf4/dotfiles","last_synced_at":"2025-08-26T23:38:16.755Z","repository":{"id":29038935,"uuid":"32566461","full_name":"axelf4/dotfiles","owner":"axelf4","description":"💠 Kinda cozy setup","archived":false,"fork":false,"pushed_at":"2025-08-09T11:05:37.000Z","size":260,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-09T13:04:49.155Z","etag":null,"topics":["bash","dotfiles","emacs","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/axelf4.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,"zenodo":null}},"created_at":"2015-03-20T06:22:39.000Z","updated_at":"2025-08-09T11:05:40.000Z","dependencies_parsed_at":"2024-01-13T17:34:22.242Z","dependency_job_id":"3a78b74f-fd12-4f8e-bf55-6c53db595704","html_url":"https://github.com/axelf4/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/axelf4/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axelf4","download_url":"https://codeload.github.com/axelf4/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axelf4%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272267777,"owners_count":24903778,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-26T02:00:07.904Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","emacs","tmux","vim"],"created_at":"2024-10-11T06:09:40.107Z","updated_at":"2025-08-26T23:38:16.731Z","avatar_url":"https://github.com/axelf4.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\t\u003cimg alt=\"logo\" src=\"../extra/logo.svg\" height=\"280\"\u003e\n\u003c/div\u003e\n\n# dotfiles\n\n## Installation\n\n```sh\ngit clone --bare https://github.com/axelf4/dotfiles.git ~/.dotfiles\nalias cfg='git --git-dir=\"$HOME\"/.dotfiles --work-tree=\"$HOME\"'\ncfg checkout\ncfg config --local status.showUntrackedFiles no\n```\n\n### Install [straight.el]\n\n```sh\ngit clone https://github.com/radian-software/straight.el.git ~/.config/emacs/straight/repos/straight.el\n```\n\n## Bash startup files\n\nThe table below shows what files Bash executes on startup.\n\n\u003ctable\u003e\n\t\u003ccaption\u003eBash startup files\u003c/caption\u003e\n\t\u003ctr\u003e\n\t\t\u003ctd\u003e\u003c/td\u003e\n\t\t\u003cth scope=\"col\"\u003eInteractive\u003c/th\u003e\n\t\t\u003cth scope=\"col\"\u003eNon-interactive\u003c/th\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003cth scope=\"row\"\u003eLogin\u003c/th\u003e\n\t\t\u003ctd colspan=\"2\"\u003e\u003ccode\u003e/etc/profile\u003c/code\u003e and then first readable of\u003cbr\u003e\u003ccode\u003e~/.bash_profile\u003c/code\u003e, \u003ccode\u003e~/.bash_login\u003c/code\u003e, \u003ccode\u003e~/.profile\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\t\u003ctr\u003e\n\t\t\u003cth scope=\"row\"\u003eNon-login\u003c/th\u003e\n\t\t\u003ctd\u003e\u003ccode\u003e/etc/bash.bashrc\u003c/code\u003e and \u003ccode\u003e~/.bashrc\u003c/code\u003e\u003c/td\u003e\n\t\t\u003ctd\u003e\u003ccode\u003e$BASH_ENV\u003c/code\u003e\u003c/td\u003e\n\t\u003c/tr\u003e\n\u003c/table\u003e\n\nTo have login shells too read the shell configuration file\n(e.g. because tmux always starts login shells),\ncreate a `.bash_profile` with\n```bash\n[[ -e ~/.profile ]] \u0026\u0026 . ~/.profile\n[[ -e ~/.bashrc ]] \u0026\u0026 . ~/.bashrc\n```\nNote however that it is then necessary to test if interactive (with `$-`)\nbefore trying to change terminal settings.\n\n[straight.el]: https://github.com/raxod502/straight.el\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelf4%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxelf4%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxelf4%2Fdotfiles/lists"}