Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rglassett/dotfiles
Configuration for macOS, zsh, tmux, and vim.
https://github.com/rglassett/dotfiles
Last synced: about 2 months ago
JSON representation
Configuration for macOS, zsh, tmux, and vim.
- Host: GitHub
- URL: https://github.com/rglassett/dotfiles
- Owner: rglassett
- Created: 2014-12-08T20:04:22.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T05:22:03.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T14:13:00.318Z (5 months ago)
- Language: Vim script
- Homepage:
- Size: 323 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred-test - rglassett/dotfiles - Configuration for macOS, zsh, tmux, and vim. (Vim Script)
README
# Dotfiles
### Installation
Download and run the install script:
```sh
curl https://raw.githubusercontent.com/rglassett/dotfiles/master/install.sh | sh
```Alternatively, clone the repository, review/edit the dotfiles, and
install manually.If you don't already have rcm:
```sh
brew tap thoughtbot/formulae
brew install rcm
```Then, to install:
```sh
git clone [email protected]:rglassett/dotfiles.git $HOME/.dotfiles
env RCRC=$HOME/.dotfiles/rcrc rcup
```Much of this configuration is stolen from the [Thoughtbot dotfiles
repo](https://github.com/thoughtbot/dotfiles).