Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugroger/dotfiles
My Dotfiles
https://github.com/bugroger/dotfiles
Last synced: 2 days ago
JSON representation
My Dotfiles
- Host: GitHub
- URL: https://github.com/bugroger/dotfiles
- Owner: BugRoger
- Created: 2012-04-01T11:41:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-12-08T20:26:32.000Z (about 1 year ago)
- Last Synced: 2024-11-09T03:56:27.543Z (about 2 months ago)
- Language: Vim Script
- Homepage:
- Size: 30.4 MB
- Stars: 7
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation
## Prerequisites
* Git
## Manual Installation
git clone https://github.com/BugRoger/dotfiles.git ~/.dotfiles
.dotfiles/scripts/installWhen setting up a new Mac, you may want to set some sensible OS X defaults:
### Sensible OS X defaults
```bash
scripts/osx
```### Install Homebrew formulae
When setting up a new Mac, you may want to install some common [Homebrew](http://brew.sh/) formulae (after installing Homebrew, of course):
```bash
scripts/brew
```## VIM
Plugins that are published on github can be installed as submodules.
cd ~/dotfiles
git submodule add http://github.com/pangloss/vim-javascript.git vim/bundle/vim-javascriptUpdating all plugins
git submodule foreach git pull