Skip to content

bash shell setup with bash-now. ⇄ 0devco & code4mk

License

Notifications You must be signed in to change notification settings

code4mk/bash-now

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Mostafa Kamal
Jan 26, 2019
50e8096 · Jan 26, 2019

History

31 Commits
Aug 25, 2018
Jul 28, 2018
Jul 25, 2018
Jul 25, 2018
Jul 28, 2018
Jan 26, 2019
Jul 28, 2018
Jul 28, 2018
Jul 28, 2018

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages