bash_env (Linux BASH/Emacs Environment files)

Linux BASH/Emacs environment configuration files.

Developed in the Bash, and Lisp.

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have, and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

Installation

Debian Linux OS

Navigate to the release page download and extract the release archive.

To install bash_env, type the following

tar xvzf bash_env-x.y.z.tar.gz
cd bash_env-x.y.z
# standard user
cp user_defined_functions           /home/${USERNAME}/.user_defined_functions
cp user_defined_str_functions       /home/${USERNAME}/.user_defined_str_functions
cp user_defined_file_functions      /home/${USERNAME}/.user_defined_file_functions
cp user_defined_hw_functions        /home/${USERNAME}/.user_defined_hw_functions
cp user_defined_net_functions       /home/${USERNAME}/.user_defined_net_functions
cp user_defined_py_functions        /home/${USERNAME}/.user_defined_py_functions
cp user_defined_perl_functions      /home/${USERNAME}/.user_defined_perl_functions
cp user_defined_java_functions      /home/${USERNAME}/.user_defined_java_functions
cp user_defined_embedded_functions  /home/${USERNAME}/.user_defined_embedded_functions
cp user_defined_web_functions       /home/${USERNAME}/.user_defined_web_functions
cp user_defined_git_functions       /home/${USERNAME}/.user_defined_git_functions
cp user_defined_doc_functions       /home/${USERNAME}/.user_defined_doc_functions
cp user_defined_rust_functions      /home/${USERNAME}/.user_defined_rust_functions
cp user_defined_yocto_functions     /home/${USERNAME}/.user_defined_yocto_functions
cp bash_aliases                     /home/${USERNAME}/.bash_aliases
cp bash_logout                      /home/${USERNAME}/.bash_logout
cp bash_login                       /home/${USERNAME}/.bash_login
cp bashrc                           /home/${USERNAME}/.bashrc
cp profile                          /home/${USERNAME}/.profile
cp bash_profile                     /home/${USERNAME}/.bash_profile
cp emacs                            /home/${USERNAME}/.emacs
cp fill-column-indicator.el         /home/${USERNAME}/.emacs.d/lisp/
cp gitconfig                        /home/${USERNAME}/.gitconfig

# root user
cp user_defined_functions           /root/.user_defined_functions
cp user_defined_str_functions       /root/.user_defined_str_functions
cp user_defined_file_functions      /root/.user_defined_file_functions
cp user_defined_hw_functions        /root/.user_defined_hw_functions
cp user_defined_net_functions       /root/.user_defined_net_functions
cp user_defined_py_functions        /root/.user_defined_py_functions
cp user_defined_perl_functions      /root/.user_defined_perl_functions
cp user_defined_java_functions      /root/.user_defined_java_functions
cp user_defined_embedded_functions  /root/.user_defined_embedded_functions
cp user_defined_web_functions       /root/.user_defined_web_functions
cp user_defined_git_functions       /root/.user_defined_git_functions
cp user_defined_doc_functions       /root/.user_defined_doc_functions
cp user_defined_rust_functions      /root/.user_defined_rust_functions
cp user_defined_yocto_functions     /root/.user_defined_yocto_functions
cp bash_aliases                     /root/.bash_aliases
cp bash_logout                      /root/.bash_logout
cp bash_login                       /root/.bash_login
cp bashrc                           /root/.bashrc
cp profile                          /root/.profile
cp bash_profile                     /root/.bash_profile
cp emacs                            /root/.emacs
cp fill-column-indicator.el         /root/.emacs.d/lisp/

Updated default locale

Updated default locale

Modify the configuration to

LANG="en_US.UTF-8"
LANGUAGE="en_US:en"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"

Or you can use Docker to create an image or container.

Dependencies

bash_env requires the next modules and libraries

  • None

Set of modules

bash_env is based on Bash and Lisp modules.

Configuration files

user_defined_functions
user_defined_str_functions
user_defined_file_functions
user_defined_hw_functions
user_defined_net_functions
user_defined_py_functions
user_defined_perl_functions
user_defined_java_functions
user_defined_embedded_functions
user_defined_web_functions
user_defined_git_functions
user_defined_doc_functions
user_defined_rust_functions
user_defined_yocto_functions
bash_aliases
bash_logout
bash_login
bashrc
profile
bash_profile
emacs
emacs.d/lisp/fill-column-indicator.el
gitconfig

Indices and tables