Skip to content

Commit

Permalink
Merge pull request #26 from vroncevic/dev
Browse files Browse the repository at this point in the history
[bash_env] added default gitconfig
  • Loading branch information
vroncevic committed Feb 13, 2022
2 parents 0dffc6c + 93627d7 commit 717e772
Show file tree
Hide file tree
Showing 30 changed files with 84 additions and 59 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ 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
Expand Down
6 changes: 3 additions & 3 deletions bash_aliases
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined aliases
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions bash_login
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined embedded functions
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions bash_logout
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined embedded functions
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
10 changes: 7 additions & 3 deletions bash_profile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief Setup PATH and bash profile
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand All @@ -21,3 +21,7 @@ fi
if [ -d "/root/bin/" ]; then
PATH=${PATH}:/root/bin/
fi

# setup tab size for bash shell
setterm -regtabs 4

10 changes: 7 additions & 3 deletions bashrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief Bash rc
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down Expand Up @@ -114,3 +114,7 @@ if ! shopt -oq posix; then
. /etc/bash_completion
fi
fi

# setting tab size for bash shell
tabs 4

Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/build/html/_sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ To install **bash_env** type the following
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
Expand Down Expand Up @@ -157,6 +158,7 @@ Configuration files
.bash_profile
.emacs
.emacs.d/lisp/fill-column-indicator.el
.gitconfig
Copyright and licence
----------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<a href="index.html" class="icon icon-home"> bash_env
</a>
<div class="version">
1.4.4
1.5.4
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down
4 changes: 3 additions & 1 deletion docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<a href="#" class="icon icon-home"> bash_env
</a>
<div class="version">
1.4.4
1.5.4
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="search.html" method="get">
Expand Down Expand Up @@ -106,6 +106,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
cp bash_profile /home/<span class="si">${</span><span class="nv">USERNAME</span><span class="si">}</span>/.bash_profile
cp emacs /home/<span class="si">${</span><span class="nv">USERNAME</span><span class="si">}</span>/.emacs
cp fill-column-indicator.el /home/<span class="si">${</span><span class="nv">USERNAME</span><span class="si">}</span>/.emacs.d/lisp/
cp gitconfig /home/<span class="si">${</span><span class="nv">USERNAME</span><span class="si">}</span>/.gitconfig

<span class="c1"># root user</span>
cp user_defined_functions /root/.user_defined_functions
Expand Down Expand Up @@ -182,6 +183,7 @@ <h1>Set of modules<a class="headerlink" href="#set-of-modules" title="Permalink
.bash_profile
.emacs
.emacs.d/lisp/fill-column-indicator.el
.gitconfig
</pre></div>
</div>
</section>
Expand Down
Binary file modified docs/build/html/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/build/html/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a href="index.html" class="icon icon-home"> bash_env
</a>
<div class="version">
1.4.4
1.5.4
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="#" method="get">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
project = u'bash_env'
copyright = u'2020, Vladimir Roncevic <elektron.ronca@gmail.com>'
author = u'Vladimir Roncevic <elektron.ronca@gmail.com>'
version = u'1.4.4'
version = u'1.5.4'
release = u'https://github.com/vroncevic/bash_env/releases'
extensions = []
templates_path = ['_templates']
Expand Down
2 changes: 2 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ To install **bash_env** type the following
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
Expand Down Expand Up @@ -157,6 +158,7 @@ Configuration files
.bash_profile
.emacs
.emacs.d/lisp/fill-column-indicator.el
.gitconfig
Copyright and licence
----------------------
Expand Down
5 changes: 5 additions & 0 deletions gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[user]
email = elektron.ronca@gmail.com
name = Vladimir Roncevic
[core]
autocrlf = input
11 changes: 8 additions & 3 deletions profile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined embedded functions
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand All @@ -26,3 +26,8 @@ fi
if [ -d "/root/bin/" ]; then
PATH=${PATH}:/root/bin/
fi

# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/.local/bin" ] ; then
PATH="$HOME/.local/bin:$PATH"
fi
6 changes: 3 additions & 3 deletions user_defined_doc_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for doc env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_embedded_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for embedded env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_file_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for file operations
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User common defined functions
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_git_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for git env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_hw_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for HW env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_java_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for java env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_net_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for network env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_perl_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for perl env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_py_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for python env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_str_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for string operations
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down
6 changes: 3 additions & 3 deletions user_defined_web_functions
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# @brief User defined functions for web env
# @version ver.1.4.4
# @date Sun 21 Nov 2021 04:36:00 PM CET
# @company None, free software to use 2021
# @version ver.1.5.4
# @date Sun 13 Feb 2022 10:52:42 AM CET
# @company None, free software to use 2022
# @author Vladimir Roncevic <elektron.ronca@gmail.com>
#

Expand Down

0 comments on commit 717e772

Please sign in to comment.