From 902901bf02e951ee19f3cf452710e6547bfdaae2 Mon Sep 17 00:00:00 2001 From: Lucas Duarte Date: Wed, 14 Aug 2019 14:22:51 +0100 Subject: [PATCH] Update readme --- README.md | 41 +++++++++++++++-------------------------- 1 file changed, 15 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index 0f82d81..3528ed8 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - # - - - - - - - - - - - - - - - - - Holo Builder - - - - - - - - - - - - - - - - - + # - - - - - - - - - - - - - - - - - Holo Builder - - - - - - - - - - - - - - - - - ## Holo Holo is a tool that helps me install and configure all my workspace. @@ -10,27 +10,27 @@ But feel free to pick up your fork and configure it your way. Or even send a PR ## Install -By default, the installation path is set to `~/vendor`. However if you feel like using any other directory, feel free to change it. +By default, the installation path is set to `~/.holo`. -### Composer +### Git -Make sure you already have composer installed +Make sure you already have composer and Git installed [What is composer?](https://getcomposer.org/) #### Frist - + Run this command on your favorite terminal - + ``` -composer require lwwcas/holo-builder +git clone https://github.com/lwwcas/holo-builder.git ~/.holo && cd ~/.holo && composer install && cd ~/ && echo This Holo process is done. ``` #### Second Paste this code in last line of the file `.bashrc` -``` +``` source ~/vendor/lwwcas/holo-builder/src/Ubuntu/core.cfg ``` @@ -41,36 +41,25 @@ Close your terminal and reopen Is done, Really easy. - -## Examples - -``` -holo install:vscode -``` - -``` -holo vscode:extensions -``` - ## Commands ### Install You can install Google Chrome with: -``` +``` holo install:chrome ``` You can install Git (and generate a ssh key) with: -``` +``` holo install:git ``` You can install Visual Studio Code with: -``` +``` holo install:vscode ``` @@ -78,25 +67,25 @@ holo install:vscode Set up Visual Studio Code with everything you need with: -``` +``` holo vscode:build ``` You can install the monospaced font with programming ligatures (i use Fira Code) with: -``` +``` holo vscode:font ``` You can install all my extensions with: -``` +``` holo vscode:extensions ``` You can set my configuration with: ALERT : Is import you back up your settings!! -``` +``` holo vscode:config ```