Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luandro/my-dotfiles

My personal dot files
https://github.com/luandro/my-dotfiles

Last synced: about 6 hours ago
JSON representation

My personal dot files

Awesome Lists containing this project

README

        

#My personal initial config

## Usage
`bash <(curl -s https://raw.githubusercontent.com/luandro/My-Dotfiles/master/BasicMac.sh)`

##OSx options

##Apps
- [Brew](http://brew.sh/) ```ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"```

- [Brew cask](http://caskroom.io/) ```brew install cask```

- [WGET](http://www.gnu.org/software/wget/) ``` brew install wget```

- [youtube-dl](https://rg3.github.io/youtube-dl/) ```brew install youtube-dl```

- [Spotify](https://www.spotify.com/br/) ```brew cask install spotify```

- [VLC](http://www.videolan.org/vlc/) ```brew cask install vlc```

- [uTorrent]() ```brew cask install utorrent```

- [Google Chrome](https://www.google.com.br/chrome/browser/desktop/) ```brew cask install google-chrome```

####Fonts
```
brew tap caskroom/fonts
brew cask install font-lato
font-ubuntu
font-roboto
font-raleway font-raleway-dots
font-bebas-neue
```

####[Sublime Text 3](http://google.com)
```
brew tap caskroom/versions

brew cask install sublime-text3
```

- [Emmet](http://google.com) with [JSX](http://google.com) support

####[iTerm2](http://webpack.github.io/)
```brew cask install iterm2```

- [Dark Solarized](http://google.com) color scheme
- [Meslo Powerline icon](http://google.com) for non ASCII characters

##CLI

####[Zsh](http://google.com)
- [Oh-my-Zsh](http://ohmyz.sh/)
- ZSH_THEME="agnoster"
- plugins=(sublime git autojump brew node npm sudo tmux tmuxinator vagrant web-search)
- [Z](https://github.com/rupa/z) to jump around

####[Vim](http://google.com)
- [spf13-vim](http://vim.spf13.com/)

##NodeJs
- [json-server](https://github.com/typicode/json-server)
- [nodemon](http://google.com)
- [gulp](http://google.com)
- [pm2](http://google.com)
- [babel](http://google.com)
- [webpack]()
- [grunt]()
- [yo]()
- [bower]()

####Vagrant
- [VVV](https://github.com/varying-vagrant-vagrants/vvv) - Varying Vagrant Vagrants
- [VV - Site Wizard](https://github.com/bradp/vv)