Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lwwcas committed Aug 14, 2019
1 parent 26877b1 commit 902901b
Showing 1 changed file with 15 additions and 26 deletions.
41 changes: 15 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# - - - - - - - - - - - - - - - - - Holo Builder - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - Holo Builder - - - - - - - - - - - - - - - - -

## Holo
Holo is a tool that helps me install and configure all my workspace.
Expand All @@ -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
```

Expand All @@ -41,62 +41,51 @@ 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
```

### Visual Studio Code

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
```

Expand Down

0 comments on commit 902901b

Please sign in to comment.