Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdelapenya/dotfiles

:wip: my dotfiles
https://github.com/mdelapenya/dotfiles

dotfiles

Last synced: about 2 hours ago
JSON representation

:wip: my dotfiles

Awesome Lists containing this project

README

        

# mdelapenya’s dotfiles

> A clone of https://github.com/v1v/dotfiles.git

## Installation

### Using Git and the bootstrap script

```bash
git clone https://github.com/mdelapenya/dotfiles.git .dotfiles && cd .dotfiles && source bootstrap.sh
```

To update, `cd` into your local `dotfiles` repository and then:

```bash
source bootstrap.sh
```

Alternatively, to update while avoiding the confirmation prompt:

```bash
set -- -f; source bootstrap.sh
```

### Install Homebrew formulas

```bash
./scripts/brew.sh
```

### Install VSCode plugins

```bash
./scripts/vscode.sh
```

### Install other tools

```bash
./scripts/installs.sh
```

## Company-specific configuration
You can decouple your own settings from your current company settings using the `.company` file. Put there whatever you need but didn't want to mix with your own stuff.