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

https://github.com/clarenceb/dotfiles_osx

Mac OS X Dotfiles
https://github.com/clarenceb/dotfiles_osx

dotfiles macos

Last synced: 2 months ago
JSON representation

Mac OS X Dotfiles

Awesome Lists containing this project

README

          

Mac OS X Dotfiles
------------------

Dotfiles managed by RCM:

* Tmux
* Atom (editor)
* Vim + plugins

Tools used:

* Homebrew / Homebrew Cask / Homebrew Bundle

Getting started:
================

* `brew tap thoughtbot/formulae`
* `brew tap Homebrew/bundle`
* `brew install rcm`
* `git clone git@github.com:clarenceb/dotfiles_osx.git ~/.dotfiles`
* `ln -s ~/.dotfiles/rcrc ~/.rcrc`
* `rcup`
* `lsrc`
* `brew bundle check --file=~/.Brewfile`
* `brew bundle install --file=~/.Brewfile`

Git Prompt:
===========

* `brew install bash-git-prompt`

Vim plugins:
============

Vundle is used to manage plugins.

See: https://github.com/VundleVim/Vundle.vim#quick-start

Starting from scratch:

```sh
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
```

Launch `vim` and run `:PluginInstall`
or from command line: `vim +PluginInstall +qall`

To list plugins, launch `vim` and run `:PluginList`