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
- Host: GitHub
- URL: https://github.com/darshankumar89/dotfiles-mac
- Owner: DarshanKumar89
- License: mit
- Created: 2018-11-13T21:19:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T21:32:00.000Z (almost 7 years ago)
- Last Synced: 2025-02-06T00:41:40.173Z (8 months ago)
- Topics: 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
- Language: Shell
- Size: 617 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
## 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)