Skip to content

EdCordata/my_bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EdCordata bash

My personal terminal extensions.


How to add?

git clone [email protected]:EdCordata/my_bash.git ~/.my_bash
echo '. ~/.my_bash/init.sh' >> ~/.bash_profile
source ~/.bash_profile

Or in one line:

git clone [email protected]:EdCordata/my_bash.git ~/.my_bash && echo '. ~/.my_bash/init.sh' >> ~/.bash_profile && source ~/.bash_profile
git clone https://github.com/EdCordata/my_bash.git ~/.my_bash && echo '. ~/.my_bash/init.sh' >> ~/.bash_profile && source ~/.bash_profile

To update, simply run:

my_bash_update
Note that all files should be CRLF & UTF-8.

To fix wrong line endings, run:

sudo apt install -y dos2unix
cd ~/.my_bash && find . -type f -exec dos2unix "{}" \;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages