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
- Host: GitHub
- URL: https://github.com/clarenceb/dotfiles_osx
- Owner: clarenceb
- Created: 2013-10-22T12:49:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T11:39:23.000Z (about 8 years ago)
- Last Synced: 2024-12-30T08:41:15.329Z (over 1 year ago)
- Topics: dotfiles, macos
- Language: Vim script
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`