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

https://github.com/naxmefy/scripts

Collection of custom scripts from me...
https://github.com/naxmefy/scripts

Last synced: 3 months ago
JSON representation

Collection of custom scripts from me...

Awesome Lists containing this project

README

        

Scripts
=====

After checkout:

# Add .bash_aliases to your .bash_profile or .bashrc

```
source /path/to/.bash_aliases
```

# Make Shell files executable (if they aren't)

```
find . -iname \*.sh | xargs chmod +x
```