{"id":17617825,"url":"https://github.com/vroncevic/bash_env","last_synced_at":"2026-01-05T01:47:52.282Z","repository":{"id":43290465,"uuid":"108024994","full_name":"vroncevic/bash_env","owner":"vroncevic","description":"Linux BASH/Emacs Environment files","archived":false,"fork":false,"pushed_at":"2024-06-02T21:39:32.000Z","size":9038,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T00:12:08.968Z","etag":null,"topics":["administration","bash","bash-alias","bashrc","emacs","helpers","linux","profile","profiles","scripts"],"latest_commit_sha":null,"homepage":"https://vroncevic.github.io/bash_env","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vroncevic.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":"2017-10-23T18:48:54.000Z","updated_at":"2024-06-04T21:45:16.000Z","dependencies_parsed_at":"2023-01-20T03:18:46.008Z","dependency_job_id":"9a3a95bc-22a8-4e07-8ded-006b1f073f17","html_url":"https://github.com/vroncevic/bash_env","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fbash_env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fbash_env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fbash_env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vroncevic%2Fbash_env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vroncevic","download_url":"https://codeload.github.com/vroncevic/bash_env/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245147829,"owners_count":20568579,"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":["administration","bash","bash-alias","bashrc","emacs","helpers","linux","profile","profiles","scripts"],"created_at":"2024-10-22T19:16:16.753Z","updated_at":"2026-01-05T01:47:52.270Z","avatar_url":"https://github.com/vroncevic.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bash_env (Linux BASH/Emacs Environment files)\n\n\u003cimg align=\"right\" src=\"https://raw.githubusercontent.com/vroncevic/bash_env/dev/docs/bash_env_logo.png\" width=\"25%\"\u003e\n\nLinux BASH/Emacs environment configuration files.\n\nDeveloped in the **[Bash](https://en.wikipedia.org/wiki/Bash_(Unix_shell))** and **[Lisp](https://en.wikipedia.org/wiki/Lisp_(programming_language))**.\n\nThe README is used to introduce the tool and provide instructions on\nhow to install the tool, any machine dependencies it may have, and any\nother information that should be provided before the tool is installed.\n\n[![GitHub issues open](https://img.shields.io/github/issues/vroncevic/bash_env.svg)](https://github.com/vroncevic/bash_env/issues) [![GitHub contributors](https://img.shields.io/github/contributors/vroncevic/bash_env.svg)](https://github.com/vroncevic/bash_env/graphs/contributors)\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**\n\n- [Installation](#installation)\n- [Dependencies](#dependencies)\n- [Docs](#docs)\n- [Copyright and licence](#copyright-and-licence)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n### Installation\n\n![Debian Linux OS](https://raw.githubusercontent.com/vroncevic/bash_env/dev/docs/debtux.png)\n\nNavigate to the release **[page](https://github.com/vroncevic/bash_env/releases)** download and extract the release archive.\n\nTo install **bash_env**, type the following\n\n```bash\ntar xvzf bash_env-2.1.7.tar.gz\ncd bash_env-2.1.7\n\n# standard user\ncp user_defined_functions           /home/${USERNAME}/.user_defined_functions\ncp user_defined_str_functions       /home/${USERNAME}/.user_defined_str_functions\ncp user_defined_file_functions      /home/${USERNAME}/.user_defined_file_functions\ncp user_defined_hw_functions        /home/${USERNAME}/.user_defined_hw_functions\ncp user_defined_net_functions       /home/${USERNAME}/.user_defined_net_functions\ncp user_defined_py_functions        /home/${USERNAME}/.user_defined_py_functions\ncp user_defined_perl_functions      /home/${USERNAME}/.user_defined_perl_functions\ncp user_defined_java_functions      /home/${USERNAME}/.user_defined_java_functions\ncp user_defined_avr_functions       /home/${USERNAME}/.user_defined_avr_functions\ncp user_defined_stm8_functions      /home/${USERNAME}/.user_defined_stm8_functions\ncp user_defined_web_functions       /home/${USERNAME}/.user_defined_web_functions\ncp user_defined_git_functions       /home/${USERNAME}/.user_defined_git_functions\ncp user_defined_doc_functions       /home/${USERNAME}/.user_defined_doc_functions\ncp user_defined_rust_functions      /home/${USERNAME}/.user_defined_rust_functions\ncp user_defined_yocto_functions     /home/${USERNAME}/.user_defined_yocto_functions\ncp bash_aliases                     /home/${USERNAME}/.bash_aliases\ncp bashrc                           /home/${USERNAME}/.bashrc\ncp profile                          /home/${USERNAME}/.profile\ncp bash_profile                     /home/${USERNAME}/.bash_profile\ncp emacs                            /home/${USERNAME}/.emacs\ncp fill-column-indicator.el         /home/${USERNAME}/.emacs.d/lisp/\ncp gitconfig                        /home/${USERNAME}/.gitconfig\ncp gdbinit                          /home/${USERNAME}/.gdbinit\n\n# root user\ncp user_defined_functions           /root/.user_defined_functions\ncp user_defined_str_functions       /root/.user_defined_str_functions\ncp user_defined_file_functions      /root/.user_defined_file_functions\ncp user_defined_hw_functions        /root/.user_defined_hw_functions\ncp user_defined_net_functions       /root/.user_defined_net_functions\ncp user_defined_py_functions        /root/.user_defined_py_functions\ncp user_defined_perl_functions      /root/.user_defined_perl_functions\ncp user_defined_java_functions      /root/.user_defined_java_functions\ncp user_defined_avr_functions       /root/.user_defined_avr_functions\ncp user_defined_stm8_functions      /root/.user_defined_stm8_functions\ncp user_defined_web_functions       /root/.user_defined_web_functions\ncp user_defined_git_functions       /root/.user_defined_git_functions\ncp user_defined_disk_functions      /root/.user_defined_disk_functions\ncp user_defined_doc_functions       /root/.user_defined_doc_functions\ncp user_defined_rust_functions      /root/.user_defined_rust_functions\ncp user_defined_yocto_functions     /root/.user_defined_yocto_functions\ncp bash_aliases                     /root/.bash_aliases\ncp bashrc                           /root/.bashrc\ncp profile                          /root/.profile\ncp bash_profile                     /root/.bash_profile\ncp emacs                            /root/.emacs\ncp fill-column-indicator.el         /root/.emacs.d/lisp/\ncp gdbinit                          /root/.gdbinit\n```\n\nUpdated default locale\n\n```bash\nvi /etc/default/locale\n```\n\nModify the configuration to\n\n```bash\nLANG=\"en_US.UTF-8\"\nLANGUAGE=\"en_US:en\"\nLC_NUMERIC=\"en_US.UTF-8\"\nLC_TIME=\"en_US.UTF-8\"\nLC_MONETARY=\"en_US.UTF-8\"\nLC_PAPER=\"en_US.UTF-8\"\nLC_IDENTIFICATION=\"en_US.UTF-8\"\nLC_NAME=\"en_US.UTF-8\"\nLC_ADDRESS=\"en_US.UTF-8\"\nLC_TELEPHONE=\"en_US.UTF-8\"\nLC_MEASUREMENT=\"en_US.UTF-8\"\n```\n\nOr you can use Docker to create an image or container.\n\n### Dependencies\n\n**bash_env** requires the next modules and libraries\n\n    * None\n\n### Docs\n\n[![Documentation Status](https://readthedocs.org/projects/bash_env/badge/?version=latest)](https://bash-env.readthedocs.io/projects/bash_env/en/latest/?badge=latest)\n\nMore documentation and information at\n* [https://bash_env.readthedocs.io/en/latest/](https://bash-env.readthedocs.io/en/latest/)\n* [https://www.gnu.org/software/bash/manual/](https://www.gnu.org/software/bash/manual/)\n\n### Copyright and licence\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n\nCopyright (C) 2018 - 2026 by [vroncevic.github.io/bash_env](https://vroncevic.github.io/bash_env)\n\n**bash_env** is free software; you can redistribute it and/or modify\nit under the same terms as Bash itself, either Bash version 4.2.47 or,\nat your option, any later version of Bash 4 you may have available.\n\nLets help and support FSF.\n\n[![Free Software Foundation](https://raw.githubusercontent.com/vroncevic/bash_env/dev/docs/fsf-logo_1.png)](https://my.fsf.org/)\n\n[![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://my.fsf.org/donate/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fbash_env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvroncevic%2Fbash_env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvroncevic%2Fbash_env/lists"}