{"id":19152614,"url":"https://github.com/bamless/home-sweet-home","last_synced_at":"2025-10-26T15:13:01.130Z","repository":{"id":37806089,"uuid":"310073841","full_name":"bamless/home-sweet-home","owner":"bamless","description":"~ sweet ~ - a collection of personal dotfiles","archived":false,"fork":false,"pushed_at":"2025-02-10T09:58:16.000Z","size":20853,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T10:40:39.453Z","etag":null,"topics":[],"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/bamless.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":"2020-11-04T17:37:09.000Z","updated_at":"2025-02-10T09:58:06.000Z","dependencies_parsed_at":"2023-01-30T04:30:57.096Z","dependency_job_id":"f9a3d3f5-bd48-425f-8011-7068cd7a8d30","html_url":"https://github.com/bamless/home-sweet-home","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fhome-sweet-home","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fhome-sweet-home/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fhome-sweet-home/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bamless%2Fhome-sweet-home/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bamless","download_url":"https://codeload.github.com/bamless/home-sweet-home/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240236360,"owners_count":19769580,"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","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":[],"created_at":"2024-11-09T08:18:31.516Z","updated_at":"2025-10-26T15:12:56.084Z","avatar_url":"https://github.com/bamless.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `~` sweet `~`\n\nThis is my personal collection of configuration files (*dotfiles*) and scripts. Nothing too special, just a couple of files that help me keep in sync user settings on my various machines.  \nKeep in mind that these are tailored to my personal taste and needs and they may set up things in ways that aren't cosidered standard (or even sensible by some), so use at your own risk.  \nIn the following I'll give an overview on how the repository is structured, mostly as documentation for my future self.\n\n## Repository structure\n\n### .config\nThis folder contains configuration files of various applications and sytem settings.\n\n### .dconf_dump\nSettings of apps that use dconf to store their configurations, such as gnome-terminal.  \nRestore them with `dconf load /dconf/app/path \u003c conf-file.dconf`.\n\n### .local\nIn this folder I try to mirror the Linux File System Hierarchy for installing user-specific software and libraries. The `PATH` environment variable is also extended with `.local/bin` in order to allow execution of local binaries from the shell. Some utiliy scripts are also included in it.\n\n### .pkglist\nThis folder contains Arch Linux packages lists. Speifically, `pkglist.txt` contains all installed packages from the official repository, while `aur-pkglist.txt` contains the ones installed from the AUR. To install all of the official packages this command can be used: `pacman -S --needed - \u003c .pkglist/pkglist.txt`.\n\n### .profile, .profile.d\nThis file and folder mirror how `/etc/profile` and `/etc/profile.d` are used to set environment variables. `.profile` gets executed on login shells or desktop environment initialization, and it runs all the scripts in `.profile.d`. These scripts in turn set environment variables needed for applications.\n\n### .zshrc/.zprofile, .bashrc/.bash_profile\nZsh and Bash configuration files. `.zprofile` and `.bash_profile` are simply set up to source `.profile` and kickstart the environment initialization process. `.bashrc` is a farly barebone bash configuration file, left here only for compatibility. `.zshrc` instead contains all my personal shell settings and aliases, and it needs [ohmyzsh](https://github.com/ohmyzsh/ohmyzsh) with the [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) plugin installed to correctly function.\n\n### .tmux.conf\nPersonal tmux config file. You will need to install [TPM](https://github.com/tmux-plugins/tpm) in order to work correctly. Remember to `\u003cprefix\u003e + I` to install all plugins on first start!\n\n## File tracking\nI use [dotfiles.sh](https://github.com/eli-schwartz/dotfiles.sh.git), a wrapper for git that allows tracking files directly in `$HOME` without initializing a repository in it. Instead, all git metadata are stored in `~/.home-sweet-home` keeping the home free of unnecessary files. \nAdding or removing a file works just like it would for a normal git repository:\n```bash\ndotfiles add .file\ndotfiles commit -m 'Add .file'\ndotfiles push\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamless%2Fhome-sweet-home","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbamless%2Fhome-sweet-home","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbamless%2Fhome-sweet-home/lists"}