Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jansanchez/old-dotfiles
my dotfiles
https://github.com/jansanchez/old-dotfiles
Last synced: 27 days ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/jansanchez/old-dotfiles
- Owner: jansanchez
- Created: 2013-12-25T00:49:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-15T01:51:54.000Z (almost 9 years ago)
- Last Synced: 2023-03-31T16:16:19.677Z (over 1 year ago)
- Language: VimL
- Size: 11.4 MB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```