{"id":15712268,"url":"https://github.com/dpremy/dot-bash","last_synced_at":"2025-04-19T12:46:10.840Z","repository":{"id":191531138,"uuid":"158863894","full_name":"dpremy/dot-bash","owner":"dpremy","description":"Personal bash configuration files managed by dotfiler.","archived":false,"fork":false,"pushed_at":"2024-10-24T21:57:43.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-24T23:23:42.161Z","etag":null,"topics":["bash","bashrc","bashrc-configs","bsd","dot-files","linux","shell","unix"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dpremy.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}},"created_at":"2018-11-23T17:59:38.000Z","updated_at":"2024-10-24T21:57:47.000Z","dependencies_parsed_at":"2024-02-17T06:23:05.431Z","dependency_job_id":"40ed6ac7-deb9-41fc-b614-12161bf3134c","html_url":"https://github.com/dpremy/dot-bash","commit_stats":null,"previous_names":["dpremy/dot-bash"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-bash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-bash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-bash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpremy%2Fdot-bash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpremy","download_url":"https://codeload.github.com/dpremy/dot-bash/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249698129,"owners_count":21312145,"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":["bash","bashrc","bashrc-configs","bsd","dot-files","linux","shell","unix"],"created_at":"2024-10-03T21:15:21.226Z","updated_at":"2025-04-19T12:46:10.784Z","avatar_url":"https://github.com/dpremy.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dpremy bash config files and shell aliases\n\n![Build Status](https://ci.davidremy.me/api/badges/dpremy/dot-bash/status.svg)\n\n## Purpose\n\nThis repository contains the dotfiles and configs I use with bash. It is designed to work with [GNU stow](https://www.gnu.org/software/stow/), but can easily be used without it.\n\n## Installation\n\n```shell\n# if you don't already have GNU stow, install stow for your OS\n\n# clone this repo in to a .files directory\ngit clone -q https://gitlab.com/dpremy/dot-bash.git ~/.files/dot-bash\n\n# use stow to symlink this 'package' in to your home directory\nstow -d ~/.files/ -t ~/ -S dot-bash\n```\n\n### NixOS\n\nNixOS may not load ~/.bashrc due to a variety of issues related to shells and which files are loaded when. See [here](https://discourse.nixos.org/t/bash-not-sourcing-bashrc/) for more detail on this issue.\n\nThe easiest fix is to likely create `~/.bash_profile` with the following content:\n\n```bash\n# ~/.bash_profile\n[[ $- == *i* \u0026\u0026 -f \"$HOME/.bashrc\" ]] \u0026\u0026 source \"$HOME/.bashrc\"\n```\n\n## Usage\n\nThe files in [.bash](.bash) may be worth reviewing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpremy%2Fdot-bash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpremy%2Fdot-bash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpremy%2Fdot-bash/lists"}