Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T19:43:52.000Z (8 months ago)
- Last Synced: 2024-11-02T13:33:51.802Z (2 months ago)
- Topics: bash, dot-files, dotfiles, iterm2, shell, vim, zsh
- Language: Shell
- Size: 43 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 [email protected]: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)