Skip to content

Latest commit

 

History

History
102 lines (75 loc) · 1.57 KB

README.md

File metadata and controls

102 lines (75 loc) · 1.57 KB

bash-now

bash shell setup

Install

git clone --depth=1 https://github.com/code4mk/bash-now.git
cd bash-now
# with bash terminal
./install.sh
# without bash terminal
install.sh

Uninstall

cd bash-now
# with bash terminal
./uninstall.sh
# without bash terminal
uninstall.sh

Manual setup

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

> all alias store here
> you can add your alias file just name (no extension)
# alias structure
alias bncmp='composer'

How run alias

> go to terminal
> bash -l
> me
# username
# stay with bash -l

laravel all alias

a.read

yarn all alias

y.read

npm all alias

n.read

apm /atom all alias

atm.read

bash coding

  • ~/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

Author