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

https://github.com/aquadzn/bashsome

:computer: Some useful bash scripts and dot files!
https://github.com/aquadzn/bashsome

Last synced: 7 months ago
JSON representation

:computer: Some useful bash scripts and dot files!

Awesome Lists containing this project

README

          

# Bashsome

## Installation :construction::

```bash
git clone git@github.com:aquadzn/bashsome.git && cd bashsome/
```

**or**

```bash
git clone https://github.com/aquadzn/bashsome.git && cd bashsome/
```

## Some useful bash scripts :computer:

* **VIM** and **TMUX** with plugins and dotfiles: ```bash vim_tmux.sh```
---
* **Conda** or **Miniconda** distribution auto-installer: ```bash conda.sh conda``` or ```bash conda.sh miniconda```
---

## Miscellaneous:

* Usefull **bash_aliases**: ```mv src/.bash_aliases ~/```
---
* [Gogh](https://github.com/mayccoll/Gogh) terminal themes: ```wget -O gogh https://git.io/vQgMr && chmod +x gogh && ./gogh && rm gogh``` (Google dark)
---
* http://karpathy.github.io/2019/04/25/recipe/