Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smt/dots
My dotfiles. YMMV.
https://github.com/smt/dots
Last synced: about 2 months ago
JSON representation
My dotfiles. YMMV.
- Host: GitHub
- URL: https://github.com/smt/dots
- Owner: smt
- License: mit
- Created: 2014-03-01T19:36:32.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-06T21:02:47.000Z (over 10 years ago)
- Last Synced: 2024-04-14T04:02:36.759Z (9 months ago)
- Language: Shell
- Size: 280 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dots
====This is the master repo for my dotfiles. It includes my forks of oh-my-zsh
(for shell) and spf13 (for Vim) as submodules.I pretty much just use a Mac all the time, and these files reflect that, but
I'd like to spend a little effort getting everything solid on Linux as well.Installation
------------I've tried to make this as simple and smooth as possible, but please, be
careful; make sure you understand what this code will do before you run it.Basically, just run this script in your shell and you should be good to go:
sh <(curl https://raw.github.com/smt/dots/master/install.sh -L)
You can instead clone this repo and run `install.sh` manually, if you choose.
Credit
------Obviously, [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh) and
[spf13](https://github.com/spf13/spf13-vim) have my gratitude.[James Tomasino](https://github.com/jamestomasino/dotfiles)'s dotfiles were a huge
source of inspiration. You really should check his out.[Abraham Walters](https://github.com/quidmonkey/dotfiles) has been quick to
show me some new tricks as well.