An open API service indexing awesome lists of open source software.

https://github.com/code4mk/bash-now

bash shell setup with bash-now. ⇄ 0devco & code4mk
https://github.com/code4mk/bash-now

0devco bash-aliases bash-profile bashrc linux windows

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# bash-now
bash shell setup

# Install

```bash
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

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

# Manual setup

```bash
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-alias` directory
* [bash-it all alias here ](https://github.com/Bash-it/bash-it/tree/master/aliases/available)

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

# How run alias

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

# laravel all alias

```bash
a.read
```

# yarn all alias

```bash
y.read
```

# npm all alias

```bash
n.read
```
# apm /atom all alias

```bash
atm.read
```

# bash coding

* `~/bash-coding` directory

```bash
#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

* [@code4mk](https://twitter.com/code4mk)
* [code4mk.org](https://code4mk.org)