Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/logeshpaul/dotfiles
💻 Mac environment setup helpers
https://github.com/logeshpaul/dotfiles
Last synced: about 1 month ago
JSON representation
💻 Mac environment setup helpers
- Host: GitHub
- URL: https://github.com/logeshpaul/dotfiles
- Owner: logeshpaul
- License: mit
- Created: 2017-12-19T15:30:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T12:43:49.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T10:05:02.425Z (3 months ago)
- Language: Shell
- Homepage:
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Script to get your mac to speed for development
## Setup
1. Clone and cd into
```bash
git clone https://github.com/logeshpaul/dotfiles.git ~/dotfiles && cd dotfiles
```
2. Open `install.sh` from dotfiles folder in your editor & go to line no [103](https://github.com/logeshpaul/dotfiles/blob/master/install.sh#L103) & [104](https://github.com/logeshpaul/dotfiles/blob/master/install.sh#L104) and replace the name & email id with yours.3. Kickstart the installation
```bash
bash install.sh
```
## What will be installed- [Homebrew](http://brew.sh/)
- [Node.JS](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/)
- [NVM](https://github.com/lukechilds/zsh-nvm)
- [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh) as your default in terminal.
- [Z - Jump Around](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/z)
## Settings & Preferences
- [FiraCode](https://github.com/tonsky/FiraCode)
- [Iterm Profile](./Default.iterm2.json)
- [VSCode Settings](./vscode)
- [Aliases](./docs/Aliases.md)
- macOS preferences (UI & Functions)
- Git configurationBig thanks to @gokulkrishh as I have taken most of the configurations from his [repo](https://github.com/gokulkrishh/dotfiles). It's pretty simple for me to start creating a dot files for myself (PS. other repo's I referred is pretty huge).
## Other good dotfiles repo's
- https://github.com/paulmillr/dotfiles
- https://dotfiles.github.io/
- https://github.com/paulirish/dotfiles
- https://github.com/MattMSumner/dotfiles
- https://github.com/thoughtbot/dotfiles
- https://github.com/webpro/awesome-dotfiles
- https://github.com/mathiasbynens/dotfiles
- https://github.com/nikitavoloboev/dotfiles