Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jansanchez/old-dotfiles

my dotfiles
https://github.com/jansanchez/old-dotfiles

Last synced: 27 days ago
JSON representation

my dotfiles

Awesome Lists containing this project

README

        

dotfiles
========

my dotfiles

### Instalación de Herramientas de desarrollo y dotfiles en Debian(Crunchbang)

```
cd extras/bash/ && bash linux_tools.sh
```

-------------------------------------------------------

### Si solo deseas dotfiles

```js
bash bootstrap.sh
```

-------------------------------------------------------

### Si usas Elementary OS

```
sudo apt-get update && sudo apt-get upgrade
```

```
sudo apt-get install terminator && sudo apt-get install git-all
```

```
cd ~/ && git clone https://github.com/jansanchez/dotfiles.git && cd dotfiles
```

```
cd extras/bash/ && bash linux_tools.sh
```