Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/moqada/dotfiles

My personal dotfiles
https://github.com/moqada/dotfiles

Last synced: 3 days ago
JSON representation

My personal dotfiles

Awesome Lists containing this project

README

        

# My dotfiles

## Installation

```
$ git clone https://github.com/moqada/dotfiles.git
$ cd dotfiles
```

## Setup

Put `~/.zshenv`

```
export NPM_TOKEN=
export CONVENTIONAL_GITHUB_RELEASER_TOKEN=
```

### For Mac

Put dotfiles, install applications and tools.

```
$ ./scripts/setup_mac.sh
```

Install applications from original packages

> [MacApplications.md](MacApplications.md)

After sync Dropbox (`./Mackup`), restore settings for some applications.

```
$ mackup restore
```

### For Others

Put dotfiles only.

```
$ ./scripts/setup.sh
```