https://github.com/robinjoseph08/dotfiles
User configurations that are tailored to my liking.
https://github.com/robinjoseph08/dotfiles
bash dot-files dotfiles iterm2 shell vim zsh
Last synced: about 1 year ago
JSON representation
User configurations that are tailored to my liking.
- Host: GitHub
- URL: https://github.com/robinjoseph08/dotfiles
- Owner: robinjoseph08
- License: mit
- Created: 2015-10-12T22:51:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T00:06:12.000Z (over 1 year ago)
- Last Synced: 2025-04-20T18:39:10.557Z (about 1 year ago)
- Topics: bash, dot-files, dotfiles, iterm2, shell, vim, zsh
- Language: Shell
- Size: 53.7 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
User configurations that are tailored to my liking.
## Usage
```bash
cd ~
git clone git@github.com:robinjoseph08/dotfiles.git .dotfiles
cd .dotfiles
./setup.sh
```
## What does it do?
* Installs necessary dependencies
* Homebrew
* tmux
* vim
* zsh
* [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)
* [rvm](http://rvm.io/)
* [nvm](https://github.com/creationix/nvm)
* Copies old dot files that aren't symlinks
* Symlinks new dot files
* Sets up vim and all the plugins
* Sets up zsh
## Platforms supported
- [x] Mac OS X
- [ ] Ubuntu
## Prerequisites
* Mac OS X
* Xcode (and the Command Line Tools)