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!
- Host: GitHub
- URL: https://github.com/aquadzn/bashsome
- Owner: aquadzn
- Created: 2019-08-30T09:39:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T16:15:59.000Z (almost 6 years ago)
- Last Synced: 2025-01-07T23:47:43.988Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/