bash shell setup
git clone --depth=1 https://github.com/code4mk/bash-now.git
cd bash-now
# with bash terminal
./install.sh
# without bash terminal
install.sh
cd bash-now
# with bash terminal
./uninstall.sh
# without bash terminal
uninstall.sh
clone
copy all inside bash-now directory
paste inside your usr directory (linux)
paste inside c/Users/your_name/ (windows)
NB: .bashrc
& .bash_profile
already have that time replace the file in the destination
~/bash-alias
directory- bash-it all alias here
> all alias store here
> you can add your alias file just name (no extension)
# alias structure
alias bncmp='composer'
> go to terminal
> bash -l
> me
# username
# stay with bash -l
a.read
y.read
n.read
atm.read
~/bash-coding
directory
#without extension
> create file inside bash_coding directory
> go to terminal
> bash -l
# test hit >> hi
> file_name (no extension)
- NB: your previous bashrc will be cached in
~/bash-default