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

https://github.com/darshankumar89/dotfiles-mac

My dotfiles (oh my zsh, brew, git, nvm, vscode settings) for your OSX
https://github.com/darshankumar89/dotfiles-mac

atom brew brewfile dotfiles dotfiles-installer mac macos macos-sierra macosx nodejs npm nvm nvmrc oh-my-zsh sublime-text terminal vscode vscode-theme zsh zshrc

Last synced: 6 months ago
JSON representation

My dotfiles (oh my zsh, brew, git, nvm, vscode settings) for your OSX

Awesome Lists containing this project

README

          

# dotfiles

_Your cool dev environment is just a few steps away._

## Clone the repo

```bash
git clone https://github.com/DarshanKumar89/dotfile-mac.git ~/dotfiles
```

## Install (OSX)

```bash
cd ~/dotfiles && bash install.sh
```

_Once installation is complete, you are good to go with development in your OSX._

## Optional (setup NPM config)

> Add your email, username for npm global config

```bash
npm config set init.author.name "Your name" ## Replace it with your name
npm config set init.author.email "Your email id" ## Replace it with your email id
```

screenshot

## Features

* Get custom [zsh theme (dracula), colors & font](https://github.com/DarshanKumar89/dotfiles-mac/blob/master/terminal.png) for terminal.

* Set [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh) as your default in terminal.

* Some awesome [Shortcuts, Aliases & lot more](https://github.com/DarshanKumar89/dotfile-mac/blob/master/docs/Aliases.md).

* Get [Homebrew](http://brew.sh/), [ZSH NVM](https://github.com/lukechilds/zsh-nvm) and [Yarn](https://yarnpkg.com/).

* My [VSCode Editor](https://github.com/DarshanKumar89/dotfile-mac/tree/master/vscode) custom configurations.

### Extra

* [Tools I Use For Web Development](https://gokulkrishh.github.io/blog/2017/tools-i-use/) such as browsers, terminal, editors, mac apps, chrome extensions, perf tools etc.

### Licence

MIT © [Darshan Kumar](https://github.com/DarshanKumar89)